Shades of Sazerac #FADFC0
Tints of Sazerac #FADFC0
RGB
CMYK
RGB Variations
Color information
#FADFC0 (or 0xFADFC0) is known color: Sazerac. HEX triplet: FA, DF and C0. RGB value is (250,223,192). Sum of RGB (Red+Green+Blue) = 250+223+192=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 192 (75.39% from 255 or 28.87% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFC0 is #05203F. Grayscale: #E3E3E3. Windows color (decimal): -335936 or 12640250. OLE color: 12640250.
HSL color Cylindrical-coordinate representation of color #FADFC0: hue angle of 32.07º 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 #FADFC0 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 192 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.02 |
| HSL | 32.07º | 0.85% | 0.87% | - |
| HSV(B) | 32.07º | 0.23% | 0.98% | - |
| XYZ | 75.33 | 76.91 | 60.74 | - |
| YUV | 227.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 192 | 0 | 0.11 | 0.23 | 0.02 | 32.07 | 0.85 | 0.87 |
| Hex | FA | DF | C0 | 0 | B | 17 | 2 | 20 | 55 | 57 |
| Octal | 372 | 337 | 300 | 0 | 13 | 27 | 2 | 40 | 125 | 127 |
| Binary | 11111010 | 11011111 | 11000000 | 0 | 1011 | 10111 | 10 | 100000 | 1010101 | 1010111 |
Color Harmonies of #FADFC0
Complementary color
Monochromatic Colors of #FADFC0
Black with #FADFC0
Text Example
Text Example
White with #FADFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFC0; }
p { color: rgb(250,223,192); }
H1.HeaderClassName
{
color: #FADFC0;
}
.AnyTagClassName
{
color: #FADFC0;
}
</style>
background-color css
<style>
a { background-color: #FADFC0; }
a { background-color: rgb(250,223,192); }
div.DivClassName
{
background-color: #FADFC0;
}
.BgClassName
{
background-color: #FADFC0;
}
</style>
border-color css
<style>
span { border-color: #FADFC0; }
span { border-color: rgb(250,223,192); }
td.TdClassName
{
border-color: #FADFC0;
}
.TagClassName
{
border-color: #FADFC0;
}
</style>