Shades of Pot Pourri #F4DCD5
Tints of Pot Pourri #F4DCD5
RGB
CMYK
RGB Variations
Color information
#F4DCD5 (or 0xF4DCD5) is known color: Pot Pourri. HEX triplet: F4, DC and D5. RGB value is (244,220,213). Sum of RGB (Red+Green+Blue) = 244+220+213=677 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.04% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 213 (83.59% from 255 or 31.46% from 677); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DCD5 is #0B232A. Grayscale: #E2E2E2. Windows color (decimal): -729899 or 14015732. OLE color: 14015732.
HSL color Cylindrical-coordinate representation of color #F4DCD5: hue angle of 13.55º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F4DCD5 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 213 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.04 |
| HSL | 13.55º | 0.58% | 0.9% | - |
| HSV(B) | 13.55º | 0.13% | 0.96% | - |
| XYZ | 74.91 | 75.22 | 73.52 | - |
| YUV | 226.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 213 | 0 | 0.10 | 0.13 | 0.04 | 13.55 | 0.58 | 0.9 |
| Hex | F4 | DC | D5 | 0 | A | D | 4 | E | 3A | 5A |
| Octal | 364 | 334 | 325 | 0 | 12 | 15 | 4 | 16 | 72 | 132 |
| Binary | 11110100 | 11011100 | 11010101 | 0 | 1010 | 1101 | 100 | 1110 | 111010 | 1011010 |
Color Harmonies of #F4DCD5
Complementary color
Monochromatic Colors of #F4DCD5
Black with #F4DCD5
Text Example
Text Example
White with #F4DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DCD5; }
p { color: rgb(244,220,213); }
H1.HeaderClassName
{
color: #F4DCD5;
}
.AnyTagClassName
{
color: #F4DCD5;
}
</style>
background-color css
<style>
a { background-color: #F4DCD5; }
a { background-color: rgb(244,220,213); }
div.DivClassName
{
background-color: #F4DCD5;
}
.BgClassName
{
background-color: #F4DCD5;
}
</style>
border-color css
<style>
span { border-color: #F4DCD5; }
span { border-color: rgb(244,220,213); }
td.TdClassName
{
border-color: #F4DCD5;
}
.TagClassName
{
border-color: #F4DCD5;
}
</style>