Shades of Pot Pourri #F4DCCC
Tints of Pot Pourri #F4DCCC
RGB
CMYK
RGB Variations
Color information
#F4DCCC (or 0xF4DCCC) is known color: Pot Pourri. HEX triplet: F4, DC and CC. RGB value is (244,220,204). Sum of RGB (Red+Green+Blue) = 244+220+204=668 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.53% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DCCC is #0B2333. Grayscale: #E1E1E1. Windows color (decimal): -729908 or 13425908. OLE color: 13425908.
HSL color Cylindrical-coordinate representation of color #F4DCCC: hue angle of 24º degrees, saturation: 0.65, 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 #F4DCCC is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 204 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.04 |
| HSL | 24º | 0.65% | 0.88% | - |
| HSV(B) | 24º | 0.16% | 0.96% | - |
| XYZ | 73.8 | 74.78 | 67.67 | - |
| YUV | 225.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 204 | 0 | 0.10 | 0.16 | 0.04 | 24 | 0.65 | 0.88 |
| Hex | F4 | DC | CC | 0 | A | 10 | 4 | 18 | 41 | 58 |
| Octal | 364 | 334 | 314 | 0 | 12 | 20 | 4 | 30 | 101 | 130 |
| Binary | 11110100 | 11011100 | 11001100 | 0 | 1010 | 10000 | 100 | 11000 | 1000001 | 1011000 |
Color Harmonies of #F4DCCC
Complementary color
Monochromatic Colors of #F4DCCC
Black with #F4DCCC
Text Example
Text Example
White with #F4DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DCCC; }
p { color: rgb(244,220,204); }
H1.HeaderClassName
{
color: #F4DCCC;
}
.AnyTagClassName
{
color: #F4DCCC;
}
</style>
background-color css
<style>
a { background-color: #F4DCCC; }
a { background-color: rgb(244,220,204); }
div.DivClassName
{
background-color: #F4DCCC;
}
.BgClassName
{
background-color: #F4DCCC;
}
</style>
border-color css
<style>
span { border-color: #F4DCCC; }
span { border-color: rgb(244,220,204); }
td.TdClassName
{
border-color: #F4DCCC;
}
.TagClassName
{
border-color: #F4DCCC;
}
</style>