#F8E6A7

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

Shades of Buttermilk #F8E6A7

Tints of Buttermilk #F8E6A7

Color information

#F8E6A7 (or 0xF8E6A7) is unknown color: approx Buttermilk. HEX triplet: F8, E6 and A7. RGB value is (248,230,167). Sum of RGB (Red+Green+Blue) = 248+230+167=645 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.45% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 167 (65.62% from 255 or 25.89% from 645); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E6A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E6A7 is #071958. Grayscale: #E4E4E4. Windows color (decimal): -465241 or 11003640. OLE color: 11003640.

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

Color convert

RGB248230167-
CMYK00.070.330.03
HSL46.67º85.26%81.37%-
HSV(B)46.67º32.66%97.25%-
XYZ73.9879.3447.97-
YUV228.293.46142.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.45%
GREEN value IS 230 (90.23% from 255) = 35.66%
BLUE value IS 167 (65.62% from 255) = 25.89%
R=38.45%
G=35.66%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823016700.070.330.0346.6785.2681.37
HexF8E6A7072132f5551
Octal3703462470741357125121
Binary11111000111001101010011101111000011110111110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E6A7; }

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

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

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

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

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

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

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

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