Shades of Sazerac #F9DFCB
Tints of Sazerac #F9DFCB
RGB
CMYK
RGB Variations
Color information
#F9DFCB (or 0xF9DFCB) is known color: Sazerac. HEX triplet: F9, DF and CB. RGB value is (249,223,203). Sum of RGB (Red+Green+Blue) = 249+223+203=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DFCB is #062034. Grayscale: #E4E4E4. Windows color (decimal): -401461 or 13361145. OLE color: 13361145.
HSL color Cylindrical-coordinate representation of color #F9DFCB: hue angle of 26.09º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9DFCB is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 203 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.02 |
| HSL | 26.09º | 0.79% | 0.89% | - |
| HSV(B) | 26.09º | 0.18% | 0.98% | - |
| XYZ | 76.23 | 77.23 | 67.39 | - |
| YUV | 228.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 203 | 0 | 0.10 | 0.18 | 0.02 | 26.09 | 0.79 | 0.89 |
| Hex | F9 | DF | CB | 0 | A | 12 | 2 | 1A | 4F | 59 |
| Octal | 371 | 337 | 313 | 0 | 12 | 22 | 2 | 32 | 117 | 131 |
| Binary | 11111001 | 11011111 | 11001011 | 0 | 1010 | 10010 | 10 | 11010 | 1001111 | 1011001 |
Color Harmonies of #F9DFCB
Complementary color
Monochromatic Colors of #F9DFCB
Black with #F9DFCB
Text Example
Text Example
White with #F9DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DFCB; }
p { color: rgb(249,223,203); }
H1.HeaderClassName
{
color: #F9DFCB;
}
.AnyTagClassName
{
color: #F9DFCB;
}
</style>
background-color css
<style>
a { background-color: #F9DFCB; }
a { background-color: rgb(249,223,203); }
div.DivClassName
{
background-color: #F9DFCB;
}
.BgClassName
{
background-color: #F9DFCB;
}
</style>
border-color css
<style>
span { border-color: #F9DFCB; }
span { border-color: rgb(249,223,203); }
td.TdClassName
{
border-color: #F9DFCB;
}
.TagClassName
{
border-color: #F9DFCB;
}
</style>