Shades of Pot Pourri #F2DCD6
Tints of Pot Pourri #F2DCD6
RGB
CMYK
RGB Variations
Color information
#F2DCD6 (or 0xF2DCD6) is known color: Pot Pourri. HEX triplet: F2, DC and D6. RGB value is (242,220,214). Sum of RGB (Red+Green+Blue) = 242+220+214=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 214 (83.98% from 255 or 31.66% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCD6 is #0D2329. Grayscale: #E1E1E1. Windows color (decimal): -860970 or 14081266. OLE color: 14081266.
HSL color Cylindrical-coordinate representation of color #F2DCD6: hue angle of 12.86º degrees, saturation: 0.52, 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 #F2DCD6 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 214 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.05 |
| HSL | 12.86º | 0.52% | 0.89% | - |
| HSV(B) | 12.86º | 0.12% | 0.95% | - |
| XYZ | 74.35 | 74.92 | 74.16 | - |
| YUV | 225.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 214 | 0 | 0.09 | 0.12 | 0.05 | 12.86 | 0.52 | 0.89 |
| Hex | F2 | DC | D6 | 0 | 9 | C | 5 | D | 34 | 59 |
| Octal | 362 | 334 | 326 | 0 | 11 | 14 | 5 | 15 | 64 | 131 |
| Binary | 11110010 | 11011100 | 11010110 | 0 | 1001 | 1100 | 101 | 1101 | 110100 | 1011001 |
Color Harmonies of #F2DCD6
Complementary color
Monochromatic Colors of #F2DCD6
Black with #F2DCD6
Text Example
Text Example
White with #F2DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCD6; }
p { color: rgb(242,220,214); }
H1.HeaderClassName
{
color: #F2DCD6;
}
.AnyTagClassName
{
color: #F2DCD6;
}
</style>
background-color css
<style>
a { background-color: #F2DCD6; }
a { background-color: rgb(242,220,214); }
div.DivClassName
{
background-color: #F2DCD6;
}
.BgClassName
{
background-color: #F2DCD6;
}
</style>
border-color css
<style>
span { border-color: #F2DCD6; }
span { border-color: rgb(242,220,214); }
td.TdClassName
{
border-color: #F2DCD6;
}
.TagClassName
{
border-color: #F2DCD6;
}
</style>