Shades of Pot Pourri #F1D8D1
Tints of Pot Pourri #F1D8D1
RGB
CMYK
RGB Variations
Color information
#F1D8D1 (or 0xF1D8D1) is known color: Pot Pourri. HEX triplet: F1, D8 and D1. RGB value is (241,216,209). Sum of RGB (Red+Green+Blue) = 241+216+209=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 216 (84.77% from 255 or 32.43% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D8D1 is #0E272E. Grayscale: #DEDEDE. Windows color (decimal): -927535 or 13752561. OLE color: 13752561.
HSL color Cylindrical-coordinate representation of color #F1D8D1: hue angle of 13.12º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1D8D1 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 216 | 209 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.05 |
| HSL | 13.13º | 0.53% | 0.88% | - |
| HSV(B) | 13.13º | 0.13% | 0.95% | - |
| XYZ | 72.34 | 72.42 | 70.49 | - |
| YUV | 222.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 216 | 209 | 0 | 0.10 | 0.13 | 0.05 | 13.13 | 0.53 | 0.88 |
| Hex | F1 | D8 | D1 | 0 | A | D | 5 | D | 35 | 58 |
| Octal | 361 | 330 | 321 | 0 | 12 | 15 | 5 | 15 | 65 | 130 |
| Binary | 11110001 | 11011000 | 11010001 | 0 | 1010 | 1101 | 101 | 1101 | 110101 | 1011000 |
Color Harmonies of #F1D8D1
Complementary color
Monochromatic Colors of #F1D8D1
Black with #F1D8D1
Text Example
Text Example
White with #F1D8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D8D1; }
p { color: rgb(241,216,209); }
H1.HeaderClassName
{
color: #F1D8D1;
}
.AnyTagClassName
{
color: #F1D8D1;
}
</style>
background-color css
<style>
a { background-color: #F1D8D1; }
a { background-color: rgb(241,216,209); }
div.DivClassName
{
background-color: #F1D8D1;
}
.BgClassName
{
background-color: #F1D8D1;
}
</style>
border-color css
<style>
span { border-color: #F1D8D1; }
span { border-color: rgb(241,216,209); }
td.TdClassName
{
border-color: #F1D8D1;
}
.TagClassName
{
border-color: #F1D8D1;
}
</style>