Shades of Pot Pourri #F0DED4
Tints of Pot Pourri #F0DED4
RGB
CMYK
RGB Variations
Color information
#F0DED4 (or 0xF0DED4) is known color: Pot Pourri. HEX triplet: F0, DE and D4. RGB value is (240,222,212). Sum of RGB (Red+Green+Blue) = 240+222+212=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 212 (83.20% from 255 or 31.45% from 674); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DED4 is #0F212B. Grayscale: #E2E2E2. Windows color (decimal): -991532 or 13950704. OLE color: 13950704.
HSL color Cylindrical-coordinate representation of color #F0DED4: hue angle of 21.43º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0DED4 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 212 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.06 |
| HSL | 21.43º | 0.48% | 0.89% | - |
| HSV(B) | 21.43º | 0.12% | 0.94% | - |
| XYZ | 73.94 | 75.52 | 72.97 | - |
| YUV | 226.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 212 | 0 | 0.08 | 0.12 | 0.06 | 21.43 | 0.48 | 0.89 |
| Hex | F0 | DE | D4 | 0 | 8 | C | 6 | 15 | 30 | 59 |
| Octal | 360 | 336 | 324 | 0 | 10 | 14 | 6 | 25 | 60 | 131 |
| Binary | 11110000 | 11011110 | 11010100 | 0 | 1000 | 1100 | 110 | 10101 | 110000 | 1011001 |
Color Harmonies of #F0DED4
Complementary color
Monochromatic Colors of #F0DED4
Black with #F0DED4
Text Example
Text Example
White with #F0DED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DED4; }
p { color: rgb(240,222,212); }
H1.HeaderClassName
{
color: #F0DED4;
}
.AnyTagClassName
{
color: #F0DED4;
}
</style>
background-color css
<style>
a { background-color: #F0DED4; }
a { background-color: rgb(240,222,212); }
div.DivClassName
{
background-color: #F0DED4;
}
.BgClassName
{
background-color: #F0DED4;
}
</style>
border-color css
<style>
span { border-color: #F0DED4; }
span { border-color: rgb(240,222,212); }
td.TdClassName
{
border-color: #F0DED4;
}
.TagClassName
{
border-color: #F0DED4;
}
</style>