Shades of Sazerac #F3DEBF
Tints of Sazerac #F3DEBF
RGB
CMYK
RGB Variations
Color information
#F3DEBF (or 0xF3DEBF) is known color: Sazerac. HEX triplet: F3, DE and BF. RGB value is (243,222,191). Sum of RGB (Red+Green+Blue) = 243+222+191=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 191 (75% from 255 or 29.12% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DEBF is #0C2140. Grayscale: #E0E0E0. Windows color (decimal): -794945 or 12574451. OLE color: 12574451.
HSL color Cylindrical-coordinate representation of color #F3DEBF: hue angle of 35.77º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3DEBF is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 191 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.05 |
| HSL | 35.77º | 0.68% | 0.85% | - |
| HSV(B) | 35.77º | 0.21% | 0.95% | - |
| XYZ | 72.49 | 75.06 | 59.96 | - |
| YUV | 224.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 191 | 0 | 0.09 | 0.21 | 0.05 | 35.77 | 0.68 | 0.85 |
| Hex | F3 | DE | BF | 0 | 9 | 15 | 5 | 24 | 44 | 55 |
| Octal | 363 | 336 | 277 | 0 | 11 | 25 | 5 | 44 | 104 | 125 |
| Binary | 11110011 | 11011110 | 10111111 | 0 | 1001 | 10101 | 101 | 100100 | 1000100 | 1010101 |
Color Harmonies of #F3DEBF
Complementary color
Monochromatic Colors of #F3DEBF
Black with #F3DEBF
Text Example
Text Example
White with #F3DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DEBF; }
p { color: rgb(243,222,191); }
H1.HeaderClassName
{
color: #F3DEBF;
}
.AnyTagClassName
{
color: #F3DEBF;
}
</style>
background-color css
<style>
a { background-color: #F3DEBF; }
a { background-color: rgb(243,222,191); }
div.DivClassName
{
background-color: #F3DEBF;
}
.BgClassName
{
background-color: #F3DEBF;
}
</style>
border-color css
<style>
span { border-color: #F3DEBF; }
span { border-color: rgb(243,222,191); }
td.TdClassName
{
border-color: #F3DEBF;
}
.TagClassName
{
border-color: #F3DEBF;
}
</style>