Shades of Pot Pourri #F5DECF
Tints of Pot Pourri #F5DECF
RGB
CMYK
RGB Variations
Color information
#F5DECF (or 0xF5DECF) is known color: Pot Pourri. HEX triplet: F5, DE and CF. RGB value is (245,222,207). Sum of RGB (Red+Green+Blue) = 245+222+207=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 207 (81.25% from 255 or 30.71% from 674); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DECF is #0A2130. Grayscale: #E3E3E3. Windows color (decimal): -663857 or 13623029. OLE color: 13623029.
HSL color Cylindrical-coordinate representation of color #F5DECF: hue angle of 23.68º degrees, saturation: 0.66, 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 #F5DECF is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 207 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.04 |
| HSL | 23.68º | 0.66% | 0.89% | - |
| HSV(B) | 23.68º | 0.16% | 0.96% | - |
| XYZ | 75.04 | 76.16 | 69.78 | - |
| YUV | 227.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 207 | 0 | 0.09 | 0.16 | 0.04 | 23.68 | 0.66 | 0.89 |
| Hex | F5 | DE | CF | 0 | 9 | 10 | 4 | 18 | 42 | 59 |
| Octal | 365 | 336 | 317 | 0 | 11 | 20 | 4 | 30 | 102 | 131 |
| Binary | 11110101 | 11011110 | 11001111 | 0 | 1001 | 10000 | 100 | 11000 | 1000010 | 1011001 |
Color Harmonies of #F5DECF
Complementary color
Monochromatic Colors of #F5DECF
Black with #F5DECF
Text Example
Text Example
White with #F5DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DECF; }
p { color: rgb(245,222,207); }
H1.HeaderClassName
{
color: #F5DECF;
}
.AnyTagClassName
{
color: #F5DECF;
}
</style>
background-color css
<style>
a { background-color: #F5DECF; }
a { background-color: rgb(245,222,207); }
div.DivClassName
{
background-color: #F5DECF;
}
.BgClassName
{
background-color: #F5DECF;
}
</style>
border-color css
<style>
span { border-color: #F5DECF; }
span { border-color: rgb(245,222,207); }
td.TdClassName
{
border-color: #F5DECF;
}
.TagClassName
{
border-color: #F5DECF;
}
</style>