Shades of Pot Pourri #F1DBD4
Tints of Pot Pourri #F1DBD4
RGB
CMYK
RGB Variations
Color information
#F1DBD4 (or 0xF1DBD4) is known color: Pot Pourri. HEX triplet: F1, DB and D4. RGB value is (241,219,212). Sum of RGB (Red+Green+Blue) = 241+219+212=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 212 (83.20% from 255 or 31.55% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DBD4 is #0E242B. Grayscale: #E0E0E0. Windows color (decimal): -926764 or 13949937. OLE color: 13949937.
HSL color Cylindrical-coordinate representation of color #F1DBD4: hue angle of 14.48º degrees, saturation: 0.51, 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 #F1DBD4 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 212 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.05 |
| HSL | 14.48º | 0.51% | 0.89% | - |
| HSV(B) | 14.48º | 0.12% | 0.95% | - |
| XYZ | 73.49 | 74.12 | 72.72 | - |
| YUV | 224.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 212 | 0 | 0.09 | 0.12 | 0.05 | 14.48 | 0.51 | 0.89 |
| Hex | F1 | DB | D4 | 0 | 9 | C | 5 | E | 33 | 59 |
| Octal | 361 | 333 | 324 | 0 | 11 | 14 | 5 | 16 | 63 | 131 |
| Binary | 11110001 | 11011011 | 11010100 | 0 | 1001 | 1100 | 101 | 1110 | 110011 | 1011001 |
Color Harmonies of #F1DBD4
Complementary color
Monochromatic Colors of #F1DBD4
Black with #F1DBD4
Text Example
Text Example
White with #F1DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBD4; }
p { color: rgb(241,219,212); }
H1.HeaderClassName
{
color: #F1DBD4;
}
.AnyTagClassName
{
color: #F1DBD4;
}
</style>
background-color css
<style>
a { background-color: #F1DBD4; }
a { background-color: rgb(241,219,212); }
div.DivClassName
{
background-color: #F1DBD4;
}
.BgClassName
{
background-color: #F1DBD4;
}
</style>
border-color css
<style>
span { border-color: #F1DBD4; }
span { border-color: rgb(241,219,212); }
td.TdClassName
{
border-color: #F1DBD4;
}
.TagClassName
{
border-color: #F1DBD4;
}
</style>