Shades of Pot Pourri #F1D9CB
Tints of Pot Pourri #F1D9CB
RGB
CMYK
RGB Variations
Color information
#F1D9CB (or 0xF1D9CB) is known color: Pot Pourri. HEX triplet: F1, D9 and CB. RGB value is (241,217,203). Sum of RGB (Red+Green+Blue) = 241+217+203=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9CB is #0E2634. Grayscale: #DEDEDE. Windows color (decimal): -927285 or 13359601. OLE color: 13359601.
HSL color Cylindrical-coordinate representation of color #F1D9CB: hue angle of 22.11º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1D9CB is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 203 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.05 |
| HSL | 22.11º | 0.58% | 0.87% | - |
| HSV(B) | 22.11º | 0.16% | 0.95% | - |
| XYZ | 71.87 | 72.64 | 66.73 | - |
| YUV | 222.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 203 | 0 | 0.10 | 0.16 | 0.05 | 22.11 | 0.58 | 0.87 |
| Hex | F1 | D9 | CB | 0 | A | 10 | 5 | 16 | 3A | 57 |
| Octal | 361 | 331 | 313 | 0 | 12 | 20 | 5 | 26 | 72 | 127 |
| Binary | 11110001 | 11011001 | 11001011 | 0 | 1010 | 10000 | 101 | 10110 | 111010 | 1010111 |
Color Harmonies of #F1D9CB
Complementary color
Monochromatic Colors of #F1D9CB
Black with #F1D9CB
Text Example
Text Example
White with #F1D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D9CB; }
p { color: rgb(241,217,203); }
H1.HeaderClassName
{
color: #F1D9CB;
}
.AnyTagClassName
{
color: #F1D9CB;
}
</style>
background-color css
<style>
a { background-color: #F1D9CB; }
a { background-color: rgb(241,217,203); }
div.DivClassName
{
background-color: #F1D9CB;
}
.BgClassName
{
background-color: #F1D9CB;
}
</style>
border-color css
<style>
span { border-color: #F1D9CB; }
span { border-color: rgb(241,217,203); }
td.TdClassName
{
border-color: #F1D9CB;
}
.TagClassName
{
border-color: #F1D9CB;
}
</style>