Shades of Sazerac #FADEC0
Tints of Sazerac #FADEC0
RGB
CMYK
RGB Variations
Color information
#FADEC0 (or 0xFADEC0) is known color: Sazerac. HEX triplet: FA, DE and C0. RGB value is (250,222,192). Sum of RGB (Red+Green+Blue) = 250+222+192=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 192 (75.39% from 255 or 28.92% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEC0 is #05213F. Grayscale: #E3E3E3. Windows color (decimal): -336192 or 12639994. OLE color: 12639994.
HSL color Cylindrical-coordinate representation of color #FADEC0: hue angle of 31.03º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FADEC0 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 192 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.02 |
| HSL | 31.03º | 0.85% | 0.87% | - |
| HSV(B) | 31.03º | 0.23% | 0.98% | - |
| XYZ | 75.06 | 76.37 | 60.65 | - |
| YUV | 226.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 192 | 0 | 0.11 | 0.23 | 0.02 | 31.03 | 0.85 | 0.87 |
| Hex | FA | DE | C0 | 0 | B | 17 | 2 | 1F | 55 | 57 |
| Octal | 372 | 336 | 300 | 0 | 13 | 27 | 2 | 37 | 125 | 127 |
| Binary | 11111010 | 11011110 | 11000000 | 0 | 1011 | 10111 | 10 | 11111 | 1010101 | 1010111 |
Color Harmonies of #FADEC0
Complementary color
Monochromatic Colors of #FADEC0
Black with #FADEC0
Text Example
Text Example
White with #FADEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEC0; }
p { color: rgb(250,222,192); }
H1.HeaderClassName
{
color: #FADEC0;
}
.AnyTagClassName
{
color: #FADEC0;
}
</style>
background-color css
<style>
a { background-color: #FADEC0; }
a { background-color: rgb(250,222,192); }
div.DivClassName
{
background-color: #FADEC0;
}
.BgClassName
{
background-color: #FADEC0;
}
</style>
border-color css
<style>
span { border-color: #FADEC0; }
span { border-color: rgb(250,222,192); }
td.TdClassName
{
border-color: #FADEC0;
}
.TagClassName
{
border-color: #FADEC0;
}
</style>