Shades of Pot Pourri #F1DBD5
Tints of Pot Pourri #F1DBD5
RGB
CMYK
RGB Variations
Color information
#F1DBD5 (or 0xF1DBD5) is known color: Pot Pourri. HEX triplet: F1, DB and D5. RGB value is (241,219,213). Sum of RGB (Red+Green+Blue) = 241+219+213=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DBD5 is #0E242A. Grayscale: #E0E0E0. Windows color (decimal): -926763 or 14015473. OLE color: 14015473.
HSL color Cylindrical-coordinate representation of color #F1DBD5: hue angle of 12.86º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1DBD5 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 213 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.05 |
| HSL | 12.86º | 0.5% | 0.89% | - |
| HSV(B) | 12.86º | 0.12% | 0.95% | - |
| XYZ | 73.62 | 74.17 | 73.39 | - |
| YUV | 224.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 213 | 0 | 0.09 | 0.12 | 0.05 | 12.86 | 0.5 | 0.89 |
| Hex | F1 | DB | D5 | 0 | 9 | C | 5 | D | 32 | 59 |
| Octal | 361 | 333 | 325 | 0 | 11 | 14 | 5 | 15 | 62 | 131 |
| Binary | 11110001 | 11011011 | 11010101 | 0 | 1001 | 1100 | 101 | 1101 | 110010 | 1011001 |
Color Harmonies of #F1DBD5
Complementary color
Monochromatic Colors of #F1DBD5
Black with #F1DBD5
Text Example
Text Example
White with #F1DBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBD5; }
p { color: rgb(241,219,213); }
H1.HeaderClassName
{
color: #F1DBD5;
}
.AnyTagClassName
{
color: #F1DBD5;
}
</style>
background-color css
<style>
a { background-color: #F1DBD5; }
a { background-color: rgb(241,219,213); }
div.DivClassName
{
background-color: #F1DBD5;
}
.BgClassName
{
background-color: #F1DBD5;
}
</style>
border-color css
<style>
span { border-color: #F1DBD5; }
span { border-color: rgb(241,219,213); }
td.TdClassName
{
border-color: #F1DBD5;
}
.TagClassName
{
border-color: #F1DBD5;
}
</style>