Shades of Pot Pourri #F4DECE
Tints of Pot Pourri #F4DECE
RGB
CMYK
RGB Variations
Color information
#F4DECE (or 0xF4DECE) is known color: Pot Pourri. HEX triplet: F4, DE and CE. RGB value is (244,222,206). Sum of RGB (Red+Green+Blue) = 244+222+206=672 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.31% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DECE is #0B2131. Grayscale: #E2E2E2. Windows color (decimal): -729394 or 13557492. OLE color: 13557492.
HSL color Cylindrical-coordinate representation of color #F4DECE: hue angle of 25.26º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4DECE is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 222 | 206 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.04 |
| HSL | 25.26º | 0.63% | 0.88% | - |
| HSV(B) | 25.26º | 0.16% | 0.96% | - |
| XYZ | 74.57 | 75.93 | 69.12 | - |
| YUV | 226.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 222 | 206 | 0 | 0.09 | 0.16 | 0.04 | 25.26 | 0.63 | 0.88 |
| Hex | F4 | DE | CE | 0 | 9 | 10 | 4 | 19 | 3F | 58 |
| Octal | 364 | 336 | 316 | 0 | 11 | 20 | 4 | 31 | 77 | 130 |
| Binary | 11110100 | 11011110 | 11001110 | 0 | 1001 | 10000 | 100 | 11001 | 111111 | 1011000 |
Color Harmonies of #F4DECE
Complementary color
Monochromatic Colors of #F4DECE
Black with #F4DECE
Text Example
Text Example
White with #F4DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DECE; }
p { color: rgb(244,222,206); }
H1.HeaderClassName
{
color: #F4DECE;
}
.AnyTagClassName
{
color: #F4DECE;
}
</style>
background-color css
<style>
a { background-color: #F4DECE; }
a { background-color: rgb(244,222,206); }
div.DivClassName
{
background-color: #F4DECE;
}
.BgClassName
{
background-color: #F4DECE;
}
</style>
border-color css
<style>
span { border-color: #F4DECE; }
span { border-color: rgb(244,222,206); }
td.TdClassName
{
border-color: #F4DECE;
}
.TagClassName
{
border-color: #F4DECE;
}
</style>