#F8E4A2

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

Shades of Buttermilk #F8E4A2

Tints of Buttermilk #F8E4A2

Color information

#F8E4A2 (or 0xF8E4A2) is unknown color: approx Buttermilk. HEX triplet: F8, E4 and A2. RGB value is (248,228,162). Sum of RGB (Red+Green+Blue) = 248+228+162=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 162 (63.67% from 255 or 25.39% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E4A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E4A2 is #071B5D. Grayscale: #E2E2E2. Windows color (decimal): -465758 or 10675448. OLE color: 10675448.

HSL color Cylindrical-coordinate representation of color #F8E4A2: hue angle of 46.05º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8E4A2 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB248228162-
CMYK00.080.350.03
HSL46.05º86%80.39%-
HSV(B)46.05º34.68%97.25%-
XYZ72.9878.0545.4-
YUV226.4691.63143.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.87%
GREEN value IS 228 (89.45% from 255) = 35.74%
BLUE value IS 162 (63.67% from 255) = 25.39%
R=38.87%
G=35.74%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822816200.080.350.0346.058680.39
HexF8E4A2082332e5650
Octal37034424201043356126120
Binary111110001110010010100010010001000111110111010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E4A2; }

 p { color: rgb(248,228,162); }

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

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

 a { background-color: rgb(248,228,162); }

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

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

 span { border-color: rgb(248,228,162); }

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