Shades of Sazerac #F2DCC4
Tints of Sazerac #F2DCC4
RGB
CMYK
RGB Variations
Color information
#F2DCC4 (or 0xF2DCC4) is known color: Sazerac. HEX triplet: F2, DC and C4. RGB value is (242,220,196). Sum of RGB (Red+Green+Blue) = 242+220+196=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 196 (76.95% from 255 or 29.79% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCC4 is #0D233B. Grayscale: #DFDFDF. Windows color (decimal): -860988 or 12901618. OLE color: 12901618.
HSL color Cylindrical-coordinate representation of color #F2DCC4: hue angle of 31.3º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2DCC4 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 196 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.05 |
| HSL | 31.3º | 0.64% | 0.86% | - |
| HSV(B) | 31.3º | 0.19% | 0.95% | - |
| XYZ | 72.17 | 74.05 | 62.71 | - |
| YUV | 223.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 196 | 0 | 0.09 | 0.19 | 0.05 | 31.3 | 0.64 | 0.86 |
| Hex | F2 | DC | C4 | 0 | 9 | 13 | 5 | 1F | 40 | 56 |
| Octal | 362 | 334 | 304 | 0 | 11 | 23 | 5 | 37 | 100 | 126 |
| Binary | 11110010 | 11011100 | 11000100 | 0 | 1001 | 10011 | 101 | 11111 | 1000000 | 1010110 |
Color Harmonies of #F2DCC4
Complementary color
Monochromatic Colors of #F2DCC4
Black with #F2DCC4
Text Example
Text Example
White with #F2DCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCC4; }
p { color: rgb(242,220,196); }
H1.HeaderClassName
{
color: #F2DCC4;
}
.AnyTagClassName
{
color: #F2DCC4;
}
</style>
background-color css
<style>
a { background-color: #F2DCC4; }
a { background-color: rgb(242,220,196); }
div.DivClassName
{
background-color: #F2DCC4;
}
.BgClassName
{
background-color: #F2DCC4;
}
</style>
border-color css
<style>
span { border-color: #F2DCC4; }
span { border-color: rgb(242,220,196); }
td.TdClassName
{
border-color: #F2DCC4;
}
.TagClassName
{
border-color: #F2DCC4;
}
</style>