#F2E0AA

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

Shades of Buttermilk #F2E0AA

Tints of Buttermilk #F2E0AA

Color information

#F2E0AA (or 0xF2E0AA) is unknown color: approx Buttermilk. HEX triplet: F2, E0 and AA. RGB value is (242,224,170). Sum of RGB (Red+Green+Blue) = 242+224+170=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 170 (66.80% from 255 or 26.73% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E0AA is #0D1F55. Grayscale: #DFDFDF. Windows color (decimal): -859990 or 11198706. OLE color: 11198706.

HSL color Cylindrical-coordinate representation of color #F2E0AA: hue angle of 45º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2E0AA is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB242224170-
CMYK00.070.300.05
HSL45º73.47%80.78%-
HSV(B)45º29.75%94.9%-
XYZ70.5375.0948.81-
YUV223.2397.96141.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 224 (87.89% from 255) = 35.22%
BLUE value IS 170 (66.80% from 255) = 26.73%
R=38.05%
G=35.22%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222417000.070.300.054573.4780.78
HexF2E0AA071E52d4951
Octal3623402520736555111121
Binary11110010111000001010101001111111010110110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E0AA; }

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

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

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

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

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

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

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

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