Shades of Sazerac #F2DCC7
Tints of Sazerac #F2DCC7
RGB
CMYK
RGB Variations
Color information
#F2DCC7 (or 0xF2DCC7) is known color: Sazerac. HEX triplet: F2, DC and C7. RGB value is (242,220,199). Sum of RGB (Red+Green+Blue) = 242+220+199=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 199 (78.12% from 255 or 30.11% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCC7 is #0D2338. Grayscale: #E0E0E0. Windows color (decimal): -860985 or 13098226. OLE color: 13098226.
HSL color Cylindrical-coordinate representation of color #F2DCC7: hue angle of 29.3º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2DCC7 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 199 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.05 |
| HSL | 29.3º | 0.62% | 0.86% | - |
| HSV(B) | 29.3º | 0.18% | 0.95% | - |
| XYZ | 72.52 | 74.19 | 64.53 | - |
| YUV | 224.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 199 | 0 | 0.09 | 0.18 | 0.05 | 29.3 | 0.62 | 0.86 |
| Hex | F2 | DC | C7 | 0 | 9 | 12 | 5 | 1D | 3E | 56 |
| Octal | 362 | 334 | 307 | 0 | 11 | 22 | 5 | 35 | 76 | 126 |
| Binary | 11110010 | 11011100 | 11000111 | 0 | 1001 | 10010 | 101 | 11101 | 111110 | 1010110 |
Color Harmonies of #F2DCC7
Complementary color
Monochromatic Colors of #F2DCC7
Black with #F2DCC7
Text Example
Text Example
White with #F2DCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCC7; }
p { color: rgb(242,220,199); }
H1.HeaderClassName
{
color: #F2DCC7;
}
.AnyTagClassName
{
color: #F2DCC7;
}
</style>
background-color css
<style>
a { background-color: #F2DCC7; }
a { background-color: rgb(242,220,199); }
div.DivClassName
{
background-color: #F2DCC7;
}
.BgClassName
{
background-color: #F2DCC7;
}
</style>
border-color css
<style>
span { border-color: #F2DCC7; }
span { border-color: rgb(242,220,199); }
td.TdClassName
{
border-color: #F2DCC7;
}
.TagClassName
{
border-color: #F2DCC7;
}
</style>