Shades of Sazerac #FADFC2
Tints of Sazerac #FADFC2
RGB
CMYK
RGB Variations
Color information
#FADFC2 (or 0xFADFC2) is known color: Sazerac. HEX triplet: FA, DF and C2. RGB value is (250,223,194). Sum of RGB (Red+Green+Blue) = 250+223+194=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 194 (76.17% from 255 or 29.09% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFC2 is #05203D. Grayscale: #E3E3E3. Windows color (decimal): -335934 or 12771322. OLE color: 12771322.
HSL color Cylindrical-coordinate representation of color #FADFC2: hue angle of 31.07º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FADFC2 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 194 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.02 |
| HSL | 31.07º | 0.85% | 0.87% | - |
| HSV(B) | 31.07º | 0.22% | 0.98% | - |
| XYZ | 75.55 | 76.99 | 61.92 | - |
| YUV | 227.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 194 | 0 | 0.11 | 0.22 | 0.02 | 31.07 | 0.85 | 0.87 |
| Hex | FA | DF | C2 | 0 | B | 16 | 2 | 1F | 55 | 57 |
| Octal | 372 | 337 | 302 | 0 | 13 | 26 | 2 | 37 | 125 | 127 |
| Binary | 11111010 | 11011111 | 11000010 | 0 | 1011 | 10110 | 10 | 11111 | 1010101 | 1010111 |
Color Harmonies of #FADFC2
Complementary color
Monochromatic Colors of #FADFC2
Black with #FADFC2
Text Example
Text Example
White with #FADFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFC2; }
p { color: rgb(250,223,194); }
H1.HeaderClassName
{
color: #FADFC2;
}
.AnyTagClassName
{
color: #FADFC2;
}
</style>
background-color css
<style>
a { background-color: #FADFC2; }
a { background-color: rgb(250,223,194); }
div.DivClassName
{
background-color: #FADFC2;
}
.BgClassName
{
background-color: #FADFC2;
}
</style>
border-color css
<style>
span { border-color: #FADFC2; }
span { border-color: rgb(250,223,194); }
td.TdClassName
{
border-color: #FADFC2;
}
.TagClassName
{
border-color: #FADFC2;
}
</style>