#F1E2AA

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

Shades of Buttermilk #F1E2AA

Tints of Buttermilk #F1E2AA

Color information

#F1E2AA (or 0xF1E2AA) is unknown color: approx Buttermilk. HEX triplet: F1, E2 and AA. RGB value is (241,226,170). Sum of RGB (Red+Green+Blue) = 241+226+170=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E2AA is #0E1D55. Grayscale: #E0E0E0. Windows color (decimal): -925014 or 11199217. OLE color: 11199217.

HSL color Cylindrical-coordinate representation of color #F1E2AA: hue angle of 47.32º 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 #F1E2AA is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241226170-
CMYK00.060.290.05
HSL47.32º71.72%80.59%-
HSV(B)47.32º29.46%94.51%-
XYZ70.737648.97-
YUV224.197.47140.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 226 (88.67% from 255) = 35.48%
BLUE value IS 170 (66.80% from 255) = 26.69%
R=37.83%
G=35.48%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122617000.060.290.0547.3271.7280.59
HexF1E2AA061D52f4851
Octal3613422520635557110121
Binary11110001111000101010101001101110110110111110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E2AA; }

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

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

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

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

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

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

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

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