Shades of Pot Pourri #F8DDCD
Tints of Pot Pourri #F8DDCD
RGB
CMYK
RGB Variations
Color information
#F8DDCD (or 0xF8DDCD) is known color: Pot Pourri. HEX triplet: F8, DD and CD. RGB value is (248,221,205). Sum of RGB (Red+Green+Blue) = 248+221+205=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDCD is #072232. Grayscale: #E3E3E3. Windows color (decimal): -467507 or 13491704. OLE color: 13491704.
HSL color Cylindrical-coordinate representation of color #F8DDCD: hue angle of 22.33º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8DDCD is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 205 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.03 |
| HSL | 22.33º | 0.75% | 0.89% | - |
| HSV(B) | 22.33º | 0.17% | 0.97% | - |
| XYZ | 75.59 | 76.08 | 68.46 | - |
| YUV | 227.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 205 | 0 | 0.11 | 0.17 | 0.03 | 22.33 | 0.75 | 0.89 |
| Hex | F8 | DD | CD | 0 | B | 11 | 3 | 16 | 4B | 59 |
| Octal | 370 | 335 | 315 | 0 | 13 | 21 | 3 | 26 | 113 | 131 |
| Binary | 11111000 | 11011101 | 11001101 | 0 | 1011 | 10001 | 11 | 10110 | 1001011 | 1011001 |
Color Harmonies of #F8DDCD
Complementary color
Monochromatic Colors of #F8DDCD
Black with #F8DDCD
Text Example
Text Example
White with #F8DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDCD; }
p { color: rgb(248,221,205); }
H1.HeaderClassName
{
color: #F8DDCD;
}
.AnyTagClassName
{
color: #F8DDCD;
}
</style>
background-color css
<style>
a { background-color: #F8DDCD; }
a { background-color: rgb(248,221,205); }
div.DivClassName
{
background-color: #F8DDCD;
}
.BgClassName
{
background-color: #F8DDCD;
}
</style>
border-color css
<style>
span { border-color: #F8DDCD; }
span { border-color: rgb(248,221,205); }
td.TdClassName
{
border-color: #F8DDCD;
}
.TagClassName
{
border-color: #F8DDCD;
}
</style>