Shades of Pot Pourri #F0DBD5
Tints of Pot Pourri #F0DBD5
RGB
CMYK
RGB Variations
Color information
#F0DBD5 (or 0xF0DBD5) is known color: Pot Pourri. HEX triplet: F0, DB and D5. RGB value is (240,219,213). Sum of RGB (Red+Green+Blue) = 240+219+213=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBD5 is #0F242A. Grayscale: #E0E0E0. Windows color (decimal): -992299 or 14015472. OLE color: 14015472.
HSL color Cylindrical-coordinate representation of color #F0DBD5: hue angle of 13.33º degrees, saturation: 0.47, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0DBD5 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 213 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.06 |
| HSL | 13.33º | 0.47% | 0.89% | - |
| HSV(B) | 13.33º | 0.11% | 0.94% | - |
| XYZ | 73.28 | 73.99 | 73.37 | - |
| YUV | 224.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 213 | 0 | 0.09 | 0.11 | 0.06 | 13.33 | 0.47 | 0.89 |
| Hex | F0 | DB | D5 | 0 | 9 | B | 6 | D | 2F | 59 |
| Octal | 360 | 333 | 325 | 0 | 11 | 13 | 6 | 15 | 57 | 131 |
| Binary | 11110000 | 11011011 | 11010101 | 0 | 1001 | 1011 | 110 | 1101 | 101111 | 1011001 |
Color Harmonies of #F0DBD5
Complementary color
Monochromatic Colors of #F0DBD5
Black with #F0DBD5
Text Example
Text Example
White with #F0DBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBD5; }
p { color: rgb(240,219,213); }
H1.HeaderClassName
{
color: #F0DBD5;
}
.AnyTagClassName
{
color: #F0DBD5;
}
</style>
background-color css
<style>
a { background-color: #F0DBD5; }
a { background-color: rgb(240,219,213); }
div.DivClassName
{
background-color: #F0DBD5;
}
.BgClassName
{
background-color: #F0DBD5;
}
</style>
border-color css
<style>
span { border-color: #F0DBD5; }
span { border-color: rgb(240,219,213); }
td.TdClassName
{
border-color: #F0DBD5;
}
.TagClassName
{
border-color: #F0DBD5;
}
</style>