Shades of Pot Pourri #F3DCCD
Tints of Pot Pourri #F3DCCD
RGB
CMYK
RGB Variations
Color information
#F3DCCD (or 0xF3DCCD) is known color: Pot Pourri. HEX triplet: F3, DC and CD. RGB value is (243,220,205). Sum of RGB (Red+Green+Blue) = 243+220+205=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCCD is #0C2332. Grayscale: #E1E1E1. Windows color (decimal): -795443 or 13491443. OLE color: 13491443.
HSL color Cylindrical-coordinate representation of color #F3DCCD: hue angle of 23.68º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3DCCD is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 205 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.05 |
| HSL | 23.68º | 0.61% | 0.88% | - |
| HSV(B) | 23.68º | 0.16% | 0.95% | - |
| XYZ | 73.57 | 74.65 | 68.29 | - |
| YUV | 225.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 205 | 0 | 0.09 | 0.16 | 0.05 | 23.68 | 0.61 | 0.88 |
| Hex | F3 | DC | CD | 0 | 9 | 10 | 5 | 18 | 3D | 58 |
| Octal | 363 | 334 | 315 | 0 | 11 | 20 | 5 | 30 | 75 | 130 |
| Binary | 11110011 | 11011100 | 11001101 | 0 | 1001 | 10000 | 101 | 11000 | 111101 | 1011000 |
Color Harmonies of #F3DCCD
Complementary color
Monochromatic Colors of #F3DCCD
Black with #F3DCCD
Text Example
Text Example
White with #F3DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DCCD; }
p { color: rgb(243,220,205); }
H1.HeaderClassName
{
color: #F3DCCD;
}
.AnyTagClassName
{
color: #F3DCCD;
}
</style>
background-color css
<style>
a { background-color: #F3DCCD; }
a { background-color: rgb(243,220,205); }
div.DivClassName
{
background-color: #F3DCCD;
}
.BgClassName
{
background-color: #F3DCCD;
}
</style>
border-color css
<style>
span { border-color: #F3DCCD; }
span { border-color: rgb(243,220,205); }
td.TdClassName
{
border-color: #F3DCCD;
}
.TagClassName
{
border-color: #F3DCCD;
}
</style>