#F8E2CC

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

Shades of Sazerac #F8E2CC

Tints of Sazerac #F8E2CC

Color information

#F8E2CC (or 0xF8E2CC) is unknown color: approx Sazerac. HEX triplet: F8, E2 and CC. RGB value is (248,226,204). Sum of RGB (Red+Green+Blue) = 248+226+204=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 204 (80.08% from 255 or 30.09% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E2CC is #071D33. Grayscale: #E6E6E6. Windows color (decimal): -466228 or 13427448. OLE color: 13427448.

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

Color convert

RGB248226204-
CMYK00.090.180.03
HSL30º75.86%88.63%-
HSV(B)30º17.74%97.25%-
XYZ76.8178.7168.27-
YUV230.07113.29140.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.58%
GREEN value IS 226 (88.67% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 30.09%
R=36.58%
G=33.33%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822620400.090.180.033075.8688.63
HexF8E2CC091231e4c59
Octal37034231401122336114131
Binary1111100011100010110011000100110010111111010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E2CC; }

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

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

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

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

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

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

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

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