Shades of Sazerac #F6DCBF
Tints of Sazerac #F6DCBF
RGB
CMYK
RGB Variations
Color information
#F6DCBF (or 0xF6DCBF) is known color: Sazerac. HEX triplet: F6, DC and BF. RGB value is (246,220,191). Sum of RGB (Red+Green+Blue) = 246+220+191=657 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.44% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 191 (75% from 255 or 29.07% from 657); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCBF is #092340. Grayscale: #E0E0E0. Windows color (decimal): -598849 or 12573942. OLE color: 12573942.
HSL color Cylindrical-coordinate representation of color #F6DCBF: hue angle of 31.64º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6DCBF is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 191 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.04 |
| HSL | 31.64º | 0.75% | 0.86% | - |
| HSV(B) | 31.64º | 0.22% | 0.96% | - |
| XYZ | 73 | 74.54 | 59.83 | - |
| YUV | 224.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 191 | 0 | 0.11 | 0.22 | 0.04 | 31.64 | 0.75 | 0.86 |
| Hex | F6 | DC | BF | 0 | B | 16 | 4 | 20 | 4B | 56 |
| Octal | 366 | 334 | 277 | 0 | 13 | 26 | 4 | 40 | 113 | 126 |
| Binary | 11110110 | 11011100 | 10111111 | 0 | 1011 | 10110 | 100 | 100000 | 1001011 | 1010110 |
Color Harmonies of #F6DCBF
Complementary color
Monochromatic Colors of #F6DCBF
Black with #F6DCBF
Text Example
Text Example
White with #F6DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCBF; }
p { color: rgb(246,220,191); }
H1.HeaderClassName
{
color: #F6DCBF;
}
.AnyTagClassName
{
color: #F6DCBF;
}
</style>
background-color css
<style>
a { background-color: #F6DCBF; }
a { background-color: rgb(246,220,191); }
div.DivClassName
{
background-color: #F6DCBF;
}
.BgClassName
{
background-color: #F6DCBF;
}
</style>
border-color css
<style>
span { border-color: #F6DCBF; }
span { border-color: rgb(246,220,191); }
td.TdClassName
{
border-color: #F6DCBF;
}
.TagClassName
{
border-color: #F6DCBF;
}
</style>