Shades of Sazerac #F3DFC5
Tints of Sazerac #F3DFC5
RGB
CMYK
RGB Variations
Color information
#F3DFC5 (or 0xF3DFC5) is known color: Sazerac. HEX triplet: F3, DF and C5. RGB value is (243,223,197). Sum of RGB (Red+Green+Blue) = 243+223+197=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 197 (77.34% from 255 or 29.71% from 663); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFC5 is #0C203A. Grayscale: #E2E2E2. Windows color (decimal): -794683 or 12967923. OLE color: 12967923.
HSL color Cylindrical-coordinate representation of color #F3DFC5: hue angle of 33.91º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3DFC5 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 223 | 197 | - |
CMYK | 0 | 0.08 | 0.19 | 0.05 |
HSL | 33.91º | 0.66% | 0.86% | - |
HSV(B) | 33.91º | 0.19% | 0.95% | - |
XYZ | 73.43 | 75.86 | 63.6 | - |
YUV | 226.02 | 111.63 | 140.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 223 | 197 | 0 | 0.08 | 0.19 | 0.05 | 33.91 | 0.66 | 0.86 |
Hex | F3 | DF | C5 | 0 | 8 | 13 | 5 | 22 | 42 | 56 |
Octal | 363 | 337 | 305 | 0 | 10 | 23 | 5 | 42 | 102 | 126 |
Binary | 11110011 | 11011111 | 11000101 | 0 | 1000 | 10011 | 101 | 100010 | 1000010 | 1010110 |
Color Harmonies of #F3DFC5
Complementary color
Monochromatic Colors of #F3DFC5
Black with #F3DFC5
Text Example
Text Example
White with #F3DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DFC5; }
p { color: rgb(243,223,197); }
H1.HeaderClassName
{
color: #F3DFC5;
}
.AnyTagClassName
{
color: #F3DFC5;
}
</style>
background-color css
<style>
a { background-color: #F3DFC5; }
a { background-color: rgb(243,223,197); }
div.DivClassName
{
background-color: #F3DFC5;
}
.BgClassName
{
background-color: #F3DFC5;
}
</style>
border-color css
<style>
span { border-color: #F3DFC5; }
span { border-color: rgb(243,223,197); }
td.TdClassName
{
border-color: #F3DFC5;
}
.TagClassName
{
border-color: #F3DFC5;
}
</style>