Shades of Sazerac #F9DFC2
Tints of Sazerac #F9DFC2
RGB
CMYK
RGB Variations
Color information
#F9DFC2 (or 0xF9DFC2) is known color: Sazerac. HEX triplet: F9, DF and C2. RGB value is (249,223,194). Sum of RGB (Red+Green+Blue) = 249+223+194=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 194 (76.17% from 255 or 29.13% from 666); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DFC2 is #06203D. Grayscale: #E3E3E3. Windows color (decimal): -401470 or 12771321. OLE color: 12771321.
HSL color Cylindrical-coordinate representation of color #F9DFC2: hue angle of 31.64º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9DFC2 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 194 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.02 |
| HSL | 31.64º | 0.82% | 0.87% | - |
| HSV(B) | 31.64º | 0.22% | 0.98% | - |
| XYZ | 75.19 | 76.81 | 61.9 | - |
| YUV | 227.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 194 | 0 | 0.10 | 0.22 | 0.02 | 31.64 | 0.82 | 0.87 |
| Hex | F9 | DF | C2 | 0 | A | 16 | 2 | 20 | 52 | 57 |
| Octal | 371 | 337 | 302 | 0 | 12 | 26 | 2 | 40 | 122 | 127 |
| Binary | 11111001 | 11011111 | 11000010 | 0 | 1010 | 10110 | 10 | 100000 | 1010010 | 1010111 |
Color Harmonies of #F9DFC2
Complementary color
Monochromatic Colors of #F9DFC2
Black with #F9DFC2
Text Example
Text Example
White with #F9DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DFC2; }
p { color: rgb(249,223,194); }
H1.HeaderClassName
{
color: #F9DFC2;
}
.AnyTagClassName
{
color: #F9DFC2;
}
</style>
background-color css
<style>
a { background-color: #F9DFC2; }
a { background-color: rgb(249,223,194); }
div.DivClassName
{
background-color: #F9DFC2;
}
.BgClassName
{
background-color: #F9DFC2;
}
</style>
border-color css
<style>
span { border-color: #F9DFC2; }
span { border-color: rgb(249,223,194); }
td.TdClassName
{
border-color: #F9DFC2;
}
.TagClassName
{
border-color: #F9DFC2;
}
</style>