#F0DDC7

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

Shades of Sazerac #F0DDC7

Tints of Sazerac #F0DDC7

Color information

#F0DDC7 (or 0xF0DDC7) is unknown color: approx Sazerac. HEX triplet: F0, DD and C7. RGB value is (240,221,199). Sum of RGB (Red+Green+Blue) = 240+221+199=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 199 (78.12% from 255 or 30.15% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDC7 is #0F2238. Grayscale: #E0E0E0. Windows color (decimal): -991801 or 13098480. OLE color: 13098480.

HSL color Cylindrical-coordinate representation of color #F0DDC7: hue angle of 32.2º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0DDC7 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB240221199-
CMYK00.080.170.06
HSL32.2º57.75%86.08%-
HSV(B)32.2º17.08%94.12%-
XYZ72.174.3664.59-
YUV224.17113.79139.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.36%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 199 (78.12% from 255) = 30.15%
R=36.36%
G=33.48%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022119900.080.170.0632.257.7586.08
HexF0DDC708116203a56
Octal3603353070102164072126
Binary11110000110111011100011101000100011101000001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DDC7; }

 p { color: rgb(240,221,199); }

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

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

 a { background-color: rgb(240,221,199); }

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

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

 span { border-color: rgb(240,221,199); }

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