Shades of Pot Pourri #F1DFD2
Tints of Pot Pourri #F1DFD2
RGB
CMYK
RGB Variations
Color information
#F1DFD2 (or 0xF1DFD2) is known color: Pot Pourri. HEX triplet: F1, DF and D2. RGB value is (241,223,210). Sum of RGB (Red+Green+Blue) = 241+223+210=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 210 (82.42% from 255 or 31.16% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFD2 is #0E202D. Grayscale: #E2E2E2. Windows color (decimal): -925742 or 13819889. OLE color: 13819889.
HSL color Cylindrical-coordinate representation of color #F1DFD2: hue angle of 25.16º 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 #F1DFD2 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 210 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.05 |
| HSL | 25.16º | 0.53% | 0.88% | - |
| HSV(B) | 25.16º | 0.13% | 0.95% | - |
| XYZ | 74.3 | 76.13 | 71.75 | - |
| YUV | 226.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 210 | 0 | 0.07 | 0.13 | 0.05 | 25.16 | 0.53 | 0.88 |
| Hex | F1 | DF | D2 | 0 | 7 | D | 5 | 19 | 35 | 58 |
| Octal | 361 | 337 | 322 | 0 | 7 | 15 | 5 | 31 | 65 | 130 |
| Binary | 11110001 | 11011111 | 11010010 | 0 | 111 | 1101 | 101 | 11001 | 110101 | 1011000 |
Color Harmonies of #F1DFD2
Complementary color
Monochromatic Colors of #F1DFD2
Black with #F1DFD2
Text Example
Text Example
White with #F1DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DFD2; }
p { color: rgb(241,223,210); }
H1.HeaderClassName
{
color: #F1DFD2;
}
.AnyTagClassName
{
color: #F1DFD2;
}
</style>
background-color css
<style>
a { background-color: #F1DFD2; }
a { background-color: rgb(241,223,210); }
div.DivClassName
{
background-color: #F1DFD2;
}
.BgClassName
{
background-color: #F1DFD2;
}
</style>
border-color css
<style>
span { border-color: #F1DFD2; }
span { border-color: rgb(241,223,210); }
td.TdClassName
{
border-color: #F1DFD2;
}
.TagClassName
{
border-color: #F1DFD2;
}
</style>