Shades of Pot Pourri #F2DFD4
Tints of Pot Pourri #F2DFD4
RGB
CMYK
RGB Variations
Color information
#F2DFD4 (or 0xF2DFD4) is known color: Pot Pourri. HEX triplet: F2, DF and D4. RGB value is (242,223,212). Sum of RGB (Red+Green+Blue) = 242+223+212=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 212 (83.20% from 255 or 31.31% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFD4 is #0D202B. Grayscale: #E3E3E3. Windows color (decimal): -860204 or 13950962. OLE color: 13950962.
HSL color Cylindrical-coordinate representation of color #F2DFD4: hue angle of 22º degrees, saturation: 0.54, 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 #F2DFD4 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 212 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.05 |
| HSL | 22º | 0.54% | 0.89% | - |
| HSV(B) | 22º | 0.12% | 0.95% | - |
| XYZ | 74.89 | 76.41 | 73.09 | - |
| YUV | 227.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 212 | 0 | 0.08 | 0.12 | 0.05 | 22 | 0.54 | 0.89 |
| Hex | F2 | DF | D4 | 0 | 8 | C | 5 | 16 | 36 | 59 |
| Octal | 362 | 337 | 324 | 0 | 10 | 14 | 5 | 26 | 66 | 131 |
| Binary | 11110010 | 11011111 | 11010100 | 0 | 1000 | 1100 | 101 | 10110 | 110110 | 1011001 |
Color Harmonies of #F2DFD4
Complementary color
Monochromatic Colors of #F2DFD4
Black with #F2DFD4
Text Example
Text Example
White with #F2DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFD4; }
p { color: rgb(242,223,212); }
H1.HeaderClassName
{
color: #F2DFD4;
}
.AnyTagClassName
{
color: #F2DFD4;
}
</style>
background-color css
<style>
a { background-color: #F2DFD4; }
a { background-color: rgb(242,223,212); }
div.DivClassName
{
background-color: #F2DFD4;
}
.BgClassName
{
background-color: #F2DFD4;
}
</style>
border-color css
<style>
span { border-color: #F2DFD4; }
span { border-color: rgb(242,223,212); }
td.TdClassName
{
border-color: #F2DFD4;
}
.TagClassName
{
border-color: #F2DFD4;
}
</style>