Shades of Sazerac #FADEBE
Tints of Sazerac #FADEBE
RGB
CMYK
RGB Variations
Color information
#FADEBE (or 0xFADEBE) is known color: Sazerac. HEX triplet: FA, DE and BE. RGB value is (250,222,190). Sum of RGB (Red+Green+Blue) = 250+222+190=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 190 (74.61% from 255 or 28.70% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEBE is #052141. Grayscale: #E2E2E2. Windows color (decimal): -336194 or 12508922. OLE color: 12508922.
HSL color Cylindrical-coordinate representation of color #FADEBE: hue angle of 32º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FADEBE is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 190 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.02 |
| HSL | 32º | 0.86% | 0.86% | - |
| HSV(B) | 32º | 0.24% | 0.98% | - |
| XYZ | 74.84 | 76.28 | 59.5 | - |
| YUV | 226.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 190 | 0 | 0.11 | 0.24 | 0.02 | 32 | 0.86 | 0.86 |
| Hex | FA | DE | BE | 0 | B | 18 | 2 | 20 | 56 | 56 |
| Octal | 372 | 336 | 276 | 0 | 13 | 30 | 2 | 40 | 126 | 126 |
| Binary | 11111010 | 11011110 | 10111110 | 0 | 1011 | 11000 | 10 | 100000 | 1010110 | 1010110 |
Color Harmonies of #FADEBE
Complementary color
Monochromatic Colors of #FADEBE
Black with #FADEBE
Text Example
Text Example
White with #FADEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEBE; }
p { color: rgb(250,222,190); }
H1.HeaderClassName
{
color: #FADEBE;
}
.AnyTagClassName
{
color: #FADEBE;
}
</style>
background-color css
<style>
a { background-color: #FADEBE; }
a { background-color: rgb(250,222,190); }
div.DivClassName
{
background-color: #FADEBE;
}
.BgClassName
{
background-color: #FADEBE;
}
</style>
border-color css
<style>
span { border-color: #FADEBE; }
span { border-color: rgb(250,222,190); }
td.TdClassName
{
border-color: #FADEBE;
}
.TagClassName
{
border-color: #FADEBE;
}
</style>