Shades of Pot Pourri #F2DCCE
Tints of Pot Pourri #F2DCCE
RGB
CMYK
RGB Variations
Color information
#F2DCCE (or 0xF2DCCE) is known color: Pot Pourri. HEX triplet: F2, DC and CE. RGB value is (242,220,206). Sum of RGB (Red+Green+Blue) = 242+220+206=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCCE is #0D2331. Grayscale: #E1E1E1. Windows color (decimal): -860978 or 13556978. OLE color: 13556978.
HSL color Cylindrical-coordinate representation of color #F2DCCE: hue angle of 23.33º degrees, saturation: 0.58, 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 #F2DCCE is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 206 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.05 |
| HSL | 23.33º | 0.58% | 0.88% | - |
| HSV(B) | 23.33º | 0.15% | 0.95% | - |
| XYZ | 73.35 | 74.52 | 68.91 | - |
| YUV | 224.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 206 | 0 | 0.09 | 0.15 | 0.05 | 23.33 | 0.58 | 0.88 |
| Hex | F2 | DC | CE | 0 | 9 | F | 5 | 17 | 3A | 58 |
| Octal | 362 | 334 | 316 | 0 | 11 | 17 | 5 | 27 | 72 | 130 |
| Binary | 11110010 | 11011100 | 11001110 | 0 | 1001 | 1111 | 101 | 10111 | 111010 | 1011000 |
Color Harmonies of #F2DCCE
Complementary color
Monochromatic Colors of #F2DCCE
Black with #F2DCCE
Text Example
Text Example
White with #F2DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCCE; }
p { color: rgb(242,220,206); }
H1.HeaderClassName
{
color: #F2DCCE;
}
.AnyTagClassName
{
color: #F2DCCE;
}
</style>
background-color css
<style>
a { background-color: #F2DCCE; }
a { background-color: rgb(242,220,206); }
div.DivClassName
{
background-color: #F2DCCE;
}
.BgClassName
{
background-color: #F2DCCE;
}
</style>
border-color css
<style>
span { border-color: #F2DCCE; }
span { border-color: rgb(242,220,206); }
td.TdClassName
{
border-color: #F2DCCE;
}
.TagClassName
{
border-color: #F2DCCE;
}
</style>