Shades of Pot Pourri #F2DED8
Tints of Pot Pourri #F2DED8
RGB
CMYK
RGB Variations
Color information
#F2DED8 (or 0xF2DED8) is known color: Pot Pourri. HEX triplet: F2, DE and D8. RGB value is (242,222,216). Sum of RGB (Red+Green+Blue) = 242+222+216=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 216 (84.77% from 255 or 31.76% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DED8 is #0D2127. Grayscale: #E3E3E3. Windows color (decimal): -860456 or 14212850. OLE color: 14212850.
HSL color Cylindrical-coordinate representation of color #F2DED8: hue angle of 13.85º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2DED8 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 216 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.05 |
| HSL | 13.85º | 0.5% | 0.9% | - |
| HSV(B) | 13.85º | 0.11% | 0.95% | - |
| XYZ | 75.13 | 76.08 | 75.69 | - |
| YUV | 227.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 216 | 0 | 0.08 | 0.11 | 0.05 | 13.85 | 0.5 | 0.9 |
| Hex | F2 | DE | D8 | 0 | 8 | B | 5 | E | 32 | 5A |
| Octal | 362 | 336 | 330 | 0 | 10 | 13 | 5 | 16 | 62 | 132 |
| Binary | 11110010 | 11011110 | 11011000 | 0 | 1000 | 1011 | 101 | 1110 | 110010 | 1011010 |
Color Harmonies of #F2DED8
Complementary color
Monochromatic Colors of #F2DED8
Black with #F2DED8
Text Example
Text Example
White with #F2DED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DED8; }
p { color: rgb(242,222,216); }
H1.HeaderClassName
{
color: #F2DED8;
}
.AnyTagClassName
{
color: #F2DED8;
}
</style>
background-color css
<style>
a { background-color: #F2DED8; }
a { background-color: rgb(242,222,216); }
div.DivClassName
{
background-color: #F2DED8;
}
.BgClassName
{
background-color: #F2DED8;
}
</style>
border-color css
<style>
span { border-color: #F2DED8; }
span { border-color: rgb(242,222,216); }
td.TdClassName
{
border-color: #F2DED8;
}
.TagClassName
{
border-color: #F2DED8;
}
</style>