Shades of Pot Pourri #F6DECF
Tints of Pot Pourri #F6DECF
RGB
CMYK
RGB Variations
Color information
#F6DECF (or 0xF6DECF) is known color: Pot Pourri. HEX triplet: F6, DE and CF. RGB value is (246,222,207). Sum of RGB (Red+Green+Blue) = 246+222+207=675 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.44% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DECF is #092130. Grayscale: #E3E3E3. Windows color (decimal): -598321 or 13623030. OLE color: 13623030.
HSL color Cylindrical-coordinate representation of color #F6DECF: hue angle of 23.08º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6DECF is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 207 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.04 |
| HSL | 23.08º | 0.68% | 0.89% | - |
| HSV(B) | 23.08º | 0.16% | 0.96% | - |
| XYZ | 75.39 | 76.34 | 69.79 | - |
| YUV | 227.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 207 | 0 | 0.10 | 0.16 | 0.04 | 23.08 | 0.68 | 0.89 |
| Hex | F6 | DE | CF | 0 | A | 10 | 4 | 17 | 44 | 59 |
| Octal | 366 | 336 | 317 | 0 | 12 | 20 | 4 | 27 | 104 | 131 |
| Binary | 11110110 | 11011110 | 11001111 | 0 | 1010 | 10000 | 100 | 10111 | 1000100 | 1011001 |
Color Harmonies of #F6DECF
Complementary color
Monochromatic Colors of #F6DECF
Black with #F6DECF
Text Example
Text Example
White with #F6DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DECF; }
p { color: rgb(246,222,207); }
H1.HeaderClassName
{
color: #F6DECF;
}
.AnyTagClassName
{
color: #F6DECF;
}
</style>
background-color css
<style>
a { background-color: #F6DECF; }
a { background-color: rgb(246,222,207); }
div.DivClassName
{
background-color: #F6DECF;
}
.BgClassName
{
background-color: #F6DECF;
}
</style>
border-color css
<style>
span { border-color: #F6DECF; }
span { border-color: rgb(246,222,207); }
td.TdClassName
{
border-color: #F6DECF;
}
.TagClassName
{
border-color: #F6DECF;
}
</style>