Shades of Sazerac #FBDFC2
Tints of Sazerac #FBDFC2
RGB
CMYK
RGB Variations
Color information
#FBDFC2 (or 0xFBDFC2) is known color: Sazerac. HEX triplet: FB, DF and C2. RGB value is (251,223,194). Sum of RGB (Red+Green+Blue) = 251+223+194=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 194 (76.17% from 255 or 29.04% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFC2 is #04203D. Grayscale: #E4E4E4. Windows color (decimal): -270398 or 12771323. OLE color: 12771323.
HSL color Cylindrical-coordinate representation of color #FBDFC2: hue angle of 30.53º 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 #FBDFC2 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 194 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.02 |
| HSL | 30.53º | 0.88% | 0.87% | - |
| HSV(B) | 30.53º | 0.23% | 0.98% | - |
| XYZ | 75.91 | 77.18 | 61.94 | - |
| YUV | 228.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 194 | 0 | 0.11 | 0.23 | 0.02 | 30.53 | 0.88 | 0.87 |
| Hex | FB | DF | C2 | 0 | B | 17 | 2 | 1F | 58 | 57 |
| Octal | 373 | 337 | 302 | 0 | 13 | 27 | 2 | 37 | 130 | 127 |
| Binary | 11111011 | 11011111 | 11000010 | 0 | 1011 | 10111 | 10 | 11111 | 1011000 | 1010111 |
Color Harmonies of #FBDFC2
Complementary color
Monochromatic Colors of #FBDFC2
Black with #FBDFC2
Text Example
Text Example
White with #FBDFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFC2; }
p { color: rgb(251,223,194); }
H1.HeaderClassName
{
color: #FBDFC2;
}
.AnyTagClassName
{
color: #FBDFC2;
}
</style>
background-color css
<style>
a { background-color: #FBDFC2; }
a { background-color: rgb(251,223,194); }
div.DivClassName
{
background-color: #FBDFC2;
}
.BgClassName
{
background-color: #FBDFC2;
}
</style>
border-color css
<style>
span { border-color: #FBDFC2; }
span { border-color: rgb(251,223,194); }
td.TdClassName
{
border-color: #FBDFC2;
}
.TagClassName
{
border-color: #FBDFC2;
}
</style>