Shades of Pot Pourri #F0DBCF
Tints of Pot Pourri #F0DBCF
RGB
CMYK
RGB Variations
Color information
#F0DBCF (or 0xF0DBCF) is known color: Pot Pourri. HEX triplet: F0, DB and CF. RGB value is (240,219,207). Sum of RGB (Red+Green+Blue) = 240+219+207=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBCF is #0F2430. Grayscale: #DFDFDF. Windows color (decimal): -992305 or 13622256. OLE color: 13622256.
HSL color Cylindrical-coordinate representation of color #F0DBCF: hue angle of 21.82º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0DBCF is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 207 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.06 |
| HSL | 21.82º | 0.52% | 0.88% | - |
| HSV(B) | 21.82º | 0.14% | 0.94% | - |
| XYZ | 72.53 | 73.69 | 69.43 | - |
| YUV | 223.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 207 | 0 | 0.09 | 0.14 | 0.06 | 21.82 | 0.52 | 0.88 |
| Hex | F0 | DB | CF | 0 | 9 | E | 6 | 16 | 34 | 58 |
| Octal | 360 | 333 | 317 | 0 | 11 | 16 | 6 | 26 | 64 | 130 |
| Binary | 11110000 | 11011011 | 11001111 | 0 | 1001 | 1110 | 110 | 10110 | 110100 | 1011000 |
Color Harmonies of #F0DBCF
Complementary color
Monochromatic Colors of #F0DBCF
Black with #F0DBCF
Text Example
Text Example
White with #F0DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBCF; }
p { color: rgb(240,219,207); }
H1.HeaderClassName
{
color: #F0DBCF;
}
.AnyTagClassName
{
color: #F0DBCF;
}
</style>
background-color css
<style>
a { background-color: #F0DBCF; }
a { background-color: rgb(240,219,207); }
div.DivClassName
{
background-color: #F0DBCF;
}
.BgClassName
{
background-color: #F0DBCF;
}
</style>
border-color css
<style>
span { border-color: #F0DBCF; }
span { border-color: rgb(240,219,207); }
td.TdClassName
{
border-color: #F0DBCF;
}
.TagClassName
{
border-color: #F0DBCF;
}
</style>