#F9E0CC

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

Shades of Sazerac #F9E0CC

Tints of Sazerac #F9E0CC

Color information

#F9E0CC (or 0xF9E0CC) is unknown color: approx Sazerac. HEX triplet: F9, E0 and CC. RGB value is (249,224,204). Sum of RGB (Red+Green+Blue) = 249+224+204=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E0CC is #061F33. Grayscale: #E5E5E5. Windows color (decimal): -401204 or 13426937. OLE color: 13426937.

HSL color Cylindrical-coordinate representation of color #F9E0CC: hue angle of 26.67º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9E0CC is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249224204-
CMYK00.100.180.02
HSL26.67º78.95%88.82%-
HSV(B)26.67º18.07%97.65%-
XYZ76.6277.8168.11-
YUV229.2113.78142.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.78%
GREEN value IS 224 (87.89% from 255) = 33.09%
BLUE value IS 204 (80.08% from 255) = 30.13%
R=36.78%
G=33.09%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922420400.100.180.0226.6778.9588.82
HexF9E0CC0A1221b4f59
Octal37134031401222233117131
Binary1111100111100000110011000101010010101101110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E0CC; }

 p { color: rgb(249,224,204); }

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

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

 a { background-color: rgb(249,224,204); }

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

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

 span { border-color: rgb(249,224,204); }

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