#F0DFC7

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

Shades of Sazerac #F0DFC7

Tints of Sazerac #F0DFC7

Color information

#F0DFC7 (or 0xF0DFC7) is unknown color: approx Sazerac. HEX triplet: F0, DF and C7. RGB value is (240,223,199). Sum of RGB (Red+Green+Blue) = 240+223+199=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 199 (78.12% from 255 or 30.06% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFC7 is #0F2038. Grayscale: #E1E1E1. Windows color (decimal): -991289 or 13098992. OLE color: 13098992.

HSL color Cylindrical-coordinate representation of color #F0DFC7: hue angle of 35.12º 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 #F0DFC7 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB240223199-
CMYK00.070.170.06
HSL35.12º57.75%86.08%-
HSV(B)35.12º17.08%94.12%-
XYZ72.6375.4264.76-
YUV225.35113.13138.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 223 (87.5% from 255) = 33.69%
BLUE value IS 199 (78.12% from 255) = 30.06%
R=36.25%
G=33.69%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022319900.070.170.0635.1257.7586.08
HexF0DFC707116233a56
Octal360337307072164372126
Binary1111000011011111110001110111100011101000111110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DFC7; }

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

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

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

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

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

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

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

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