#F2DCA8

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

Shades of Buttermilk #F2DCA8

Tints of Buttermilk #F2DCA8

Color information

#F2DCA8 (or 0xF2DCA8) is unknown color: approx Buttermilk. HEX triplet: F2, DC and A8. RGB value is (242,220,168). Sum of RGB (Red+Green+Blue) = 242+220+168=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 168 (66.02% from 255 or 26.67% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DCA8 is #0D2357. Grayscale: #DCDCDC. Windows color (decimal): -861016 or 11066610. OLE color: 11066610.

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

Color convert

RGB242220168-
CMYK00.090.310.05
HSL42.16º74%80.39%-
HSV(B)42.16º30.58%94.9%-
XYZ69.2872.8947.46-
YUV220.6598.29143.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.41%
GREEN value IS 220 (86.33% from 255) = 34.92%
BLUE value IS 168 (66.02% from 255) = 26.67%
R=38.41%
G=34.92%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222016800.090.310.0542.167480.39
HexF2DCA8091F52a4a50
Octal36233425001137552112120
Binary111100101101110010101000010011111110110101010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCA8; }

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

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

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

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

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

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

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

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