Shades of Pot Pourri #F1DBCD
Tints of Pot Pourri #F1DBCD
RGB
CMYK
RGB Variations
Color information
#F1DBCD (or 0xF1DBCD) is known color: Pot Pourri. HEX triplet: F1, DB and CD. RGB value is (241,219,205). Sum of RGB (Red+Green+Blue) = 241+219+205=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DBCD is #0E2432. Grayscale: #E0E0E0. Windows color (decimal): -926771 or 13491185. OLE color: 13491185.
HSL color Cylindrical-coordinate representation of color #F1DBCD: hue angle of 23.33º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1DBCD is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 205 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.05 |
| HSL | 23.33º | 0.56% | 0.87% | - |
| HSV(B) | 23.33º | 0.15% | 0.95% | - |
| XYZ | 72.63 | 73.77 | 68.17 | - |
| YUV | 223.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 205 | 0 | 0.09 | 0.15 | 0.05 | 23.33 | 0.56 | 0.87 |
| Hex | F1 | DB | CD | 0 | 9 | F | 5 | 17 | 38 | 57 |
| Octal | 361 | 333 | 315 | 0 | 11 | 17 | 5 | 27 | 70 | 127 |
| Binary | 11110001 | 11011011 | 11001101 | 0 | 1001 | 1111 | 101 | 10111 | 111000 | 1010111 |
Color Harmonies of #F1DBCD
Complementary color
Monochromatic Colors of #F1DBCD
Black with #F1DBCD
Text Example
Text Example
White with #F1DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBCD; }
p { color: rgb(241,219,205); }
H1.HeaderClassName
{
color: #F1DBCD;
}
.AnyTagClassName
{
color: #F1DBCD;
}
</style>
background-color css
<style>
a { background-color: #F1DBCD; }
a { background-color: rgb(241,219,205); }
div.DivClassName
{
background-color: #F1DBCD;
}
.BgClassName
{
background-color: #F1DBCD;
}
</style>
border-color css
<style>
span { border-color: #F1DBCD; }
span { border-color: rgb(241,219,205); }
td.TdClassName
{
border-color: #F1DBCD;
}
.TagClassName
{
border-color: #F1DBCD;
}
</style>