Shades of Sazerac #F8DDC5
Tints of Sazerac #F8DDC5
RGB
CMYK
RGB Variations
Color information
#F8DDC5 (or 0xF8DDC5) is known color: Sazerac. HEX triplet: F8, DD and C5. RGB value is (248,221,197). Sum of RGB (Red+Green+Blue) = 248+221+197=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 197 (77.34% from 255 or 29.58% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDC5 is #07223A. Grayscale: #E2E2E2. Windows color (decimal): -467515 or 12967416. OLE color: 12967416.
HSL color Cylindrical-coordinate representation of color #F8DDC5: hue angle of 28.24º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8DDC5 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 197 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.03 |
| HSL | 28.24º | 0.78% | 0.87% | - |
| HSV(B) | 28.24º | 0.21% | 0.97% | - |
| XYZ | 74.65 | 75.7 | 63.5 | - |
| YUV | 226.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 197 | 0 | 0.11 | 0.21 | 0.03 | 28.24 | 0.78 | 0.87 |
| Hex | F8 | DD | C5 | 0 | B | 15 | 3 | 1C | 4E | 57 |
| Octal | 370 | 335 | 305 | 0 | 13 | 25 | 3 | 34 | 116 | 127 |
| Binary | 11111000 | 11011101 | 11000101 | 0 | 1011 | 10101 | 11 | 11100 | 1001110 | 1010111 |
Color Harmonies of #F8DDC5
Complementary color
Monochromatic Colors of #F8DDC5
Black with #F8DDC5
Text Example
Text Example
White with #F8DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDC5; }
p { color: rgb(248,221,197); }
H1.HeaderClassName
{
color: #F8DDC5;
}
.AnyTagClassName
{
color: #F8DDC5;
}
</style>
background-color css
<style>
a { background-color: #F8DDC5; }
a { background-color: rgb(248,221,197); }
div.DivClassName
{
background-color: #F8DDC5;
}
.BgClassName
{
background-color: #F8DDC5;
}
</style>
border-color css
<style>
span { border-color: #F8DDC5; }
span { border-color: rgb(248,221,197); }
td.TdClassName
{
border-color: #F8DDC5;
}
.TagClassName
{
border-color: #F8DDC5;
}
</style>