#F2DCA3

Color #F2DCA3 Buttermilk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttermilk #F2DCA3

Tints of Buttermilk #F2DCA3

Color information

#F2DCA3 (or 0xF2DCA3) is unknown color: approx Buttermilk. HEX triplet: F2, DC and A3. RGB value is (242,220,163). Sum of RGB (Red+Green+Blue) = 242+220+163=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 163 (64.06% from 255 or 26.08% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DCA3 is #0D235C. Grayscale: #DCDCDC. Windows color (decimal): -861021 or 10738930. OLE color: 10738930.

HSL color Cylindrical-coordinate representation of color #F2DCA3: hue angle of 43.29º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2DCA3 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB242220163-
CMYK00.090.330.05
HSL43.29º75.24%79.41%-
HSV(B)43.29º32.64%94.9%-
XYZ68.8272.7145.06-
YUV220.0895.79143.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 38.72%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 163 (64.06% from 255) = 26.08%
R=38.72%
G=35.2%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222016300.090.330.0543.2975.2479.41
HexF2DCA3092152b4b4f
Octal36233424301141553113117
Binary1111001011011100101000110100110000110110101110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCA3; }

 p { color: rgb(242,220,163); }

 H1.HeaderClassName
 {
   color: #F2DCA3;
 }
 .AnyTagClassName
 {
   color: #F2DCA3;
 }
</style>
background-color css

<style>
 a { background-color: #F2DCA3; }

 a { background-color: rgb(242,220,163); }

 div.DivClassName
 {
   background-color: #F2DCA3;
 }
 .BgClassName
 {
   background-color: #F2DCA3;
 }
</style>
border-color css

<style>
 span { border-color: #F2DCA3; }

 span { border-color: rgb(242,220,163); }

 td.TdClassName
 {
   border-color: #F2DCA3;
 }
 .TagClassName
 {
   border-color: #F2DCA3;
 }
</style>