Shades of Pot Pourri #F3DCD2
Tints of Pot Pourri #F3DCD2
RGB
CMYK
RGB Variations
Color information
#F3DCD2 (or 0xF3DCD2) is known color: Pot Pourri. HEX triplet: F3, DC and D2. RGB value is (243,220,210). Sum of RGB (Red+Green+Blue) = 243+220+210=673 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.11% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 210 (82.42% from 255 or 31.20% from 673); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCD2 is #0C232D. Grayscale: #E1E1E1. Windows color (decimal): -795438 or 13819123. OLE color: 13819123.
HSL color Cylindrical-coordinate representation of color #F3DCD2: hue angle of 18.18º degrees, saturation: 0.58, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F3DCD2 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 210 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.05 |
| HSL | 18.18º | 0.58% | 0.89% | - |
| HSV(B) | 18.18º | 0.14% | 0.95% | - |
| XYZ | 74.19 | 74.89 | 71.52 | - |
| YUV | 225.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 210 | 0 | 0.09 | 0.14 | 0.05 | 18.18 | 0.58 | 0.89 |
| Hex | F3 | DC | D2 | 0 | 9 | E | 5 | 12 | 3A | 59 |
| Octal | 363 | 334 | 322 | 0 | 11 | 16 | 5 | 22 | 72 | 131 |
| Binary | 11110011 | 11011100 | 11010010 | 0 | 1001 | 1110 | 101 | 10010 | 111010 | 1011001 |
Color Harmonies of #F3DCD2
Complementary color
Monochromatic Colors of #F3DCD2
Black with #F3DCD2
Text Example
Text Example
White with #F3DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DCD2; }
p { color: rgb(243,220,210); }
H1.HeaderClassName
{
color: #F3DCD2;
}
.AnyTagClassName
{
color: #F3DCD2;
}
</style>
background-color css
<style>
a { background-color: #F3DCD2; }
a { background-color: rgb(243,220,210); }
div.DivClassName
{
background-color: #F3DCD2;
}
.BgClassName
{
background-color: #F3DCD2;
}
</style>
border-color css
<style>
span { border-color: #F3DCD2; }
span { border-color: rgb(243,220,210); }
td.TdClassName
{
border-color: #F3DCD2;
}
.TagClassName
{
border-color: #F3DCD2;
}
</style>