Shades of Sazerac #F8DCC1
Tints of Sazerac #F8DCC1
RGB
CMYK
RGB Variations
Color information
#F8DCC1 (or 0xF8DCC1) is known color: Sazerac. HEX triplet: F8, DC and C1. RGB value is (248,220,193). Sum of RGB (Red+Green+Blue) = 248+220+193=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 193 (75.78% from 255 or 29.20% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCC1 is #07233E. Grayscale: #E1E1E1. Windows color (decimal): -467775 or 12705016. OLE color: 12705016.
HSL color Cylindrical-coordinate representation of color #F8DCC1: hue angle of 29.45º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8DCC1 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 193 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.03 |
| HSL | 29.45º | 0.8% | 0.86% | - |
| HSV(B) | 29.45º | 0.22% | 0.97% | - |
| XYZ | 73.93 | 74.99 | 61.03 | - |
| YUV | 225.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 193 | 0 | 0.11 | 0.22 | 0.03 | 29.45 | 0.8 | 0.86 |
| Hex | F8 | DC | C1 | 0 | B | 16 | 3 | 1D | 50 | 56 |
| Octal | 370 | 334 | 301 | 0 | 13 | 26 | 3 | 35 | 120 | 126 |
| Binary | 11111000 | 11011100 | 11000001 | 0 | 1011 | 10110 | 11 | 11101 | 1010000 | 1010110 |
Color Harmonies of #F8DCC1
Complementary color
Monochromatic Colors of #F8DCC1
Black with #F8DCC1
Text Example
Text Example
White with #F8DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCC1; }
p { color: rgb(248,220,193); }
H1.HeaderClassName
{
color: #F8DCC1;
}
.AnyTagClassName
{
color: #F8DCC1;
}
</style>
background-color css
<style>
a { background-color: #F8DCC1; }
a { background-color: rgb(248,220,193); }
div.DivClassName
{
background-color: #F8DCC1;
}
.BgClassName
{
background-color: #F8DCC1;
}
</style>
border-color css
<style>
span { border-color: #F8DCC1; }
span { border-color: rgb(248,220,193); }
td.TdClassName
{
border-color: #F8DCC1;
}
.TagClassName
{
border-color: #F8DCC1;
}
</style>