Shades of Pot Pourri #F4DDCD
Tints of Pot Pourri #F4DDCD
RGB
CMYK
RGB Variations
Color information
#F4DDCD (or 0xF4DDCD) is known color: Pot Pourri. HEX triplet: F4, DD and CD. RGB value is (244,221,205). Sum of RGB (Red+Green+Blue) = 244+221+205=670 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.42% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DDCD is #0B2232. Grayscale: #E2E2E2. Windows color (decimal): -729651 or 13491700. OLE color: 13491700.
HSL color Cylindrical-coordinate representation of color #F4DDCD: hue angle of 24.62º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4DDCD is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 205 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.04 |
| HSL | 24.62º | 0.64% | 0.88% | - |
| HSV(B) | 24.62º | 0.16% | 0.96% | - |
| XYZ | 74.18 | 75.35 | 68.39 | - |
| YUV | 226.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 205 | 0 | 0.09 | 0.16 | 0.04 | 24.62 | 0.64 | 0.88 |
| Hex | F4 | DD | CD | 0 | 9 | 10 | 4 | 19 | 40 | 58 |
| Octal | 364 | 335 | 315 | 0 | 11 | 20 | 4 | 31 | 100 | 130 |
| Binary | 11110100 | 11011101 | 11001101 | 0 | 1001 | 10000 | 100 | 11001 | 1000000 | 1011000 |
Color Harmonies of #F4DDCD
Complementary color
Monochromatic Colors of #F4DDCD
Black with #F4DDCD
Text Example
Text Example
White with #F4DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDCD; }
p { color: rgb(244,221,205); }
H1.HeaderClassName
{
color: #F4DDCD;
}
.AnyTagClassName
{
color: #F4DDCD;
}
</style>
background-color css
<style>
a { background-color: #F4DDCD; }
a { background-color: rgb(244,221,205); }
div.DivClassName
{
background-color: #F4DDCD;
}
.BgClassName
{
background-color: #F4DDCD;
}
</style>
border-color css
<style>
span { border-color: #F4DDCD; }
span { border-color: rgb(244,221,205); }
td.TdClassName
{
border-color: #F4DDCD;
}
.TagClassName
{
border-color: #F4DDCD;
}
</style>