Shades of Pot Pourri #F5DCCC
Tints of Pot Pourri #F5DCCC
RGB
CMYK
RGB Variations
Color information
#F5DCCC (or 0xF5DCCC) is known color: Pot Pourri. HEX triplet: F5, DC and CC. RGB value is (245,220,204). Sum of RGB (Red+Green+Blue) = 245+220+204=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCCC is #0A2333. Grayscale: #E1E1E1. Windows color (decimal): -664372 or 13425909. OLE color: 13425909.
HSL color Cylindrical-coordinate representation of color #F5DCCC: hue angle of 23.41º degrees, saturation: 0.67, 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 #F5DCCC is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 204 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.04 |
| HSL | 23.41º | 0.67% | 0.88% | - |
| HSV(B) | 23.41º | 0.17% | 0.96% | - |
| XYZ | 74.15 | 74.96 | 67.69 | - |
| YUV | 225.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 204 | 0 | 0.10 | 0.17 | 0.04 | 23.41 | 0.67 | 0.88 |
| Hex | F5 | DC | CC | 0 | A | 11 | 4 | 17 | 43 | 58 |
| Octal | 365 | 334 | 314 | 0 | 12 | 21 | 4 | 27 | 103 | 130 |
| Binary | 11110101 | 11011100 | 11001100 | 0 | 1010 | 10001 | 100 | 10111 | 1000011 | 1011000 |
Color Harmonies of #F5DCCC
Complementary color
Monochromatic Colors of #F5DCCC
Black with #F5DCCC
Text Example
Text Example
White with #F5DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCCC; }
p { color: rgb(245,220,204); }
H1.HeaderClassName
{
color: #F5DCCC;
}
.AnyTagClassName
{
color: #F5DCCC;
}
</style>
background-color css
<style>
a { background-color: #F5DCCC; }
a { background-color: rgb(245,220,204); }
div.DivClassName
{
background-color: #F5DCCC;
}
.BgClassName
{
background-color: #F5DCCC;
}
</style>
border-color css
<style>
span { border-color: #F5DCCC; }
span { border-color: rgb(245,220,204); }
td.TdClassName
{
border-color: #F5DCCC;
}
.TagClassName
{
border-color: #F5DCCC;
}
</style>