Shades of Sazerac #FBDFC1
Tints of Sazerac #FBDFC1
RGB
CMYK
RGB Variations
Color information
#FBDFC1 (or 0xFBDFC1) is known color: Sazerac. HEX triplet: FB, DF and C1. RGB value is (251,223,193). Sum of RGB (Red+Green+Blue) = 251+223+193=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 193 (75.78% from 255 or 28.94% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFC1 is #04203E. Grayscale: #E4E4E4. Windows color (decimal): -270399 or 12705787. OLE color: 12705787.
HSL color Cylindrical-coordinate representation of color #FBDFC1: hue angle of 31.03º degrees, saturation: 0.88, 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 #FBDFC1 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 193 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.02 |
| HSL | 31.03º | 0.88% | 0.87% | - |
| HSV(B) | 31.03º | 0.23% | 0.98% | - |
| XYZ | 75.8 | 77.13 | 61.35 | - |
| YUV | 227.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 193 | 0 | 0.11 | 0.23 | 0.02 | 31.03 | 0.88 | 0.87 |
| Hex | FB | DF | C1 | 0 | B | 17 | 2 | 1F | 58 | 57 |
| Octal | 373 | 337 | 301 | 0 | 13 | 27 | 2 | 37 | 130 | 127 |
| Binary | 11111011 | 11011111 | 11000001 | 0 | 1011 | 10111 | 10 | 11111 | 1011000 | 1010111 |
Color Harmonies of #FBDFC1
Complementary color
Monochromatic Colors of #FBDFC1
Black with #FBDFC1
Text Example
Text Example
White with #FBDFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFC1; }
p { color: rgb(251,223,193); }
H1.HeaderClassName
{
color: #FBDFC1;
}
.AnyTagClassName
{
color: #FBDFC1;
}
</style>
background-color css
<style>
a { background-color: #FBDFC1; }
a { background-color: rgb(251,223,193); }
div.DivClassName
{
background-color: #FBDFC1;
}
.BgClassName
{
background-color: #FBDFC1;
}
</style>
border-color css
<style>
span { border-color: #FBDFC1; }
span { border-color: rgb(251,223,193); }
td.TdClassName
{
border-color: #FBDFC1;
}
.TagClassName
{
border-color: #FBDFC1;
}
</style>