Shades of Sazerac #FADFC6
Tints of Sazerac #FADFC6
RGB
CMYK
RGB Variations
Color information
#FADFC6 (or 0xFADFC6) is known color: Sazerac. HEX triplet: FA, DF and C6. RGB value is (250,223,198). Sum of RGB (Red+Green+Blue) = 250+223+198=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 198 (77.73% from 255 or 29.51% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFC6 is #052039. Grayscale: #E4E4E4. Windows color (decimal): -335930 or 13033466. OLE color: 13033466.
HSL color Cylindrical-coordinate representation of color #FADFC6: hue angle of 28.85º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FADFC6 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 198 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.02 |
| HSL | 28.85º | 0.84% | 0.88% | - |
| HSV(B) | 28.85º | 0.21% | 0.98% | - |
| XYZ | 76.01 | 77.18 | 64.32 | - |
| YUV | 228.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 198 | 0 | 0.11 | 0.21 | 0.02 | 28.85 | 0.84 | 0.88 |
| Hex | FA | DF | C6 | 0 | B | 15 | 2 | 1D | 54 | 58 |
| Octal | 372 | 337 | 306 | 0 | 13 | 25 | 2 | 35 | 124 | 130 |
| Binary | 11111010 | 11011111 | 11000110 | 0 | 1011 | 10101 | 10 | 11101 | 1010100 | 1011000 |
Color Harmonies of #FADFC6
Complementary color
Monochromatic Colors of #FADFC6
Black with #FADFC6
Text Example
Text Example
White with #FADFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFC6; }
p { color: rgb(250,223,198); }
H1.HeaderClassName
{
color: #FADFC6;
}
.AnyTagClassName
{
color: #FADFC6;
}
</style>
background-color css
<style>
a { background-color: #FADFC6; }
a { background-color: rgb(250,223,198); }
div.DivClassName
{
background-color: #FADFC6;
}
.BgClassName
{
background-color: #FADFC6;
}
</style>
border-color css
<style>
span { border-color: #FADFC6; }
span { border-color: rgb(250,223,198); }
td.TdClassName
{
border-color: #FADFC6;
}
.TagClassName
{
border-color: #FADFC6;
}
</style>