#F9E0CD

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

Shades of Sazerac #F9E0CD

Tints of Sazerac #F9E0CD

Color information

#F9E0CD (or 0xF9E0CD) is unknown color: approx Sazerac. HEX triplet: F9, E0 and CD. RGB value is (249,224,205). Sum of RGB (Red+Green+Blue) = 249+224+205=678 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.73% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E0CD is #061F32. Grayscale: #E5E5E5. Windows color (decimal): -401203 or 13492473. OLE color: 13492473.

HSL color Cylindrical-coordinate representation of color #F9E0CD: hue angle of 25.91º 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 #F9E0CD is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249224205-
CMYK00.100.180.02
HSL25.91º78.57%89.02%-
HSV(B)25.91º17.67%97.65%-
XYZ76.7477.8668.74-
YUV229.31114.28142.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.73%
GREEN value IS 224 (87.89% from 255) = 33.04%
BLUE value IS 205 (80.47% from 255) = 30.24%
R=36.73%
G=33.04%
B=30.24%

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
Decimal24922420500.100.180.0225.9178.5789.02
HexF9E0CD0A1221a4f59
Octal37134031501222232117131
Binary1111100111100000110011010101010010101101010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E0CD; }

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

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

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

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

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

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

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

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