Shades of Pot Pourri #F4DED5
Tints of Pot Pourri #F4DED5
RGB
CMYK
RGB Variations
Color information
#F4DED5 (or 0xF4DED5) is known color: Pot Pourri. HEX triplet: F4, DE and D5. RGB value is (244,222,213). Sum of RGB (Red+Green+Blue) = 244+222+213=679 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.94% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 213 (83.59% from 255 or 31.37% from 679); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DED5 is #0B212A. Grayscale: #E3E3E3. Windows color (decimal): -729387 or 14016244. OLE color: 14016244.
HSL color Cylindrical-coordinate representation of color #F4DED5: hue angle of 17.42º 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 #F4DED5 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 222 | 213 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.04 |
| HSL | 17.42º | 0.58% | 0.9% | - |
| HSV(B) | 17.42º | 0.13% | 0.96% | - |
| XYZ | 75.44 | 76.28 | 73.7 | - |
| YUV | 227.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 222 | 213 | 0 | 0.09 | 0.13 | 0.04 | 17.42 | 0.58 | 0.9 |
| Hex | F4 | DE | D5 | 0 | 9 | D | 4 | 11 | 3A | 5A |
| Octal | 364 | 336 | 325 | 0 | 11 | 15 | 4 | 21 | 72 | 132 |
| Binary | 11110100 | 11011110 | 11010101 | 0 | 1001 | 1101 | 100 | 10001 | 111010 | 1011010 |
Color Harmonies of #F4DED5
Complementary color
Monochromatic Colors of #F4DED5
Black with #F4DED5
Text Example
Text Example
White with #F4DED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DED5; }
p { color: rgb(244,222,213); }
H1.HeaderClassName
{
color: #F4DED5;
}
.AnyTagClassName
{
color: #F4DED5;
}
</style>
background-color css
<style>
a { background-color: #F4DED5; }
a { background-color: rgb(244,222,213); }
div.DivClassName
{
background-color: #F4DED5;
}
.BgClassName
{
background-color: #F4DED5;
}
</style>
border-color css
<style>
span { border-color: #F4DED5; }
span { border-color: rgb(244,222,213); }
td.TdClassName
{
border-color: #F4DED5;
}
.TagClassName
{
border-color: #F4DED5;
}
</style>