Shades of Sazerac #F7DFCB
Tints of Sazerac #F7DFCB
RGB
CMYK
RGB Variations
Color information
#F7DFCB (or 0xF7DFCB) is known color: Sazerac. HEX triplet: F7, DF and CB. RGB value is (247,223,203). Sum of RGB (Red+Green+Blue) = 247+223+203=673 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.70% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DFCB is #082034. Grayscale: #E4E4E4. Windows color (decimal): -532533 or 13361143. OLE color: 13361143.
HSL color Cylindrical-coordinate representation of color #F7DFCB: hue angle of 27.27º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7DFCB is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 223 | 203 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.03 |
| HSL | 27.27º | 0.73% | 0.88% | - |
| HSV(B) | 27.27º | 0.18% | 0.97% | - |
| XYZ | 75.52 | 76.86 | 67.36 | - |
| YUV | 227.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 223 | 203 | 0 | 0.10 | 0.18 | 0.03 | 27.27 | 0.73 | 0.88 |
| Hex | F7 | DF | CB | 0 | A | 12 | 3 | 1B | 49 | 58 |
| Octal | 367 | 337 | 313 | 0 | 12 | 22 | 3 | 33 | 111 | 130 |
| Binary | 11110111 | 11011111 | 11001011 | 0 | 1010 | 10010 | 11 | 11011 | 1001001 | 1011000 |
Color Harmonies of #F7DFCB
Complementary color
Monochromatic Colors of #F7DFCB
Black with #F7DFCB
Text Example
Text Example
White with #F7DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DFCB; }
p { color: rgb(247,223,203); }
H1.HeaderClassName
{
color: #F7DFCB;
}
.AnyTagClassName
{
color: #F7DFCB;
}
</style>
background-color css
<style>
a { background-color: #F7DFCB; }
a { background-color: rgb(247,223,203); }
div.DivClassName
{
background-color: #F7DFCB;
}
.BgClassName
{
background-color: #F7DFCB;
}
</style>
border-color css
<style>
span { border-color: #F7DFCB; }
span { border-color: rgb(247,223,203); }
td.TdClassName
{
border-color: #F7DFCB;
}
.TagClassName
{
border-color: #F7DFCB;
}
</style>