Shades of Sazerac #FADFC5
Tints of Sazerac #FADFC5
RGB
CMYK
RGB Variations
Color information
#FADFC5 (or 0xFADFC5) is known color: Sazerac. HEX triplet: FA, DF and C5. RGB value is (250,223,197). Sum of RGB (Red+Green+Blue) = 250+223+197=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 197 (77.34% from 255 or 29.40% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFC5 is #05203A. Grayscale: #E4E4E4. Windows color (decimal): -335931 or 12967930. OLE color: 12967930.
HSL color Cylindrical-coordinate representation of color #FADFC5: hue angle of 29.43º 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 #FADFC5 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 197 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.02 |
| HSL | 29.43º | 0.84% | 0.88% | - |
| HSV(B) | 29.43º | 0.21% | 0.98% | - |
| XYZ | 75.89 | 77.13 | 63.71 | - |
| YUV | 228.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 197 | 0 | 0.11 | 0.21 | 0.02 | 29.43 | 0.84 | 0.88 |
| Hex | FA | DF | C5 | 0 | B | 15 | 2 | 1D | 54 | 58 |
| Octal | 372 | 337 | 305 | 0 | 13 | 25 | 2 | 35 | 124 | 130 |
| Binary | 11111010 | 11011111 | 11000101 | 0 | 1011 | 10101 | 10 | 11101 | 1010100 | 1011000 |
Color Harmonies of #FADFC5
Complementary color
Monochromatic Colors of #FADFC5
Black with #FADFC5
Text Example
Text Example
White with #FADFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFC5; }
p { color: rgb(250,223,197); }
H1.HeaderClassName
{
color: #FADFC5;
}
.AnyTagClassName
{
color: #FADFC5;
}
</style>
background-color css
<style>
a { background-color: #FADFC5; }
a { background-color: rgb(250,223,197); }
div.DivClassName
{
background-color: #FADFC5;
}
.BgClassName
{
background-color: #FADFC5;
}
</style>
border-color css
<style>
span { border-color: #FADFC5; }
span { border-color: rgb(250,223,197); }
td.TdClassName
{
border-color: #FADFC5;
}
.TagClassName
{
border-color: #FADFC5;
}
</style>