Shades of Pot Pourri #F1DBD3
Tints of Pot Pourri #F1DBD3
RGB
CMYK
RGB Variations
Color information
#F1DBD3 (or 0xF1DBD3) is known color: Pot Pourri. HEX triplet: F1, DB and D3. RGB value is (241,219,211). Sum of RGB (Red+Green+Blue) = 241+219+211=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 211 (82.81% from 255 or 31.45% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DBD3 is #0E242C. Grayscale: #E0E0E0. Windows color (decimal): -926765 or 13884401. OLE color: 13884401.
HSL color Cylindrical-coordinate representation of color #F1DBD3: hue angle of 16º 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 #F1DBD3 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 211 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.05 |
| HSL | 16º | 0.52% | 0.89% | - |
| HSV(B) | 16º | 0.12% | 0.95% | - |
| XYZ | 73.37 | 74.07 | 72.06 | - |
| YUV | 224.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 211 | 0 | 0.09 | 0.12 | 0.05 | 16 | 0.52 | 0.89 |
| Hex | F1 | DB | D3 | 0 | 9 | C | 5 | 10 | 34 | 59 |
| Octal | 361 | 333 | 323 | 0 | 11 | 14 | 5 | 20 | 64 | 131 |
| Binary | 11110001 | 11011011 | 11010011 | 0 | 1001 | 1100 | 101 | 10000 | 110100 | 1011001 |
Color Harmonies of #F1DBD3
Complementary color
Monochromatic Colors of #F1DBD3
Black with #F1DBD3
Text Example
Text Example
White with #F1DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBD3; }
p { color: rgb(241,219,211); }
H1.HeaderClassName
{
color: #F1DBD3;
}
.AnyTagClassName
{
color: #F1DBD3;
}
</style>
background-color css
<style>
a { background-color: #F1DBD3; }
a { background-color: rgb(241,219,211); }
div.DivClassName
{
background-color: #F1DBD3;
}
.BgClassName
{
background-color: #F1DBD3;
}
</style>
border-color css
<style>
span { border-color: #F1DBD3; }
span { border-color: rgb(241,219,211); }
td.TdClassName
{
border-color: #F1DBD3;
}
.TagClassName
{
border-color: #F1DBD3;
}
</style>