Shades of Sazerac #F2DFC1
Tints of Sazerac #F2DFC1
RGB
CMYK
RGB Variations
Color information
#F2DFC1 (or 0xF2DFC1) is known color: Sazerac. HEX triplet: F2, DF and C1. RGB value is (242,223,193). Sum of RGB (Red+Green+Blue) = 242+223+193=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 193 (75.78% from 255 or 29.33% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFC1 is #0D203E. Grayscale: #E1E1E1. Windows color (decimal): -860223 or 12705778. OLE color: 12705778.
HSL color Cylindrical-coordinate representation of color #F2DFC1: hue angle of 36.73º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2DFC1 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 193 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.05 |
| HSL | 36.73º | 0.65% | 0.85% | - |
| HSV(B) | 36.73º | 0.2% | 0.95% | - |
| XYZ | 72.63 | 75.5 | 61.2 | - |
| YUV | 225.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 193 | 0 | 0.08 | 0.20 | 0.05 | 36.73 | 0.65 | 0.85 |
| Hex | F2 | DF | C1 | 0 | 8 | 14 | 5 | 25 | 41 | 55 |
| Octal | 362 | 337 | 301 | 0 | 10 | 24 | 5 | 45 | 101 | 125 |
| Binary | 11110010 | 11011111 | 11000001 | 0 | 1000 | 10100 | 101 | 100101 | 1000001 | 1010101 |
Color Harmonies of #F2DFC1
Complementary color
Monochromatic Colors of #F2DFC1
Black with #F2DFC1
Text Example
Text Example
White with #F2DFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFC1; }
p { color: rgb(242,223,193); }
H1.HeaderClassName
{
color: #F2DFC1;
}
.AnyTagClassName
{
color: #F2DFC1;
}
</style>
background-color css
<style>
a { background-color: #F2DFC1; }
a { background-color: rgb(242,223,193); }
div.DivClassName
{
background-color: #F2DFC1;
}
.BgClassName
{
background-color: #F2DFC1;
}
</style>
border-color css
<style>
span { border-color: #F2DFC1; }
span { border-color: rgb(242,223,193); }
td.TdClassName
{
border-color: #F2DFC1;
}
.TagClassName
{
border-color: #F2DFC1;
}
</style>