Shades of Sazerac #F5DFCE
Tints of Sazerac #F5DFCE
RGB
CMYK
RGB Variations
Color information
#F5DFCE (or 0xF5DFCE) is known color: Sazerac. HEX triplet: F5, DF and CE. RGB value is (245,223,206). Sum of RGB (Red+Green+Blue) = 245+223+206=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFCE is #0A2031. Grayscale: #E3E3E3. Windows color (decimal): -663602 or 13557749. OLE color: 13557749.
HSL color Cylindrical-coordinate representation of color #F5DFCE: hue angle of 26.15º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5DFCE is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 206 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.04 |
| HSL | 26.15º | 0.66% | 0.88% | - |
| HSV(B) | 26.15º | 0.16% | 0.96% | - |
| XYZ | 75.18 | 76.64 | 69.22 | - |
| YUV | 227.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 206 | 0 | 0.09 | 0.16 | 0.04 | 26.15 | 0.66 | 0.88 |
| Hex | F5 | DF | CE | 0 | 9 | 10 | 4 | 1A | 42 | 58 |
| Octal | 365 | 337 | 316 | 0 | 11 | 20 | 4 | 32 | 102 | 130 |
| Binary | 11110101 | 11011111 | 11001110 | 0 | 1001 | 10000 | 100 | 11010 | 1000010 | 1011000 |
Color Harmonies of #F5DFCE
Complementary color
Monochromatic Colors of #F5DFCE
Black with #F5DFCE
Text Example
Text Example
White with #F5DFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DFCE; }
p { color: rgb(245,223,206); }
H1.HeaderClassName
{
color: #F5DFCE;
}
.AnyTagClassName
{
color: #F5DFCE;
}
</style>
background-color css
<style>
a { background-color: #F5DFCE; }
a { background-color: rgb(245,223,206); }
div.DivClassName
{
background-color: #F5DFCE;
}
.BgClassName
{
background-color: #F5DFCE;
}
</style>
border-color css
<style>
span { border-color: #F5DFCE; }
span { border-color: rgb(245,223,206); }
td.TdClassName
{
border-color: #F5DFCE;
}
.TagClassName
{
border-color: #F5DFCE;
}
</style>