Shades of Sazerac #F3DFC9
Tints of Sazerac #F3DFC9
RGB
CMYK
RGB Variations
Color information
#F3DFC9 (or 0xF3DFC9) is known color: Sazerac. HEX triplet: F3, DF and C9. RGB value is (243,223,201). Sum of RGB (Red+Green+Blue) = 243+223+201=667 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.43% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 201 (78.91% from 255 or 30.13% from 667); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFC9 is #0C2036. Grayscale: #E2E2E2. Windows color (decimal): -794679 or 13230067. OLE color: 13230067.
HSL color Cylindrical-coordinate representation of color #F3DFC9: hue angle of 31.43º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3DFC9 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 201 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.05 |
| HSL | 31.43º | 0.64% | 0.87% | - |
| HSV(B) | 31.43º | 0.17% | 0.95% | - |
| XYZ | 73.89 | 76.05 | 66.04 | - |
| YUV | 226.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 201 | 0 | 0.08 | 0.17 | 0.05 | 31.43 | 0.64 | 0.87 |
| Hex | F3 | DF | C9 | 0 | 8 | 11 | 5 | 1F | 40 | 57 |
| Octal | 363 | 337 | 311 | 0 | 10 | 21 | 5 | 37 | 100 | 127 |
| Binary | 11110011 | 11011111 | 11001001 | 0 | 1000 | 10001 | 101 | 11111 | 1000000 | 1010111 |
Color Harmonies of #F3DFC9
Complementary color
Monochromatic Colors of #F3DFC9
Black with #F3DFC9
Text Example
Text Example
White with #F3DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DFC9; }
p { color: rgb(243,223,201); }
H1.HeaderClassName
{
color: #F3DFC9;
}
.AnyTagClassName
{
color: #F3DFC9;
}
</style>
background-color css
<style>
a { background-color: #F3DFC9; }
a { background-color: rgb(243,223,201); }
div.DivClassName
{
background-color: #F3DFC9;
}
.BgClassName
{
background-color: #F3DFC9;
}
</style>
border-color css
<style>
span { border-color: #F3DFC9; }
span { border-color: rgb(243,223,201); }
td.TdClassName
{
border-color: #F3DFC9;
}
.TagClassName
{
border-color: #F3DFC9;
}
</style>