Shades of Sazerac #FADEBF
Tints of Sazerac #FADEBF
RGB
CMYK
RGB Variations
Color information
#FADEBF (or 0xFADEBF) is known color: Sazerac. HEX triplet: FA, DE and BF. RGB value is (250,222,191). Sum of RGB (Red+Green+Blue) = 250+222+191=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEBF is #052140. Grayscale: #E2E2E2. Windows color (decimal): -336193 or 12574458. OLE color: 12574458.
HSL color Cylindrical-coordinate representation of color #FADEBF: hue angle of 31.53º 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 #FADEBF is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 191 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.02 |
| HSL | 31.53º | 0.86% | 0.86% | - |
| HSV(B) | 31.53º | 0.24% | 0.98% | - |
| XYZ | 74.95 | 76.33 | 60.07 | - |
| YUV | 226.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 191 | 0 | 0.11 | 0.24 | 0.02 | 31.53 | 0.86 | 0.86 |
| Hex | FA | DE | BF | 0 | B | 18 | 2 | 20 | 56 | 56 |
| Octal | 372 | 336 | 277 | 0 | 13 | 30 | 2 | 40 | 126 | 126 |
| Binary | 11111010 | 11011110 | 10111111 | 0 | 1011 | 11000 | 10 | 100000 | 1010110 | 1010110 |
Color Harmonies of #FADEBF
Complementary color
Monochromatic Colors of #FADEBF
Black with #FADEBF
Text Example
Text Example
White with #FADEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEBF; }
p { color: rgb(250,222,191); }
H1.HeaderClassName
{
color: #FADEBF;
}
.AnyTagClassName
{
color: #FADEBF;
}
</style>
background-color css
<style>
a { background-color: #FADEBF; }
a { background-color: rgb(250,222,191); }
div.DivClassName
{
background-color: #FADEBF;
}
.BgClassName
{
background-color: #FADEBF;
}
</style>
border-color css
<style>
span { border-color: #FADEBF; }
span { border-color: rgb(250,222,191); }
td.TdClassName
{
border-color: #FADEBF;
}
.TagClassName
{
border-color: #FADEBF;
}
</style>