#F8E2A7

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

Shades of Buttermilk #F8E2A7

Tints of Buttermilk #F8E2A7

Color information

#F8E2A7 (or 0xF8E2A7) is unknown color: approx Buttermilk. HEX triplet: F8, E2 and A7. RGB value is (248,226,167). Sum of RGB (Red+Green+Blue) = 248+226+167=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 167 (65.62% from 255 or 26.05% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E2A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E2A7 is #071D58. Grayscale: #E2E2E2. Windows color (decimal): -466265 or 11002616. OLE color: 11002616.

HSL color Cylindrical-coordinate representation of color #F8E2A7: hue angle of 43.7º 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 #F8E2A7 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB248226167-
CMYK00.090.330.03
HSL43.7º85.26%81.37%-
HSV(B)43.7º32.66%97.25%-
XYZ72.8877.1447.61-
YUV225.8594.79143.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.69%
GREEN value IS 226 (88.67% from 255) = 35.26%
BLUE value IS 167 (65.62% from 255) = 26.05%
R=38.69%
G=35.26%
B=26.05%

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
Decimal24822616700.090.330.0343.785.2681.37
HexF8E2A7092132c5551
Octal37034224701141354125121
Binary111110001110001010100111010011000011110110010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E2A7; }

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

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

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

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

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

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

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

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