Shades of Sazerac #FADFC1
Tints of Sazerac #FADFC1
RGB
CMYK
RGB Variations
Color information
#FADFC1 (or 0xFADFC1) is known color: Sazerac. HEX triplet: FA, DF and C1. RGB value is (250,223,193). Sum of RGB (Red+Green+Blue) = 250+223+193=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 193 (75.78% from 255 or 28.98% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFC1 is #05203E. Grayscale: #E3E3E3. Windows color (decimal): -335935 or 12705786. OLE color: 12705786.
HSL color Cylindrical-coordinate representation of color #FADFC1: hue angle of 31.58º 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 #FADFC1 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 193 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.02 |
| HSL | 31.58º | 0.85% | 0.87% | - |
| HSV(B) | 31.58º | 0.23% | 0.98% | - |
| XYZ | 75.44 | 76.95 | 61.33 | - |
| YUV | 227.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 193 | 0 | 0.11 | 0.23 | 0.02 | 31.58 | 0.85 | 0.87 |
| Hex | FA | DF | C1 | 0 | B | 17 | 2 | 20 | 55 | 57 |
| Octal | 372 | 337 | 301 | 0 | 13 | 27 | 2 | 40 | 125 | 127 |
| Binary | 11111010 | 11011111 | 11000001 | 0 | 1011 | 10111 | 10 | 100000 | 1010101 | 1010111 |
Color Harmonies of #FADFC1
Complementary color
Monochromatic Colors of #FADFC1
Black with #FADFC1
Text Example
Text Example
White with #FADFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFC1; }
p { color: rgb(250,223,193); }
H1.HeaderClassName
{
color: #FADFC1;
}
.AnyTagClassName
{
color: #FADFC1;
}
</style>
background-color css
<style>
a { background-color: #FADFC1; }
a { background-color: rgb(250,223,193); }
div.DivClassName
{
background-color: #FADFC1;
}
.BgClassName
{
background-color: #FADFC1;
}
</style>
border-color css
<style>
span { border-color: #FADFC1; }
span { border-color: rgb(250,223,193); }
td.TdClassName
{
border-color: #FADFC1;
}
.TagClassName
{
border-color: #FADFC1;
}
</style>