Shades of Sazerac #F3DFC2
Tints of Sazerac #F3DFC2
RGB
CMYK
RGB Variations
Color information
#F3DFC2 (or 0xF3DFC2) is known color: Sazerac. HEX triplet: F3, DF and C2. RGB value is (243,223,194). Sum of RGB (Red+Green+Blue) = 243+223+194=660 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.82% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 194 (76.17% from 255 or 29.39% from 660); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFC2 is #0C203D. Grayscale: #E1E1E1. Windows color (decimal): -794686 or 12771315. OLE color: 12771315.
HSL color Cylindrical-coordinate representation of color #F3DFC2: hue angle of 35.51º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3DFC2 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 194 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.05 |
| HSL | 35.51º | 0.67% | 0.86% | - |
| HSV(B) | 35.51º | 0.2% | 0.95% | - |
| XYZ | 73.09 | 75.73 | 61.8 | - |
| YUV | 225.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 194 | 0 | 0.08 | 0.20 | 0.05 | 35.51 | 0.67 | 0.86 |
| Hex | F3 | DF | C2 | 0 | 8 | 14 | 5 | 24 | 43 | 56 |
| Octal | 363 | 337 | 302 | 0 | 10 | 24 | 5 | 44 | 103 | 126 |
| Binary | 11110011 | 11011111 | 11000010 | 0 | 1000 | 10100 | 101 | 100100 | 1000011 | 1010110 |
Color Harmonies of #F3DFC2
Complementary color
Monochromatic Colors of #F3DFC2
Black with #F3DFC2
Text Example
Text Example
White with #F3DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DFC2; }
p { color: rgb(243,223,194); }
H1.HeaderClassName
{
color: #F3DFC2;
}
.AnyTagClassName
{
color: #F3DFC2;
}
</style>
background-color css
<style>
a { background-color: #F3DFC2; }
a { background-color: rgb(243,223,194); }
div.DivClassName
{
background-color: #F3DFC2;
}
.BgClassName
{
background-color: #F3DFC2;
}
</style>
border-color css
<style>
span { border-color: #F3DFC2; }
span { border-color: rgb(243,223,194); }
td.TdClassName
{
border-color: #F3DFC2;
}
.TagClassName
{
border-color: #F3DFC2;
}
</style>