Shades of Pot Pourri #F6DED0
Tints of Pot Pourri #F6DED0
RGB
CMYK
RGB Variations
Color information
#F6DED0 (or 0xF6DED0) is known color: Pot Pourri. HEX triplet: F6, DE and D0. RGB value is (246,222,208). Sum of RGB (Red+Green+Blue) = 246+222+208=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 208 (81.64% from 255 or 30.77% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DED0 is #09212F. Grayscale: #E3E3E3. Windows color (decimal): -598320 or 13688566. OLE color: 13688566.
HSL color Cylindrical-coordinate representation of color #F6DED0: hue angle of 22.11º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6DED0 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 208 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.04 |
| HSL | 22.11º | 0.68% | 0.89% | - |
| HSV(B) | 22.11º | 0.15% | 0.96% | - |
| XYZ | 75.51 | 76.39 | 70.44 | - |
| YUV | 227.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 208 | 0 | 0.10 | 0.15 | 0.04 | 22.11 | 0.68 | 0.89 |
| Hex | F6 | DE | D0 | 0 | A | F | 4 | 16 | 44 | 59 |
| Octal | 366 | 336 | 320 | 0 | 12 | 17 | 4 | 26 | 104 | 131 |
| Binary | 11110110 | 11011110 | 11010000 | 0 | 1010 | 1111 | 100 | 10110 | 1000100 | 1011001 |
Color Harmonies of #F6DED0
Complementary color
Monochromatic Colors of #F6DED0
Black with #F6DED0
Text Example
Text Example
White with #F6DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DED0; }
p { color: rgb(246,222,208); }
H1.HeaderClassName
{
color: #F6DED0;
}
.AnyTagClassName
{
color: #F6DED0;
}
</style>
background-color css
<style>
a { background-color: #F6DED0; }
a { background-color: rgb(246,222,208); }
div.DivClassName
{
background-color: #F6DED0;
}
.BgClassName
{
background-color: #F6DED0;
}
</style>
border-color css
<style>
span { border-color: #F6DED0; }
span { border-color: rgb(246,222,208); }
td.TdClassName
{
border-color: #F6DED0;
}
.TagClassName
{
border-color: #F6DED0;
}
</style>