Shades of Sazerac #F2DFC5
Tints of Sazerac #F2DFC5
RGB
CMYK
RGB Variations
Color information
#F2DFC5 (or 0xF2DFC5) is known color: Sazerac. HEX triplet: F2, DF and C5. RGB value is (242,223,197). Sum of RGB (Red+Green+Blue) = 242+223+197=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 197 (77.34% from 255 or 29.76% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFC5 is #0D203A. Grayscale: #E1E1E1. Windows color (decimal): -860219 or 12967922. OLE color: 12967922.
HSL color Cylindrical-coordinate representation of color #F2DFC5: hue angle of 34.67º degrees, saturation: 0.63, 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 #F2DFC5 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 197 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.05 |
| HSL | 34.67º | 0.63% | 0.86% | - |
| HSV(B) | 34.67º | 0.19% | 0.95% | - |
| XYZ | 73.08 | 75.68 | 63.58 | - |
| YUV | 225.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 197 | 0 | 0.08 | 0.19 | 0.05 | 34.67 | 0.63 | 0.86 |
| Hex | F2 | DF | C5 | 0 | 8 | 13 | 5 | 23 | 3F | 56 |
| Octal | 362 | 337 | 305 | 0 | 10 | 23 | 5 | 43 | 77 | 126 |
| Binary | 11110010 | 11011111 | 11000101 | 0 | 1000 | 10011 | 101 | 100011 | 111111 | 1010110 |
Color Harmonies of #F2DFC5
Complementary color
Monochromatic Colors of #F2DFC5
Black with #F2DFC5
Text Example
Text Example
White with #F2DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFC5; }
p { color: rgb(242,223,197); }
H1.HeaderClassName
{
color: #F2DFC5;
}
.AnyTagClassName
{
color: #F2DFC5;
}
</style>
background-color css
<style>
a { background-color: #F2DFC5; }
a { background-color: rgb(242,223,197); }
div.DivClassName
{
background-color: #F2DFC5;
}
.BgClassName
{
background-color: #F2DFC5;
}
</style>
border-color css
<style>
span { border-color: #F2DFC5; }
span { border-color: rgb(242,223,197); }
td.TdClassName
{
border-color: #F2DFC5;
}
.TagClassName
{
border-color: #F2DFC5;
}
</style>