#F1E0AA

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

Shades of Buttermilk #F1E0AA

Tints of Buttermilk #F1E0AA

Color information

#F1E0AA (or 0xF1E0AA) is unknown color: approx Buttermilk. HEX triplet: F1, E0 and AA. RGB value is (241,224,170). Sum of RGB (Red+Green+Blue) = 241+224+170=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E0AA is #0E1F55. Grayscale: #DFDFDF. Windows color (decimal): -925526 or 11198705. OLE color: 11198705.

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

Color convert

RGB241224170-
CMYK00.070.290.05
HSL45.63º71.72%80.59%-
HSV(B)45.63º29.46%94.51%-
XYZ70.1974.9148.79-
YUV222.9398.13140.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.95%
GREEN value IS 224 (87.89% from 255) = 35.28%
BLUE value IS 170 (66.80% from 255) = 26.77%
R=37.95%
G=35.28%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122417000.070.290.0545.6371.7280.59
HexF1E0AA071D52e4851
Octal3613402520735556110121
Binary11110001111000001010101001111110110110111010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E0AA; }

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

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

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

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

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

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

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

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