Shades of Sazerac #F3DFCB
Tints of Sazerac #F3DFCB
RGB
CMYK
RGB Variations
Color information
#F3DFCB (or 0xF3DFCB) is known color: Sazerac. HEX triplet: F3, DF and CB. RGB value is (243,223,203). Sum of RGB (Red+Green+Blue) = 243+223+203=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFCB is #0C2034. Grayscale: #E2E2E2. Windows color (decimal): -794677 or 13361139. OLE color: 13361139.
HSL color Cylindrical-coordinate representation of color #F3DFCB: hue angle of 30º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3DFCB is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 203 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.05 |
| HSL | 30º | 0.63% | 0.87% | - |
| HSV(B) | 30º | 0.16% | 0.95% | - |
| XYZ | 74.13 | 76.14 | 67.29 | - |
| YUV | 226.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 203 | 0 | 0.08 | 0.16 | 0.05 | 30 | 0.63 | 0.87 |
| Hex | F3 | DF | CB | 0 | 8 | 10 | 5 | 1E | 3E | 57 |
| Octal | 363 | 337 | 313 | 0 | 10 | 20 | 5 | 36 | 76 | 127 |
| Binary | 11110011 | 11011111 | 11001011 | 0 | 1000 | 10000 | 101 | 11110 | 111110 | 1010111 |
Color Harmonies of #F3DFCB
Complementary color
Monochromatic Colors of #F3DFCB
Black with #F3DFCB
Text Example
Text Example
White with #F3DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DFCB; }
p { color: rgb(243,223,203); }
H1.HeaderClassName
{
color: #F3DFCB;
}
.AnyTagClassName
{
color: #F3DFCB;
}
</style>
background-color css
<style>
a { background-color: #F3DFCB; }
a { background-color: rgb(243,223,203); }
div.DivClassName
{
background-color: #F3DFCB;
}
.BgClassName
{
background-color: #F3DFCB;
}
</style>
border-color css
<style>
span { border-color: #F3DFCB; }
span { border-color: rgb(243,223,203); }
td.TdClassName
{
border-color: #F3DFCB;
}
.TagClassName
{
border-color: #F3DFCB;
}
</style>