Shades of Pot Pourri #F3DCD4
Tints of Pot Pourri #F3DCD4
RGB
CMYK
RGB Variations
Color information
#F3DCD4 (or 0xF3DCD4) is known color: Pot Pourri. HEX triplet: F3, DC and D4. RGB value is (243,220,212). Sum of RGB (Red+Green+Blue) = 243+220+212=675 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 212 (83.20% from 255 or 31.41% from 675); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCD4 is #0C232B. Grayscale: #E2E2E2. Windows color (decimal): -795436 or 13950195. OLE color: 13950195.
HSL color Cylindrical-coordinate representation of color #F3DCD4: hue angle of 15.48º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3DCD4 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 212 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.05 |
| HSL | 15.48º | 0.56% | 0.89% | - |
| HSV(B) | 15.48º | 0.13% | 0.95% | - |
| XYZ | 74.44 | 74.99 | 72.84 | - |
| YUV | 225.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 212 | 0 | 0.09 | 0.13 | 0.05 | 15.48 | 0.56 | 0.89 |
| Hex | F3 | DC | D4 | 0 | 9 | D | 5 | F | 38 | 59 |
| Octal | 363 | 334 | 324 | 0 | 11 | 15 | 5 | 17 | 70 | 131 |
| Binary | 11110011 | 11011100 | 11010100 | 0 | 1001 | 1101 | 101 | 1111 | 111000 | 1011001 |
Color Harmonies of #F3DCD4
Complementary color
Monochromatic Colors of #F3DCD4
Black with #F3DCD4
Text Example
Text Example
White with #F3DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DCD4; }
p { color: rgb(243,220,212); }
H1.HeaderClassName
{
color: #F3DCD4;
}
.AnyTagClassName
{
color: #F3DCD4;
}
</style>
background-color css
<style>
a { background-color: #F3DCD4; }
a { background-color: rgb(243,220,212); }
div.DivClassName
{
background-color: #F3DCD4;
}
.BgClassName
{
background-color: #F3DCD4;
}
</style>
border-color css
<style>
span { border-color: #F3DCD4; }
span { border-color: rgb(243,220,212); }
td.TdClassName
{
border-color: #F3DCD4;
}
.TagClassName
{
border-color: #F3DCD4;
}
</style>