Shades of Pot Pourri #F5DDD5
Tints of Pot Pourri #F5DDD5
RGB
CMYK
RGB Variations
Color information
#F5DDD5 (or 0xF5DDD5) is known color: Pot Pourri. HEX triplet: F5, DD and D5. RGB value is (245,221,213). Sum of RGB (Red+Green+Blue) = 245+221+213=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 213 (83.59% from 255 or 31.37% from 679); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDD5 is #0A222A. Grayscale: #E3E3E3. Windows color (decimal): -664107 or 14015989. OLE color: 14015989.
HSL color Cylindrical-coordinate representation of color #F5DDD5: hue angle of 15º degrees, saturation: 0.62, 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 #F5DDD5 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 213 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.04 |
| HSL | 15º | 0.62% | 0.9% | - |
| HSV(B) | 15º | 0.13% | 0.96% | - |
| XYZ | 75.52 | 75.93 | 73.63 | - |
| YUV | 227.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 213 | 0 | 0.10 | 0.13 | 0.04 | 15 | 0.62 | 0.9 |
| Hex | F5 | DD | D5 | 0 | A | D | 4 | F | 3E | 5A |
| Octal | 365 | 335 | 325 | 0 | 12 | 15 | 4 | 17 | 76 | 132 |
| Binary | 11110101 | 11011101 | 11010101 | 0 | 1010 | 1101 | 100 | 1111 | 111110 | 1011010 |
Color Harmonies of #F5DDD5
Complementary color
Monochromatic Colors of #F5DDD5
Black with #F5DDD5
Text Example
Text Example
White with #F5DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDD5; }
p { color: rgb(245,221,213); }
H1.HeaderClassName
{
color: #F5DDD5;
}
.AnyTagClassName
{
color: #F5DDD5;
}
</style>
background-color css
<style>
a { background-color: #F5DDD5; }
a { background-color: rgb(245,221,213); }
div.DivClassName
{
background-color: #F5DDD5;
}
.BgClassName
{
background-color: #F5DDD5;
}
</style>
border-color css
<style>
span { border-color: #F5DDD5; }
span { border-color: rgb(245,221,213); }
td.TdClassName
{
border-color: #F5DDD5;
}
.TagClassName
{
border-color: #F5DDD5;
}
</style>