Shades of Sazerac #F9DFC4
Tints of Sazerac #F9DFC4
RGB
CMYK
RGB Variations
Color information
#F9DFC4 (or 0xF9DFC4) is known color: Sazerac. HEX triplet: F9, DF and C4. RGB value is (249,223,196). Sum of RGB (Red+Green+Blue) = 249+223+196=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DFC4 is #06203B. Grayscale: #E3E3E3. Windows color (decimal): -401468 or 12902393. OLE color: 12902393.
HSL color Cylindrical-coordinate representation of color #F9DFC4: hue angle of 30.57º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9DFC4 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 196 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.02 |
| HSL | 30.57º | 0.82% | 0.87% | - |
| HSV(B) | 30.57º | 0.21% | 0.98% | - |
| XYZ | 75.42 | 76.9 | 63.09 | - |
| YUV | 227.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 196 | 0 | 0.10 | 0.21 | 0.02 | 30.57 | 0.82 | 0.87 |
| Hex | F9 | DF | C4 | 0 | A | 15 | 2 | 1F | 52 | 57 |
| Octal | 371 | 337 | 304 | 0 | 12 | 25 | 2 | 37 | 122 | 127 |
| Binary | 11111001 | 11011111 | 11000100 | 0 | 1010 | 10101 | 10 | 11111 | 1010010 | 1010111 |
Color Harmonies of #F9DFC4
Complementary color
Monochromatic Colors of #F9DFC4
Black with #F9DFC4
Text Example
Text Example
White with #F9DFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DFC4; }
p { color: rgb(249,223,196); }
H1.HeaderClassName
{
color: #F9DFC4;
}
.AnyTagClassName
{
color: #F9DFC4;
}
</style>
background-color css
<style>
a { background-color: #F9DFC4; }
a { background-color: rgb(249,223,196); }
div.DivClassName
{
background-color: #F9DFC4;
}
.BgClassName
{
background-color: #F9DFC4;
}
</style>
border-color css
<style>
span { border-color: #F9DFC4; }
span { border-color: rgb(249,223,196); }
td.TdClassName
{
border-color: #F9DFC4;
}
.TagClassName
{
border-color: #F9DFC4;
}
</style>