Shades of Pot Pourri #F6DBCF
Tints of Pot Pourri #F6DBCF
RGB
CMYK
RGB Variations
Color information
#F6DBCF (or 0xF6DBCF) is known color: Pot Pourri. HEX triplet: F6, DB and CF. RGB value is (246,219,207). Sum of RGB (Red+Green+Blue) = 246+219+207=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DBCF is #092430. Grayscale: #E1E1E1. Windows color (decimal): -599089 or 13622262. OLE color: 13622262.
HSL color Cylindrical-coordinate representation of color #F6DBCF: hue angle of 18.46º degrees, saturation: 0.68, 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 #F6DBCF is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 207 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.04 |
| HSL | 18.46º | 0.68% | 0.89% | - |
| HSV(B) | 18.46º | 0.16% | 0.96% | - |
| XYZ | 74.6 | 74.76 | 69.53 | - |
| YUV | 225.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 207 | 0 | 0.11 | 0.16 | 0.04 | 18.46 | 0.68 | 0.89 |
| Hex | F6 | DB | CF | 0 | B | 10 | 4 | 12 | 44 | 59 |
| Octal | 366 | 333 | 317 | 0 | 13 | 20 | 4 | 22 | 104 | 131 |
| Binary | 11110110 | 11011011 | 11001111 | 0 | 1011 | 10000 | 100 | 10010 | 1000100 | 1011001 |
Color Harmonies of #F6DBCF
Complementary color
Monochromatic Colors of #F6DBCF
Black with #F6DBCF
Text Example
Text Example
White with #F6DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBCF; }
p { color: rgb(246,219,207); }
H1.HeaderClassName
{
color: #F6DBCF;
}
.AnyTagClassName
{
color: #F6DBCF;
}
</style>
background-color css
<style>
a { background-color: #F6DBCF; }
a { background-color: rgb(246,219,207); }
div.DivClassName
{
background-color: #F6DBCF;
}
.BgClassName
{
background-color: #F6DBCF;
}
</style>
border-color css
<style>
span { border-color: #F6DBCF; }
span { border-color: rgb(246,219,207); }
td.TdClassName
{
border-color: #F6DBCF;
}
.TagClassName
{
border-color: #F6DBCF;
}
</style>