Shades of Sazerac #FADFC7
Tints of Sazerac #FADFC7
RGB
CMYK
RGB Variations
Color information
#FADFC7 (or 0xFADFC7) is known color: Sazerac. HEX triplet: FA, DF and C7. RGB value is (250,223,199). Sum of RGB (Red+Green+Blue) = 250+223+199=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 199 (78.12% from 255 or 29.61% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFC7 is #052038. Grayscale: #E4E4E4. Windows color (decimal): -335929 or 13099002. OLE color: 13099002.
HSL color Cylindrical-coordinate representation of color #FADFC7: hue angle of 28.24º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FADFC7 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 199 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.02 |
| HSL | 28.24º | 0.84% | 0.88% | - |
| HSV(B) | 28.24º | 0.2% | 0.98% | - |
| XYZ | 76.12 | 77.22 | 64.93 | - |
| YUV | 228.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 199 | 0 | 0.11 | 0.20 | 0.02 | 28.24 | 0.84 | 0.88 |
| Hex | FA | DF | C7 | 0 | B | 14 | 2 | 1C | 54 | 58 |
| Octal | 372 | 337 | 307 | 0 | 13 | 24 | 2 | 34 | 124 | 130 |
| Binary | 11111010 | 11011111 | 11000111 | 0 | 1011 | 10100 | 10 | 11100 | 1010100 | 1011000 |
Color Harmonies of #FADFC7
Complementary color
Monochromatic Colors of #FADFC7
Black with #FADFC7
Text Example
Text Example
White with #FADFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFC7; }
p { color: rgb(250,223,199); }
H1.HeaderClassName
{
color: #FADFC7;
}
.AnyTagClassName
{
color: #FADFC7;
}
</style>
background-color css
<style>
a { background-color: #FADFC7; }
a { background-color: rgb(250,223,199); }
div.DivClassName
{
background-color: #FADFC7;
}
.BgClassName
{
background-color: #FADFC7;
}
</style>
border-color css
<style>
span { border-color: #FADFC7; }
span { border-color: rgb(250,223,199); }
td.TdClassName
{
border-color: #FADFC7;
}
.TagClassName
{
border-color: #FADFC7;
}
</style>