Shades of Pot Pourri #F2D8CD
Tints of Pot Pourri #F2D8CD
RGB
CMYK
RGB Variations
Color information
#F2D8CD (or 0xF2D8CD) is known color: Pot Pourri. HEX triplet: F2, D8 and CD. RGB value is (242,216,205). Sum of RGB (Red+Green+Blue) = 242+216+205=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 216 (84.77% from 255 or 32.58% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D8CD is #0D2732. Grayscale: #DEDEDE. Windows color (decimal): -862003 or 13490418. OLE color: 13490418.
HSL color Cylindrical-coordinate representation of color #F2D8CD: hue angle of 17.84º 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 #F2D8CD is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 205 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.05 |
| HSL | 17.84º | 0.59% | 0.88% | - |
| HSV(B) | 17.84º | 0.15% | 0.95% | - |
| XYZ | 72.19 | 72.4 | 67.93 | - |
| YUV | 222.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 205 | 0 | 0.11 | 0.15 | 0.05 | 17.84 | 0.59 | 0.88 |
| Hex | F2 | D8 | CD | 0 | B | F | 5 | 12 | 3B | 58 |
| Octal | 362 | 330 | 315 | 0 | 13 | 17 | 5 | 22 | 73 | 130 |
| Binary | 11110010 | 11011000 | 11001101 | 0 | 1011 | 1111 | 101 | 10010 | 111011 | 1011000 |
Color Harmonies of #F2D8CD
Complementary color
Monochromatic Colors of #F2D8CD
Black with #F2D8CD
Text Example
Text Example
White with #F2D8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D8CD; }
p { color: rgb(242,216,205); }
H1.HeaderClassName
{
color: #F2D8CD;
}
.AnyTagClassName
{
color: #F2D8CD;
}
</style>
background-color css
<style>
a { background-color: #F2D8CD; }
a { background-color: rgb(242,216,205); }
div.DivClassName
{
background-color: #F2D8CD;
}
.BgClassName
{
background-color: #F2D8CD;
}
</style>
border-color css
<style>
span { border-color: #F2D8CD; }
span { border-color: rgb(242,216,205); }
td.TdClassName
{
border-color: #F2D8CD;
}
.TagClassName
{
border-color: #F2D8CD;
}
</style>