Shades of Pot Pourri #F2D7CC
Tints of Pot Pourri #F2D7CC
RGB
CMYK
RGB Variations
Color information
#F2D7CC (or 0xF2D7CC) is known color: Pot Pourri. HEX triplet: F2, D7 and CC. RGB value is (242,215,204). Sum of RGB (Red+Green+Blue) = 242+215+204=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 215 (84.38% from 255 or 32.53% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D7CC is #0D2833. Grayscale: #DDDDDD. Windows color (decimal): -862260 or 13424626. OLE color: 13424626.
HSL color Cylindrical-coordinate representation of color #F2D7CC: hue angle of 17.37º degrees, saturation: 0.59, 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 #F2D7CC is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 204 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.05 |
| HSL | 17.37º | 0.59% | 0.87% | - |
| HSV(B) | 17.37º | 0.16% | 0.95% | - |
| XYZ | 71.82 | 71.84 | 67.21 | - |
| YUV | 221.82 | 117.95 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 204 | 0 | 0.11 | 0.16 | 0.05 | 17.37 | 0.59 | 0.87 |
| Hex | F2 | D7 | CC | 0 | B | 10 | 5 | 11 | 3B | 57 |
| Octal | 362 | 327 | 314 | 0 | 13 | 20 | 5 | 21 | 73 | 127 |
| Binary | 11110010 | 11010111 | 11001100 | 0 | 1011 | 10000 | 101 | 10001 | 111011 | 1010111 |
Color Harmonies of #F2D7CC
Complementary color
Monochromatic Colors of #F2D7CC
Black with #F2D7CC
Text Example
Text Example
White with #F2D7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D7CC; }
p { color: rgb(242,215,204); }
H1.HeaderClassName
{
color: #F2D7CC;
}
.AnyTagClassName
{
color: #F2D7CC;
}
</style>
background-color css
<style>
a { background-color: #F2D7CC; }
a { background-color: rgb(242,215,204); }
div.DivClassName
{
background-color: #F2D7CC;
}
.BgClassName
{
background-color: #F2D7CC;
}
</style>
border-color css
<style>
span { border-color: #F2D7CC; }
span { border-color: rgb(242,215,204); }
td.TdClassName
{
border-color: #F2D7CC;
}
.TagClassName
{
border-color: #F2D7CC;
}
</style>