#F1DEA2

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

Shades of Buttermilk #F1DEA2

Tints of Buttermilk #F1DEA2

Color information

#F1DEA2 (or 0xF1DEA2) is unknown color: approx Buttermilk. HEX triplet: F1, DE and A2. RGB value is (241,222,162). Sum of RGB (Red+Green+Blue) = 241+222+162=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 162 (63.67% from 255 or 25.92% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DEA2 is #0E215D. Grayscale: #DDDDDD. Windows color (decimal): -926046 or 10673905. OLE color: 10673905.

HSL color Cylindrical-coordinate representation of color #F1DEA2: hue angle of 45.57º degrees, saturation: 0.74, 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 #F1DEA2 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB241222162-
CMYK00.080.330.05
HSL45.57º73.83%79.02%-
HSV(B)45.57º32.78%94.51%-
XYZ68.9273.5544.75-
YUV220.8494.79142.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.56%
GREEN value IS 222 (87.11% from 255) = 35.52%
BLUE value IS 162 (63.67% from 255) = 25.92%
R=38.56%
G=35.52%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122216200.080.330.0545.5773.8379.02
HexF1DEA2082152e4a4f
Octal36133624201041556112117
Binary1111000111011110101000100100010000110110111010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEA2; }

 p { color: rgb(241,222,162); }

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

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

 a { background-color: rgb(241,222,162); }

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

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

 span { border-color: rgb(241,222,162); }

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