Shades of Pot Pourri #F5DBCF
Tints of Pot Pourri #F5DBCF
RGB
CMYK
RGB Variations
Color information
#F5DBCF (or 0xF5DBCF) is known color: Pot Pourri. HEX triplet: F5, DB and CF. RGB value is (245,219,207). Sum of RGB (Red+Green+Blue) = 245+219+207=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DBCF is #0A2430. Grayscale: #E1E1E1. Windows color (decimal): -664625 or 13622261. OLE color: 13622261.
HSL color Cylindrical-coordinate representation of color #F5DBCF: hue angle of 18.95º degrees, saturation: 0.66, 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 #F5DBCF is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 207 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.04 |
| HSL | 18.95º | 0.66% | 0.89% | - |
| HSV(B) | 18.95º | 0.16% | 0.96% | - |
| XYZ | 74.25 | 74.58 | 69.51 | - |
| YUV | 225.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 207 | 0 | 0.11 | 0.16 | 0.04 | 18.95 | 0.66 | 0.89 |
| Hex | F5 | DB | CF | 0 | B | 10 | 4 | 13 | 42 | 59 |
| Octal | 365 | 333 | 317 | 0 | 13 | 20 | 4 | 23 | 102 | 131 |
| Binary | 11110101 | 11011011 | 11001111 | 0 | 1011 | 10000 | 100 | 10011 | 1000010 | 1011001 |
Color Harmonies of #F5DBCF
Complementary color
Monochromatic Colors of #F5DBCF
Black with #F5DBCF
Text Example
Text Example
White with #F5DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBCF; }
p { color: rgb(245,219,207); }
H1.HeaderClassName
{
color: #F5DBCF;
}
.AnyTagClassName
{
color: #F5DBCF;
}
</style>
background-color css
<style>
a { background-color: #F5DBCF; }
a { background-color: rgb(245,219,207); }
div.DivClassName
{
background-color: #F5DBCF;
}
.BgClassName
{
background-color: #F5DBCF;
}
</style>
border-color css
<style>
span { border-color: #F5DBCF; }
span { border-color: rgb(245,219,207); }
td.TdClassName
{
border-color: #F5DBCF;
}
.TagClassName
{
border-color: #F5DBCF;
}
</style>