Shades of Sazerac #FADEC1
Tints of Sazerac #FADEC1
RGB
CMYK
RGB Variations
Color information
#FADEC1 (or 0xFADEC1) is known color: Sazerac. HEX triplet: FA, DE and C1. RGB value is (250,222,193). Sum of RGB (Red+Green+Blue) = 250+222+193=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEC1 is #05213E. Grayscale: #E3E3E3. Windows color (decimal): -336191 or 12705530. OLE color: 12705530.
HSL color Cylindrical-coordinate representation of color #FADEC1: hue angle of 30.53º 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 #FADEC1 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 193 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.02 |
| HSL | 30.53º | 0.85% | 0.87% | - |
| HSV(B) | 30.53º | 0.23% | 0.98% | - |
| XYZ | 75.17 | 76.42 | 61.24 | - |
| YUV | 227.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 193 | 0 | 0.11 | 0.23 | 0.02 | 30.53 | 0.85 | 0.87 |
| Hex | FA | DE | C1 | 0 | B | 17 | 2 | 1F | 55 | 57 |
| Octal | 372 | 336 | 301 | 0 | 13 | 27 | 2 | 37 | 125 | 127 |
| Binary | 11111010 | 11011110 | 11000001 | 0 | 1011 | 10111 | 10 | 11111 | 1010101 | 1010111 |
Color Harmonies of #FADEC1
Complementary color
Monochromatic Colors of #FADEC1
Black with #FADEC1
Text Example
Text Example
White with #FADEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEC1; }
p { color: rgb(250,222,193); }
H1.HeaderClassName
{
color: #FADEC1;
}
.AnyTagClassName
{
color: #FADEC1;
}
</style>
background-color css
<style>
a { background-color: #FADEC1; }
a { background-color: rgb(250,222,193); }
div.DivClassName
{
background-color: #FADEC1;
}
.BgClassName
{
background-color: #FADEC1;
}
</style>
border-color css
<style>
span { border-color: #FADEC1; }
span { border-color: rgb(250,222,193); }
td.TdClassName
{
border-color: #FADEC1;
}
.TagClassName
{
border-color: #FADEC1;
}
</style>