Shades of Pot Pourri #F0DBD0
Tints of Pot Pourri #F0DBD0
RGB
CMYK
RGB Variations
Color information
#F0DBD0 (or 0xF0DBD0) is known color: Pot Pourri. HEX triplet: F0, DB and D0. RGB value is (240,219,208). Sum of RGB (Red+Green+Blue) = 240+219+208=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 208 (81.64% from 255 or 31.18% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBD0 is #0F242F. Grayscale: #E0E0E0. Windows color (decimal): -992304 or 13687792. OLE color: 13687792.
HSL color Cylindrical-coordinate representation of color #F0DBD0: hue angle of 20.62º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0DBD0 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 208 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.06 |
| HSL | 20.63º | 0.52% | 0.88% | - |
| HSV(B) | 20.63º | 0.13% | 0.94% | - |
| XYZ | 72.65 | 73.74 | 70.08 | - |
| YUV | 224.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 208 | 0 | 0.09 | 0.13 | 0.06 | 20.63 | 0.52 | 0.88 |
| Hex | F0 | DB | D0 | 0 | 9 | D | 6 | 15 | 34 | 58 |
| Octal | 360 | 333 | 320 | 0 | 11 | 15 | 6 | 25 | 64 | 130 |
| Binary | 11110000 | 11011011 | 11010000 | 0 | 1001 | 1101 | 110 | 10101 | 110100 | 1011000 |
Color Harmonies of #F0DBD0
Complementary color
Monochromatic Colors of #F0DBD0
Black with #F0DBD0
Text Example
Text Example
White with #F0DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBD0; }
p { color: rgb(240,219,208); }
H1.HeaderClassName
{
color: #F0DBD0;
}
.AnyTagClassName
{
color: #F0DBD0;
}
</style>
background-color css
<style>
a { background-color: #F0DBD0; }
a { background-color: rgb(240,219,208); }
div.DivClassName
{
background-color: #F0DBD0;
}
.BgClassName
{
background-color: #F0DBD0;
}
</style>
border-color css
<style>
span { border-color: #F0DBD0; }
span { border-color: rgb(240,219,208); }
td.TdClassName
{
border-color: #F0DBD0;
}
.TagClassName
{
border-color: #F0DBD0;
}
</style>