Shades of Pot Pourri #F0DBD3
Tints of Pot Pourri #F0DBD3
RGB
CMYK
RGB Variations
Color information
#F0DBD3 (or 0xF0DBD3) is known color: Pot Pourri. HEX triplet: F0, DB and D3. RGB value is (240,219,211). Sum of RGB (Red+Green+Blue) = 240+219+211=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBD3 is #0F242C. Grayscale: #E0E0E0. Windows color (decimal): -992301 or 13884400. OLE color: 13884400.
HSL color Cylindrical-coordinate representation of color #F0DBD3: hue angle of 16.55º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0DBD3 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 211 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.06 |
| HSL | 16.55º | 0.49% | 0.88% | - |
| HSV(B) | 16.55º | 0.12% | 0.94% | - |
| XYZ | 73.02 | 73.89 | 72.04 | - |
| YUV | 224.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 211 | 0 | 0.09 | 0.12 | 0.06 | 16.55 | 0.49 | 0.88 |
| Hex | F0 | DB | D3 | 0 | 9 | C | 6 | 11 | 31 | 58 |
| Octal | 360 | 333 | 323 | 0 | 11 | 14 | 6 | 21 | 61 | 130 |
| Binary | 11110000 | 11011011 | 11010011 | 0 | 1001 | 1100 | 110 | 10001 | 110001 | 1011000 |
Color Harmonies of #F0DBD3
Complementary color
Monochromatic Colors of #F0DBD3
Black with #F0DBD3
Text Example
Text Example
White with #F0DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBD3; }
p { color: rgb(240,219,211); }
H1.HeaderClassName
{
color: #F0DBD3;
}
.AnyTagClassName
{
color: #F0DBD3;
}
</style>
background-color css
<style>
a { background-color: #F0DBD3; }
a { background-color: rgb(240,219,211); }
div.DivClassName
{
background-color: #F0DBD3;
}
.BgClassName
{
background-color: #F0DBD3;
}
</style>
border-color css
<style>
span { border-color: #F0DBD3; }
span { border-color: rgb(240,219,211); }
td.TdClassName
{
border-color: #F0DBD3;
}
.TagClassName
{
border-color: #F0DBD3;
}
</style>