Shades of Pot Pourri #F6DDCD
Tints of Pot Pourri #F6DDCD
RGB
CMYK
RGB Variations
Color information
#F6DDCD (or 0xF6DDCD) is known color: Pot Pourri. HEX triplet: F6, DD and CD. RGB value is (246,221,205). Sum of RGB (Red+Green+Blue) = 246+221+205=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDCD is #092232. Grayscale: #E2E2E2. Windows color (decimal): -598579 or 13491702. OLE color: 13491702.
HSL color Cylindrical-coordinate representation of color #F6DDCD: hue angle of 23.41º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6DDCD is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 205 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.04 |
| HSL | 23.41º | 0.69% | 0.88% | - |
| HSV(B) | 23.41º | 0.17% | 0.96% | - |
| XYZ | 74.88 | 75.71 | 68.43 | - |
| YUV | 226.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 205 | 0 | 0.10 | 0.17 | 0.04 | 23.41 | 0.69 | 0.88 |
| Hex | F6 | DD | CD | 0 | A | 11 | 4 | 17 | 45 | 58 |
| Octal | 366 | 335 | 315 | 0 | 12 | 21 | 4 | 27 | 105 | 130 |
| Binary | 11110110 | 11011101 | 11001101 | 0 | 1010 | 10001 | 100 | 10111 | 1000101 | 1011000 |
Color Harmonies of #F6DDCD
Complementary color
Monochromatic Colors of #F6DDCD
Black with #F6DDCD
Text Example
Text Example
White with #F6DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DDCD; }
p { color: rgb(246,221,205); }
H1.HeaderClassName
{
color: #F6DDCD;
}
.AnyTagClassName
{
color: #F6DDCD;
}
</style>
background-color css
<style>
a { background-color: #F6DDCD; }
a { background-color: rgb(246,221,205); }
div.DivClassName
{
background-color: #F6DDCD;
}
.BgClassName
{
background-color: #F6DDCD;
}
</style>
border-color css
<style>
span { border-color: #F6DDCD; }
span { border-color: rgb(246,221,205); }
td.TdClassName
{
border-color: #F6DDCD;
}
.TagClassName
{
border-color: #F6DDCD;
}
</style>