#F5E1AB

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

Shades of Buttermilk #F5E1AB

Tints of Buttermilk #F5E1AB

Color information

#F5E1AB (or 0xF5E1AB) is unknown color: approx Buttermilk. HEX triplet: F5, E1 and AB. RGB value is (245,225,171). Sum of RGB (Red+Green+Blue) = 245+225+171=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E1AB is #0A1E54. Grayscale: #E1E1E1. Windows color (decimal): -663125 or 11264501. OLE color: 11264501.

HSL color Cylindrical-coordinate representation of color #F5E1AB: hue angle of 43.78º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5E1AB is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB245225171-
CMYK00.080.300.04
HSL43.78º78.72%81.57%-
HSV(B)43.78º30.2%96.08%-
XYZ71.9376.249.45-
YUV224.8297.63142.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.22%
GREEN value IS 225 (88.28% from 255) = 35.10%
BLUE value IS 171 (67.19% from 255) = 26.68%
R=38.22%
G=35.10%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522517100.080.300.0443.7878.7281.57
HexF5E1AB081E42c4f52
Octal36534125301036454117122
Binary111101011110000110101011010001111010010110010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E1AB; }

 p { color: rgb(245,225,171); }

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

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

 a { background-color: rgb(245,225,171); }

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

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

 span { border-color: rgb(245,225,171); }

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