#F9E5AA

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

Shades of Buttermilk #F9E5AA

Tints of Buttermilk #F9E5AA

Color information

#F9E5AA (or 0xF9E5AA) is unknown color: approx Buttermilk. HEX triplet: F9, E5 and AA. RGB value is (249,229,170). Sum of RGB (Red+Green+Blue) = 249+229+170=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 229 (89.84% from 255 or 35.34% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E5AA is #061A55. Grayscale: #E4E4E4. Windows color (decimal): -399958 or 11199993. OLE color: 11199993.

HSL color Cylindrical-coordinate representation of color #F9E5AA: hue angle of 44.81º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9E5AA is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB249229170-
CMYK00.080.320.02
HSL44.81º86.81%82.16%-
HSV(B)44.81º31.73%97.65%-
XYZ74.3479.0849.38-
YUV228.2595.13142.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.43%
GREEN value IS 229 (89.84% from 255) = 35.34%
BLUE value IS 170 (66.80% from 255) = 26.23%
R=38.43%
G=35.34%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922917000.080.320.0244.8186.8182.16
HexF9E5AA082022d5752
Octal37134525201040255127122
Binary111110011110010110101010010001000001010110110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E5AA; }

 p { color: rgb(249,229,170); }

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

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

 a { background-color: rgb(249,229,170); }

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

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

 span { border-color: rgb(249,229,170); }

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