#F2DF9C

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

Shades of Buttermilk #F2DF9C

Tints of Buttermilk #F2DF9C

Color information

#F2DF9C (or 0xF2DF9C) is unknown color: approx Buttermilk. HEX triplet: F2, DF and 9C. RGB value is (242,223,156). Sum of RGB (Red+Green+Blue) = 242+223+156=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 156 (61.33% from 255 or 25.12% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DF9C is #0D2063. Grayscale: #DDDDDD. Windows color (decimal): -860260 or 10280946. OLE color: 10280946.

HSL color Cylindrical-coordinate representation of color #F2DF9C: hue angle of 46.74º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2DF9C is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB242223156-
CMYK00.080.360.05
HSL46.74º76.79%78.04%-
HSV(B)46.74º35.54%94.9%-
XYZ69.0174.0542.11-
YUV221.0491.29142.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.97%
GREEN value IS 223 (87.5% from 255) = 35.91%
BLUE value IS 156 (61.33% from 255) = 25.12%
R=38.97%
G=35.91%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222315600.080.360.0546.7476.7978.04
HexF2DF9C082452f4d4e
Octal36233723401044557115116
Binary1111001011011111100111000100010010010110111110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DF9C; }

 p { color: rgb(242,223,156); }

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

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

 a { background-color: rgb(242,223,156); }

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

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

 span { border-color: rgb(242,223,156); }

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