Shades of Pot Pourri #F1D9CC
Tints of Pot Pourri #F1D9CC
RGB
CMYK
RGB Variations
Color information
#F1D9CC (or 0xF1D9CC) is known color: Pot Pourri. HEX triplet: F1, D9 and CC. RGB value is (241,217,204). Sum of RGB (Red+Green+Blue) = 241+217+204=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9CC is #0E2633. Grayscale: #DEDEDE. Windows color (decimal): -927284 or 13425137. OLE color: 13425137.
HSL color Cylindrical-coordinate representation of color #F1D9CC: hue angle of 21.08º degrees, saturation: 0.57, 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 #F1D9CC is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 204 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.05 |
| HSL | 21.08º | 0.57% | 0.87% | - |
| HSV(B) | 21.08º | 0.15% | 0.95% | - |
| XYZ | 71.99 | 72.69 | 67.36 | - |
| YUV | 222.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 204 | 0 | 0.10 | 0.15 | 0.05 | 21.08 | 0.57 | 0.87 |
| Hex | F1 | D9 | CC | 0 | A | F | 5 | 15 | 39 | 57 |
| Octal | 361 | 331 | 314 | 0 | 12 | 17 | 5 | 25 | 71 | 127 |
| Binary | 11110001 | 11011001 | 11001100 | 0 | 1010 | 1111 | 101 | 10101 | 111001 | 1010111 |
Color Harmonies of #F1D9CC
Complementary color
Monochromatic Colors of #F1D9CC
Black with #F1D9CC
Text Example
Text Example
White with #F1D9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D9CC; }
p { color: rgb(241,217,204); }
H1.HeaderClassName
{
color: #F1D9CC;
}
.AnyTagClassName
{
color: #F1D9CC;
}
</style>
background-color css
<style>
a { background-color: #F1D9CC; }
a { background-color: rgb(241,217,204); }
div.DivClassName
{
background-color: #F1D9CC;
}
.BgClassName
{
background-color: #F1D9CC;
}
</style>
border-color css
<style>
span { border-color: #F1D9CC; }
span { border-color: rgb(241,217,204); }
td.TdClassName
{
border-color: #F1D9CC;
}
.TagClassName
{
border-color: #F1D9CC;
}
</style>