#F8E1A7

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

Shades of Buttermilk #F8E1A7

Tints of Buttermilk #F8E1A7

Color information

#F8E1A7 (or 0xF8E1A7) is unknown color: approx Buttermilk. HEX triplet: F8, E1 and A7. RGB value is (248,225,167). Sum of RGB (Red+Green+Blue) = 248+225+167=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 167 (65.62% from 255 or 26.09% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E1A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E1A7 is #071E58. Grayscale: #E1E1E1. Windows color (decimal): -466521 or 11002360. OLE color: 11002360.

HSL color Cylindrical-coordinate representation of color #F8E1A7: hue angle of 42.96º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8E1A7 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB248225167-
CMYK00.090.330.03
HSL42.96º85.26%81.37%-
HSV(B)42.96º32.66%97.25%-
XYZ72.6176.647.52-
YUV225.2695.12144.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.75%
GREEN value IS 225 (88.28% from 255) = 35.16%
BLUE value IS 167 (65.62% from 255) = 26.09%
R=38.75%
G=35.16%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822516700.090.330.0342.9685.2681.37
HexF8E1A7092132b5551
Octal37034124701141353125121
Binary111110001110000110100111010011000011110101110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E1A7; }

 p { color: rgb(248,225,167); }

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

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

 a { background-color: rgb(248,225,167); }

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

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

 span { border-color: rgb(248,225,167); }

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