#F3E0AA

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

Shades of Buttermilk #F3E0AA

Tints of Buttermilk #F3E0AA

Color information

#F3E0AA (or 0xF3E0AA) is unknown color: approx Buttermilk. HEX triplet: F3, E0 and AA. RGB value is (243,224,170). Sum of RGB (Red+Green+Blue) = 243+224+170=637 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.15% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E0AA is #0C1F55. Grayscale: #DFDFDF. Windows color (decimal): -794454 or 11198707. OLE color: 11198707.

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

Color convert

RGB243224170-
CMYK00.080.300.05
HSL44.38º75.26%80.98%-
HSV(B)44.38º30.04%95.29%-
XYZ70.8775.2748.82-
YUV223.5297.79141.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.15%
GREEN value IS 224 (87.89% from 255) = 35.16%
BLUE value IS 170 (66.80% from 255) = 26.69%
R=38.15%
G=35.16%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322417000.080.300.0544.3875.2680.98
HexF3E0AA081E52c4b51
Octal36334025201036554113121
Binary111100111110000010101010010001111010110110010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E0AA; }

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

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

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

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

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

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

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

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