Shades of Sazerac #F2DFCC
Tints of Sazerac #F2DFCC
RGB
CMYK
RGB Variations
Color information
#F2DFCC (or 0xF2DFCC) is known color: Sazerac. HEX triplet: F2, DF and CC. RGB value is (242,223,204). Sum of RGB (Red+Green+Blue) = 242+223+204=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFCC is #0D2033. Grayscale: #E2E2E2. Windows color (decimal): -860212 or 13426674. OLE color: 13426674.
HSL color Cylindrical-coordinate representation of color #F2DFCC: hue angle of 30º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2DFCC is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 223 | 204 | - |
CMYK | 0 | 0.08 | 0.16 | 0.05 |
HSL | 30º | 0.59% | 0.87% | - |
HSV(B) | 30º | 0.16% | 0.95% | - |
XYZ | 73.9 | 76.01 | 67.9 | - |
YUV | 226.52 | 115.29 | 139.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 223 | 204 | 0 | 0.08 | 0.16 | 0.05 | 30 | 0.59 | 0.87 |
Hex | F2 | DF | CC | 0 | 8 | 10 | 5 | 1E | 3B | 57 |
Octal | 362 | 337 | 314 | 0 | 10 | 20 | 5 | 36 | 73 | 127 |
Binary | 11110010 | 11011111 | 11001100 | 0 | 1000 | 10000 | 101 | 11110 | 111011 | 1010111 |
Color Harmonies of #F2DFCC
Complementary color
Monochromatic Colors of #F2DFCC
Black with #F2DFCC
Text Example
Text Example
White with #F2DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFCC; }
p { color: rgb(242,223,204); }
H1.HeaderClassName
{
color: #F2DFCC;
}
.AnyTagClassName
{
color: #F2DFCC;
}
</style>
background-color css
<style>
a { background-color: #F2DFCC; }
a { background-color: rgb(242,223,204); }
div.DivClassName
{
background-color: #F2DFCC;
}
.BgClassName
{
background-color: #F2DFCC;
}
</style>
border-color css
<style>
span { border-color: #F2DFCC; }
span { border-color: rgb(242,223,204); }
td.TdClassName
{
border-color: #F2DFCC;
}
.TagClassName
{
border-color: #F2DFCC;
}
</style>