Shades of Pot Pourri #F2D8CB
Tints of Pot Pourri #F2D8CB
RGB
CMYK
RGB Variations
Color information
#F2D8CB (or 0xF2D8CB) is known color: Pot Pourri. HEX triplet: F2, D8 and CB. RGB value is (242,216,203). Sum of RGB (Red+Green+Blue) = 242+216+203=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D8CB is #0D2734. Grayscale: #DEDEDE. Windows color (decimal): -862005 or 13359346. OLE color: 13359346.
HSL color Cylindrical-coordinate representation of color #F2D8CB: hue angle of 20º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2D8CB is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 203 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.05 |
| HSL | 20º | 0.6% | 0.87% | - |
| HSV(B) | 20º | 0.16% | 0.95% | - |
| XYZ | 71.95 | 72.3 | 66.66 | - |
| YUV | 222.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 203 | 0 | 0.11 | 0.16 | 0.05 | 20 | 0.6 | 0.87 |
| Hex | F2 | D8 | CB | 0 | B | 10 | 5 | 14 | 3C | 57 |
| Octal | 362 | 330 | 313 | 0 | 13 | 20 | 5 | 24 | 74 | 127 |
| Binary | 11110010 | 11011000 | 11001011 | 0 | 1011 | 10000 | 101 | 10100 | 111100 | 1010111 |
Color Harmonies of #F2D8CB
Complementary color
Monochromatic Colors of #F2D8CB
Black with #F2D8CB
Text Example
Text Example
White with #F2D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D8CB; }
p { color: rgb(242,216,203); }
H1.HeaderClassName
{
color: #F2D8CB;
}
.AnyTagClassName
{
color: #F2D8CB;
}
</style>
background-color css
<style>
a { background-color: #F2D8CB; }
a { background-color: rgb(242,216,203); }
div.DivClassName
{
background-color: #F2D8CB;
}
.BgClassName
{
background-color: #F2D8CB;
}
</style>
border-color css
<style>
span { border-color: #F2D8CB; }
span { border-color: rgb(242,216,203); }
td.TdClassName
{
border-color: #F2D8CB;
}
.TagClassName
{
border-color: #F2D8CB;
}
</style>