#F8E6AA

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

Shades of Buttermilk #F8E6AA

Tints of Buttermilk #F8E6AA

Color information

#F8E6AA (or 0xF8E6AA) is unknown color: approx Buttermilk. HEX triplet: F8, E6 and AA. RGB value is (248,230,170). Sum of RGB (Red+Green+Blue) = 248+230+170=648 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.27% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E6AA is #071955. Grayscale: #E4E4E4. Windows color (decimal): -465238 or 11200248. OLE color: 11200248.

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

Color convert

RGB248230170-
CMYK00.070.310.03
HSL46.15º84.78%81.96%-
HSV(B)46.15º31.45%97.25%-
XYZ74.2679.4549.45-
YUV228.5494.96141.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.27%
GREEN value IS 230 (90.23% from 255) = 35.49%
BLUE value IS 170 (66.80% from 255) = 26.23%
R=38.27%
G=35.49%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823017000.070.310.0346.1584.7881.96
HexF8E6AA071F32e5552
Octal3703462520737356125122
Binary1111100011100110101010100111111111110111010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E6AA; }

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

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

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

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

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

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

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

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