Shades of Pot Pourri #F9DECF
Tints of Pot Pourri #F9DECF
RGB
CMYK
RGB Variations
Color information
#F9DECF (or 0xF9DECF) is known color: Pot Pourri. HEX triplet: F9, DE and CF. RGB value is (249,222,207). Sum of RGB (Red+Green+Blue) = 249+222+207=678 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.73% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 207 (81.25% from 255 or 30.53% from 678); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DECF is #062130. Grayscale: #E4E4E4. Windows color (decimal): -401713 or 13623033. OLE color: 13623033.
HSL color Cylindrical-coordinate representation of color #F9DECF: hue angle of 21.43º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9DECF is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 222 | 207 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.02 |
| HSL | 21.43º | 0.78% | 0.89% | - |
| HSV(B) | 21.43º | 0.17% | 0.98% | - |
| XYZ | 76.45 | 76.89 | 69.84 | - |
| YUV | 228.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 222 | 207 | 0 | 0.11 | 0.17 | 0.02 | 21.43 | 0.78 | 0.89 |
| Hex | F9 | DE | CF | 0 | B | 11 | 2 | 15 | 4E | 59 |
| Octal | 371 | 336 | 317 | 0 | 13 | 21 | 2 | 25 | 116 | 131 |
| Binary | 11111001 | 11011110 | 11001111 | 0 | 1011 | 10001 | 10 | 10101 | 1001110 | 1011001 |
Color Harmonies of #F9DECF
Complementary color
Monochromatic Colors of #F9DECF
Black with #F9DECF
Text Example
Text Example
White with #F9DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DECF; }
p { color: rgb(249,222,207); }
H1.HeaderClassName
{
color: #F9DECF;
}
.AnyTagClassName
{
color: #F9DECF;
}
</style>
background-color css
<style>
a { background-color: #F9DECF; }
a { background-color: rgb(249,222,207); }
div.DivClassName
{
background-color: #F9DECF;
}
.BgClassName
{
background-color: #F9DECF;
}
</style>
border-color css
<style>
span { border-color: #F9DECF; }
span { border-color: rgb(249,222,207); }
td.TdClassName
{
border-color: #F9DECF;
}
.TagClassName
{
border-color: #F9DECF;
}
</style>