Shades of Sazerac #F3DECD
Tints of Sazerac #F3DECD
RGB
CMYK
RGB Variations
Color information
#F3DECD (or 0xF3DECD) is known color: Sazerac. HEX triplet: F3, DE and CD. RGB value is (243,222,205). Sum of RGB (Red+Green+Blue) = 243+222+205=670 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.27% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DECD is #0C2132. Grayscale: #E2E2E2. Windows color (decimal): -794931 or 13491955. OLE color: 13491955.
HSL color Cylindrical-coordinate representation of color #F3DECD: hue angle of 26.84º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3DECD is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 205 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.05 |
| HSL | 26.84º | 0.61% | 0.88% | - |
| HSV(B) | 26.84º | 0.16% | 0.95% | - |
| XYZ | 74.1 | 75.71 | 68.46 | - |
| YUV | 226.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 205 | 0 | 0.09 | 0.16 | 0.05 | 26.84 | 0.61 | 0.88 |
| Hex | F3 | DE | CD | 0 | 9 | 10 | 5 | 1B | 3D | 58 |
| Octal | 363 | 336 | 315 | 0 | 11 | 20 | 5 | 33 | 75 | 130 |
| Binary | 11110011 | 11011110 | 11001101 | 0 | 1001 | 10000 | 101 | 11011 | 111101 | 1011000 |
Color Harmonies of #F3DECD
Complementary color
Monochromatic Colors of #F3DECD
Black with #F3DECD
Text Example
Text Example
White with #F3DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DECD; }
p { color: rgb(243,222,205); }
H1.HeaderClassName
{
color: #F3DECD;
}
.AnyTagClassName
{
color: #F3DECD;
}
</style>
background-color css
<style>
a { background-color: #F3DECD; }
a { background-color: rgb(243,222,205); }
div.DivClassName
{
background-color: #F3DECD;
}
.BgClassName
{
background-color: #F3DECD;
}
</style>
border-color css
<style>
span { border-color: #F3DECD; }
span { border-color: rgb(243,222,205); }
td.TdClassName
{
border-color: #F3DECD;
}
.TagClassName
{
border-color: #F3DECD;
}
</style>