Shades of Pot Pourri #F1DCD1
Tints of Pot Pourri #F1DCD1
RGB
CMYK
RGB Variations
Color information
#F1DCD1 (or 0xF1DCD1) is known color: Pot Pourri. HEX triplet: F1, DC and D1. RGB value is (241,220,209). Sum of RGB (Red+Green+Blue) = 241+220+209=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCD1 is #0E232E. Grayscale: #E1E1E1. Windows color (decimal): -926511 or 13753585. OLE color: 13753585.
HSL color Cylindrical-coordinate representation of color #F1DCD1: hue angle of 20.62º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1DCD1 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 209 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.05 |
| HSL | 20.63º | 0.53% | 0.88% | - |
| HSV(B) | 20.63º | 0.13% | 0.95% | - |
| XYZ | 73.38 | 74.49 | 70.83 | - |
| YUV | 225.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 209 | 0 | 0.09 | 0.13 | 0.05 | 20.63 | 0.53 | 0.88 |
| Hex | F1 | DC | D1 | 0 | 9 | D | 5 | 15 | 35 | 58 |
| Octal | 361 | 334 | 321 | 0 | 11 | 15 | 5 | 25 | 65 | 130 |
| Binary | 11110001 | 11011100 | 11010001 | 0 | 1001 | 1101 | 101 | 10101 | 110101 | 1011000 |
Color Harmonies of #F1DCD1
Complementary color
Monochromatic Colors of #F1DCD1
Black with #F1DCD1
Text Example
Text Example
White with #F1DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DCD1; }
p { color: rgb(241,220,209); }
H1.HeaderClassName
{
color: #F1DCD1;
}
.AnyTagClassName
{
color: #F1DCD1;
}
</style>
background-color css
<style>
a { background-color: #F1DCD1; }
a { background-color: rgb(241,220,209); }
div.DivClassName
{
background-color: #F1DCD1;
}
.BgClassName
{
background-color: #F1DCD1;
}
</style>
border-color css
<style>
span { border-color: #F1DCD1; }
span { border-color: rgb(241,220,209); }
td.TdClassName
{
border-color: #F1DCD1;
}
.TagClassName
{
border-color: #F1DCD1;
}
</style>