#F2DD9F

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

Shades of Buttermilk #F2DD9F

Tints of Buttermilk #F2DD9F

Color information

#F2DD9F (or 0xF2DD9F) is unknown color: approx Buttermilk. HEX triplet: F2, DD and 9F. RGB value is (242,221,159). Sum of RGB (Red+Green+Blue) = 242+221+159=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 159 (62.5% from 255 or 25.56% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DD9F is #0D2260. Grayscale: #DCDCDC. Windows color (decimal): -860769 or 10477042. OLE color: 10477042.

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

Color convert

RGB242221159-
CMYK00.090.340.05
HSL44.82º76.15%78.63%-
HSV(B)44.82º34.3%94.9%-
XYZ68.7373.0943.29-
YUV220.2193.46143.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.91%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 159 (62.5% from 255) = 25.56%
R=38.91%
G=35.53%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222115900.090.340.0544.8276.1578.63
HexF2DD9F092252d4c4f
Octal36233523701142555114117
Binary1111001011011101100111110100110001010110110110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DD9F; }

 p { color: rgb(242,221,159); }

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

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

 a { background-color: rgb(242,221,159); }

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

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

 span { border-color: rgb(242,221,159); }

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