Shades of Pot Pourri #F4DDD4
Tints of Pot Pourri #F4DDD4
RGB
CMYK
RGB Variations
Color information
#F4DDD4 (or 0xF4DDD4) is known color: Pot Pourri. HEX triplet: F4, DD and D4. RGB value is (244,221,212). Sum of RGB (Red+Green+Blue) = 244+221+212=677 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.04% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 212 (83.20% from 255 or 31.31% from 677); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DDD4 is #0B222B. Grayscale: #E2E2E2. Windows color (decimal): -729644 or 13950452. OLE color: 13950452.
HSL color Cylindrical-coordinate representation of color #F4DDD4: hue angle of 16.88º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F4DDD4 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 212 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.04 |
| HSL | 16.88º | 0.59% | 0.89% | - |
| HSV(B) | 16.88º | 0.13% | 0.96% | - |
| XYZ | 75.05 | 75.7 | 72.94 | - |
| YUV | 226.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 212 | 0 | 0.09 | 0.13 | 0.04 | 16.88 | 0.59 | 0.89 |
| Hex | F4 | DD | D4 | 0 | 9 | D | 4 | 11 | 3B | 59 |
| Octal | 364 | 335 | 324 | 0 | 11 | 15 | 4 | 21 | 73 | 131 |
| Binary | 11110100 | 11011101 | 11010100 | 0 | 1001 | 1101 | 100 | 10001 | 111011 | 1011001 |
Color Harmonies of #F4DDD4
Complementary color
Monochromatic Colors of #F4DDD4
Black with #F4DDD4
Text Example
Text Example
White with #F4DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDD4; }
p { color: rgb(244,221,212); }
H1.HeaderClassName
{
color: #F4DDD4;
}
.AnyTagClassName
{
color: #F4DDD4;
}
</style>
background-color css
<style>
a { background-color: #F4DDD4; }
a { background-color: rgb(244,221,212); }
div.DivClassName
{
background-color: #F4DDD4;
}
.BgClassName
{
background-color: #F4DDD4;
}
</style>
border-color css
<style>
span { border-color: #F4DDD4; }
span { border-color: rgb(244,221,212); }
td.TdClassName
{
border-color: #F4DDD4;
}
.TagClassName
{
border-color: #F4DDD4;
}
</style>