Shades of Sazerac #F2DFCB
Tints of Sazerac #F2DFCB
RGB
CMYK
RGB Variations
Color information
#F2DFCB (or 0xF2DFCB) is known color: Sazerac. HEX triplet: F2, DF and CB. RGB value is (242,223,203). Sum of RGB (Red+Green+Blue) = 242+223+203=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFCB is #0D2034. Grayscale: #E2E2E2. Windows color (decimal): -860213 or 13361138. OLE color: 13361138.
HSL color Cylindrical-coordinate representation of color #F2DFCB: hue angle of 30.77º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2DFCB is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 203 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.05 |
| HSL | 30.77º | 0.6% | 0.87% | - |
| HSV(B) | 30.77º | 0.16% | 0.95% | - |
| XYZ | 73.79 | 75.96 | 67.27 | - |
| YUV | 226.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 203 | 0 | 0.08 | 0.16 | 0.05 | 30.77 | 0.6 | 0.87 |
| Hex | F2 | DF | CB | 0 | 8 | 10 | 5 | 1F | 3C | 57 |
| Octal | 362 | 337 | 313 | 0 | 10 | 20 | 5 | 37 | 74 | 127 |
| Binary | 11110010 | 11011111 | 11001011 | 0 | 1000 | 10000 | 101 | 11111 | 111100 | 1010111 |
Color Harmonies of #F2DFCB
Complementary color
Monochromatic Colors of #F2DFCB
Black with #F2DFCB
Text Example
Text Example
White with #F2DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFCB; }
p { color: rgb(242,223,203); }
H1.HeaderClassName
{
color: #F2DFCB;
}
.AnyTagClassName
{
color: #F2DFCB;
}
</style>
background-color css
<style>
a { background-color: #F2DFCB; }
a { background-color: rgb(242,223,203); }
div.DivClassName
{
background-color: #F2DFCB;
}
.BgClassName
{
background-color: #F2DFCB;
}
</style>
border-color css
<style>
span { border-color: #F2DFCB; }
span { border-color: rgb(242,223,203); }
td.TdClassName
{
border-color: #F2DFCB;
}
.TagClassName
{
border-color: #F2DFCB;
}
</style>