Shades of Pot Pourri #F2DBCD
Tints of Pot Pourri #F2DBCD
RGB
CMYK
RGB Variations
Color information
#F2DBCD (or 0xF2DBCD) is known color: Pot Pourri. HEX triplet: F2, DB and CD. RGB value is (242,219,205). Sum of RGB (Red+Green+Blue) = 242+219+205=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBCD is #0D2432. Grayscale: #E0E0E0. Windows color (decimal): -861235 or 13491186. OLE color: 13491186.
HSL color Cylindrical-coordinate representation of color #F2DBCD: hue angle of 22.7º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2DBCD is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 205 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.05 |
| HSL | 22.7º | 0.59% | 0.88% | - |
| HSV(B) | 22.7º | 0.15% | 0.95% | - |
| XYZ | 72.97 | 73.95 | 68.19 | - |
| YUV | 224.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 205 | 0 | 0.10 | 0.15 | 0.05 | 22.7 | 0.59 | 0.88 |
| Hex | F2 | DB | CD | 0 | A | F | 5 | 17 | 3B | 58 |
| Octal | 362 | 333 | 315 | 0 | 12 | 17 | 5 | 27 | 73 | 130 |
| Binary | 11110010 | 11011011 | 11001101 | 0 | 1010 | 1111 | 101 | 10111 | 111011 | 1011000 |
Color Harmonies of #F2DBCD
Complementary color
Monochromatic Colors of #F2DBCD
Black with #F2DBCD
Text Example
Text Example
White with #F2DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBCD; }
p { color: rgb(242,219,205); }
H1.HeaderClassName
{
color: #F2DBCD;
}
.AnyTagClassName
{
color: #F2DBCD;
}
</style>
background-color css
<style>
a { background-color: #F2DBCD; }
a { background-color: rgb(242,219,205); }
div.DivClassName
{
background-color: #F2DBCD;
}
.BgClassName
{
background-color: #F2DBCD;
}
</style>
border-color css
<style>
span { border-color: #F2DBCD; }
span { border-color: rgb(242,219,205); }
td.TdClassName
{
border-color: #F2DBCD;
}
.TagClassName
{
border-color: #F2DBCD;
}
</style>