Shades of Pot Pourri #F6DBCE
Tints of Pot Pourri #F6DBCE
RGB
CMYK
RGB Variations
Color information
#F6DBCE (or 0xF6DBCE) is known color: Pot Pourri. HEX triplet: F6, DB and CE. RGB value is (246,219,206). Sum of RGB (Red+Green+Blue) = 246+219+206=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DBCE is #092431. Grayscale: #E1E1E1. Windows color (decimal): -599090 or 13556726. OLE color: 13556726.
HSL color Cylindrical-coordinate representation of color #F6DBCE: hue angle of 19.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6DBCE is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 206 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.04 |
| HSL | 19.5º | 0.69% | 0.89% | - |
| HSV(B) | 19.5º | 0.16% | 0.96% | - |
| XYZ | 74.48 | 74.71 | 68.89 | - |
| YUV | 225.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 206 | 0 | 0.11 | 0.16 | 0.04 | 19.5 | 0.69 | 0.89 |
| Hex | F6 | DB | CE | 0 | B | 10 | 4 | 14 | 45 | 59 |
| Octal | 366 | 333 | 316 | 0 | 13 | 20 | 4 | 24 | 105 | 131 |
| Binary | 11110110 | 11011011 | 11001110 | 0 | 1011 | 10000 | 100 | 10100 | 1000101 | 1011001 |
Color Harmonies of #F6DBCE
Complementary color
Monochromatic Colors of #F6DBCE
Black with #F6DBCE
Text Example
Text Example
White with #F6DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBCE; }
p { color: rgb(246,219,206); }
H1.HeaderClassName
{
color: #F6DBCE;
}
.AnyTagClassName
{
color: #F6DBCE;
}
</style>
background-color css
<style>
a { background-color: #F6DBCE; }
a { background-color: rgb(246,219,206); }
div.DivClassName
{
background-color: #F6DBCE;
}
.BgClassName
{
background-color: #F6DBCE;
}
</style>
border-color css
<style>
span { border-color: #F6DBCE; }
span { border-color: rgb(246,219,206); }
td.TdClassName
{
border-color: #F6DBCE;
}
.TagClassName
{
border-color: #F6DBCE;
}
</style>