#F1DEAA

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

Shades of Buttermilk #F1DEAA

Tints of Buttermilk #F1DEAA

Color information

#F1DEAA (or 0xF1DEAA) is unknown color: approx Buttermilk. HEX triplet: F1, DE and AA. RGB value is (241,222,170). Sum of RGB (Red+Green+Blue) = 241+222+170=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DEAA is #0E2155. Grayscale: #DDDDDD. Windows color (decimal): -926038 or 11198193. OLE color: 11198193.

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

Color convert

RGB241222170-
CMYK00.080.290.05
HSL43.94º71.72%80.59%-
HSV(B)43.94º29.46%94.51%-
XYZ69.6573.8548.61-
YUV221.7598.79141.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.07%
GREEN value IS 222 (87.11% from 255) = 35.07%
BLUE value IS 170 (66.80% from 255) = 26.86%
R=38.07%
G=35.07%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122217000.080.290.0543.9471.7280.59
HexF1DEAA081D52c4851
Octal36133625201035554110121
Binary111100011101111010101010010001110110110110010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEAA; }

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

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

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

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

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

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

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

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