Shades of Pot Pourri #F2DDD5
Tints of Pot Pourri #F2DDD5
RGB
CMYK
RGB Variations
Color information
#F2DDD5 (or 0xF2DDD5) is known color: Pot Pourri. HEX triplet: F2, DD and D5. RGB value is (242,221,213). Sum of RGB (Red+Green+Blue) = 242+221+213=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 213 (83.59% from 255 or 31.51% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDD5 is #0D222A. Grayscale: #E2E2E2. Windows color (decimal): -860715 or 14015986. OLE color: 14015986.
HSL color Cylindrical-coordinate representation of color #F2DDD5: hue angle of 16.55º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2DDD5 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 213 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.05 |
| HSL | 16.55º | 0.53% | 0.89% | - |
| HSV(B) | 16.55º | 0.12% | 0.95% | - |
| XYZ | 74.48 | 75.39 | 73.58 | - |
| YUV | 226.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 213 | 0 | 0.09 | 0.12 | 0.05 | 16.55 | 0.53 | 0.89 |
| Hex | F2 | DD | D5 | 0 | 9 | C | 5 | 11 | 35 | 59 |
| Octal | 362 | 335 | 325 | 0 | 11 | 14 | 5 | 21 | 65 | 131 |
| Binary | 11110010 | 11011101 | 11010101 | 0 | 1001 | 1100 | 101 | 10001 | 110101 | 1011001 |
Color Harmonies of #F2DDD5
Complementary color
Monochromatic Colors of #F2DDD5
Black with #F2DDD5
Text Example
Text Example
White with #F2DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDD5; }
p { color: rgb(242,221,213); }
H1.HeaderClassName
{
color: #F2DDD5;
}
.AnyTagClassName
{
color: #F2DDD5;
}
</style>
background-color css
<style>
a { background-color: #F2DDD5; }
a { background-color: rgb(242,221,213); }
div.DivClassName
{
background-color: #F2DDD5;
}
.BgClassName
{
background-color: #F2DDD5;
}
</style>
border-color css
<style>
span { border-color: #F2DDD5; }
span { border-color: rgb(242,221,213); }
td.TdClassName
{
border-color: #F2DDD5;
}
.TagClassName
{
border-color: #F2DDD5;
}
</style>