Shades of Pot Pourri #F1DED8
Tints of Pot Pourri #F1DED8
RGB
CMYK
RGB Variations
Color information
#F1DED8 (or 0xF1DED8) is known color: Pot Pourri. HEX triplet: F1, DE and D8. RGB value is (241,222,216). Sum of RGB (Red+Green+Blue) = 241+222+216=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 216 (84.77% from 255 or 31.81% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DED8 is #0E2127. Grayscale: #E3E3E3. Windows color (decimal): -925992 or 14212849. OLE color: 14212849.
HSL color Cylindrical-coordinate representation of color #F1DED8: hue angle of 14.4º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1DED8 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 222 | 216 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.05 |
| HSL | 14.4º | 0.47% | 0.9% | - |
| HSV(B) | 14.4º | 0.1% | 0.95% | - |
| XYZ | 74.79 | 75.9 | 75.67 | - |
| YUV | 227 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 222 | 216 | 0 | 0.08 | 0.10 | 0.05 | 14.4 | 0.47 | 0.9 |
| Hex | F1 | DE | D8 | 0 | 8 | A | 5 | E | 2F | 5A |
| Octal | 361 | 336 | 330 | 0 | 10 | 12 | 5 | 16 | 57 | 132 |
| Binary | 11110001 | 11011110 | 11011000 | 0 | 1000 | 1010 | 101 | 1110 | 101111 | 1011010 |
Color Harmonies of #F1DED8
Complementary color
Monochromatic Colors of #F1DED8
Black with #F1DED8
Text Example
Text Example
White with #F1DED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DED8; }
p { color: rgb(241,222,216); }
H1.HeaderClassName
{
color: #F1DED8;
}
.AnyTagClassName
{
color: #F1DED8;
}
</style>
background-color css
<style>
a { background-color: #F1DED8; }
a { background-color: rgb(241,222,216); }
div.DivClassName
{
background-color: #F1DED8;
}
.BgClassName
{
background-color: #F1DED8;
}
</style>
border-color css
<style>
span { border-color: #F1DED8; }
span { border-color: rgb(241,222,216); }
td.TdClassName
{
border-color: #F1DED8;
}
.TagClassName
{
border-color: #F1DED8;
}
</style>