Shades of Pot Pourri #F1D9D3
Tints of Pot Pourri #F1D9D3
RGB
CMYK
RGB Variations
Color information
#F1D9D3 (or 0xF1D9D3) is known color: Pot Pourri. HEX triplet: F1, D9 and D3. RGB value is (241,217,211). Sum of RGB (Red+Green+Blue) = 241+217+211=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 211 (82.81% from 255 or 31.54% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9D3 is #0E262C. Grayscale: #DFDFDF. Windows color (decimal): -927277 or 13883889. OLE color: 13883889.
HSL color Cylindrical-coordinate representation of color #F1D9D3: hue angle of 12º degrees, saturation: 0.52, 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 #F1D9D3 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 211 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.05 |
| HSL | 12º | 0.52% | 0.89% | - |
| HSV(B) | 12º | 0.12% | 0.95% | - |
| XYZ | 72.85 | 73.03 | 71.88 | - |
| YUV | 223.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 211 | 0 | 0.10 | 0.12 | 0.05 | 12 | 0.52 | 0.89 |
| Hex | F1 | D9 | D3 | 0 | A | C | 5 | C | 34 | 59 |
| Octal | 361 | 331 | 323 | 0 | 12 | 14 | 5 | 14 | 64 | 131 |
| Binary | 11110001 | 11011001 | 11010011 | 0 | 1010 | 1100 | 101 | 1100 | 110100 | 1011001 |
Color Harmonies of #F1D9D3
Complementary color
Monochromatic Colors of #F1D9D3
Black with #F1D9D3
Text Example
Text Example
White with #F1D9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D9D3; }
p { color: rgb(241,217,211); }
H1.HeaderClassName
{
color: #F1D9D3;
}
.AnyTagClassName
{
color: #F1D9D3;
}
</style>
background-color css
<style>
a { background-color: #F1D9D3; }
a { background-color: rgb(241,217,211); }
div.DivClassName
{
background-color: #F1D9D3;
}
.BgClassName
{
background-color: #F1D9D3;
}
</style>
border-color css
<style>
span { border-color: #F1D9D3; }
span { border-color: rgb(241,217,211); }
td.TdClassName
{
border-color: #F1D9D3;
}
.TagClassName
{
border-color: #F1D9D3;
}
</style>