#F8E0BF

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

Shades of Sazerac #F8E0BF

Tints of Sazerac #F8E0BF

Color information

#F8E0BF (or 0xF8E0BF) is unknown color: approx Sazerac. HEX triplet: F8, E0 and BF. RGB value is (248,224,191). Sum of RGB (Red+Green+Blue) = 248+224+191=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E0BF is #071F40. Grayscale: #E3E3E3. Windows color (decimal): -466753 or 12574968. OLE color: 12574968.

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

Color convert

RGB248224191-
CMYK00.100.230.03
HSL34.74º80.28%86.08%-
HSV(B)34.74º22.98%97.25%-
XYZ74.7777.0360.22-
YUV227.41107.45142.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.41%
GREEN value IS 224 (87.89% from 255) = 33.79%
BLUE value IS 191 (75% from 255) = 28.81%
R=37.41%
G=33.79%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822419100.100.230.0334.7480.2886.08
HexF8E0BF0A173235056
Octal37034027701227343120126
Binary11111000111000001011111101010101111110001110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E0BF; }

 p { color: rgb(248,224,191); }

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

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

 a { background-color: rgb(248,224,191); }

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

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

 span { border-color: rgb(248,224,191); }

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