Shades of Pot Pourri #F5DCCD
Tints of Pot Pourri #F5DCCD
RGB
CMYK
RGB Variations
Color information
#F5DCCD (or 0xF5DCCD) is known color: Pot Pourri. HEX triplet: F5, DC and CD. RGB value is (245,220,205). Sum of RGB (Red+Green+Blue) = 245+220+205=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCCD is #0A2332. Grayscale: #E1E1E1. Windows color (decimal): -664371 or 13491445. OLE color: 13491445.
HSL color Cylindrical-coordinate representation of color #F5DCCD: hue angle of 22.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5DCCD is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 205 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.04 |
| HSL | 22.5º | 0.67% | 0.88% | - |
| HSV(B) | 22.5º | 0.16% | 0.96% | - |
| XYZ | 74.27 | 75.01 | 68.32 | - |
| YUV | 225.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 205 | 0 | 0.10 | 0.16 | 0.04 | 22.5 | 0.67 | 0.88 |
| Hex | F5 | DC | CD | 0 | A | 10 | 4 | 16 | 43 | 58 |
| Octal | 365 | 334 | 315 | 0 | 12 | 20 | 4 | 26 | 103 | 130 |
| Binary | 11110101 | 11011100 | 11001101 | 0 | 1010 | 10000 | 100 | 10110 | 1000011 | 1011000 |
Color Harmonies of #F5DCCD
Complementary color
Monochromatic Colors of #F5DCCD
Black with #F5DCCD
Text Example
Text Example
White with #F5DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCCD; }
p { color: rgb(245,220,205); }
H1.HeaderClassName
{
color: #F5DCCD;
}
.AnyTagClassName
{
color: #F5DCCD;
}
</style>
background-color css
<style>
a { background-color: #F5DCCD; }
a { background-color: rgb(245,220,205); }
div.DivClassName
{
background-color: #F5DCCD;
}
.BgClassName
{
background-color: #F5DCCD;
}
</style>
border-color css
<style>
span { border-color: #F5DCCD; }
span { border-color: rgb(245,220,205); }
td.TdClassName
{
border-color: #F5DCCD;
}
.TagClassName
{
border-color: #F5DCCD;
}
</style>