Shades of Sazerac #FADDBE
Tints of Sazerac #FADDBE
RGB
CMYK
RGB Variations
Color information
#FADDBE (or 0xFADDBE) is known color: Sazerac. HEX triplet: FA, DD and BE. RGB value is (250,221,190). Sum of RGB (Red+Green+Blue) = 250+221+190=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDBE is #052241. Grayscale: #E2E2E2. Windows color (decimal): -336450 or 12508666. OLE color: 12508666.
HSL color Cylindrical-coordinate representation of color #FADDBE: hue angle of 31º 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 #FADDBE is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 190 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.02 |
| HSL | 31º | 0.86% | 0.86% | - |
| HSV(B) | 31º | 0.24% | 0.98% | - |
| XYZ | 74.58 | 75.75 | 59.41 | - |
| YUV | 226.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 190 | 0 | 0.12 | 0.24 | 0.02 | 31 | 0.86 | 0.86 |
| Hex | FA | DD | BE | 0 | C | 18 | 2 | 1F | 56 | 56 |
| Octal | 372 | 335 | 276 | 0 | 14 | 30 | 2 | 37 | 126 | 126 |
| Binary | 11111010 | 11011101 | 10111110 | 0 | 1100 | 11000 | 10 | 11111 | 1010110 | 1010110 |
Color Harmonies of #FADDBE
Complementary color
Monochromatic Colors of #FADDBE
Black with #FADDBE
Text Example
Text Example
White with #FADDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDBE; }
p { color: rgb(250,221,190); }
H1.HeaderClassName
{
color: #FADDBE;
}
.AnyTagClassName
{
color: #FADDBE;
}
</style>
background-color css
<style>
a { background-color: #FADDBE; }
a { background-color: rgb(250,221,190); }
div.DivClassName
{
background-color: #FADDBE;
}
.BgClassName
{
background-color: #FADDBE;
}
</style>
border-color css
<style>
span { border-color: #FADDBE; }
span { border-color: rgb(250,221,190); }
td.TdClassName
{
border-color: #FADDBE;
}
.TagClassName
{
border-color: #FADDBE;
}
</style>