Shades of Sazerac #FADFBD
Tints of Sazerac #FADFBD
RGB
CMYK
RGB Variations
Color information
#FADFBD (or 0xFADFBD) is known color: Sazerac. HEX triplet: FA, DF and BD. RGB value is (250,223,189). Sum of RGB (Red+Green+Blue) = 250+223+189=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFBD is #052042. Grayscale: #E3E3E3. Windows color (decimal): -335939 or 12443642. OLE color: 12443642.
HSL color Cylindrical-coordinate representation of color #FADFBD: hue angle of 33.44º 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 #FADFBD is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 189 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.02 |
| HSL | 33.44º | 0.86% | 0.86% | - |
| HSV(B) | 33.44º | 0.24% | 0.98% | - |
| XYZ | 75 | 76.77 | 59.01 | - |
| YUV | 227.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 189 | 0 | 0.11 | 0.24 | 0.02 | 33.44 | 0.86 | 0.86 |
| Hex | FA | DF | BD | 0 | B | 18 | 2 | 21 | 56 | 56 |
| Octal | 372 | 337 | 275 | 0 | 13 | 30 | 2 | 41 | 126 | 126 |
| Binary | 11111010 | 11011111 | 10111101 | 0 | 1011 | 11000 | 10 | 100001 | 1010110 | 1010110 |
Color Harmonies of #FADFBD
Complementary color
Monochromatic Colors of #FADFBD
Black with #FADFBD
Text Example
Text Example
White with #FADFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFBD; }
p { color: rgb(250,223,189); }
H1.HeaderClassName
{
color: #FADFBD;
}
.AnyTagClassName
{
color: #FADFBD;
}
</style>
background-color css
<style>
a { background-color: #FADFBD; }
a { background-color: rgb(250,223,189); }
div.DivClassName
{
background-color: #FADFBD;
}
.BgClassName
{
background-color: #FADFBD;
}
</style>
border-color css
<style>
span { border-color: #FADFBD; }
span { border-color: rgb(250,223,189); }
td.TdClassName
{
border-color: #FADFBD;
}
.TagClassName
{
border-color: #FADFBD;
}
</style>