Shades of Pot Pourri #F8DDD0
Tints of Pot Pourri #F8DDD0
RGB
CMYK
RGB Variations
Color information
#F8DDD0 (or 0xF8DDD0) is known color: Pot Pourri. HEX triplet: F8, DD and D0. RGB value is (248,221,208). Sum of RGB (Red+Green+Blue) = 248+221+208=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 208 (81.64% from 255 or 30.72% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDD0 is #07222F. Grayscale: #E3E3E3. Windows color (decimal): -467504 or 13688312. OLE color: 13688312.
HSL color Cylindrical-coordinate representation of color #F8DDD0: hue angle of 19.5º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8DDD0 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 208 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.03 |
| HSL | 19.5º | 0.74% | 0.89% | - |
| HSV(B) | 19.5º | 0.16% | 0.97% | - |
| XYZ | 75.95 | 76.22 | 70.38 | - |
| YUV | 227.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 208 | 0 | 0.11 | 0.16 | 0.03 | 19.5 | 0.74 | 0.89 |
| Hex | F8 | DD | D0 | 0 | B | 10 | 3 | 14 | 4A | 59 |
| Octal | 370 | 335 | 320 | 0 | 13 | 20 | 3 | 24 | 112 | 131 |
| Binary | 11111000 | 11011101 | 11010000 | 0 | 1011 | 10000 | 11 | 10100 | 1001010 | 1011001 |
Color Harmonies of #F8DDD0
Complementary color
Monochromatic Colors of #F8DDD0
Black with #F8DDD0
Text Example
Text Example
White with #F8DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDD0; }
p { color: rgb(248,221,208); }
H1.HeaderClassName
{
color: #F8DDD0;
}
.AnyTagClassName
{
color: #F8DDD0;
}
</style>
background-color css
<style>
a { background-color: #F8DDD0; }
a { background-color: rgb(248,221,208); }
div.DivClassName
{
background-color: #F8DDD0;
}
.BgClassName
{
background-color: #F8DDD0;
}
</style>
border-color css
<style>
span { border-color: #F8DDD0; }
span { border-color: rgb(248,221,208); }
td.TdClassName
{
border-color: #F8DDD0;
}
.TagClassName
{
border-color: #F8DDD0;
}
</style>