Shades of Pot Pourri #F3DDD4
Tints of Pot Pourri #F3DDD4
RGB
CMYK
RGB Variations
Color information
#F3DDD4 (or 0xF3DDD4) is known color: Pot Pourri. HEX triplet: F3, DD and D4. RGB value is (243,221,212). Sum of RGB (Red+Green+Blue) = 243+221+212=676 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.95% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 212 (83.20% from 255 or 31.36% from 676); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DDD4 is #0C222B. Grayscale: #E2E2E2. Windows color (decimal): -795180 or 13950451. OLE color: 13950451.
HSL color Cylindrical-coordinate representation of color #F3DDD4: hue angle of 17.42º 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 #F3DDD4 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 212 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.05 |
| HSL | 17.42º | 0.56% | 0.89% | - |
| HSV(B) | 17.42º | 0.13% | 0.95% | - |
| XYZ | 74.7 | 75.52 | 72.93 | - |
| YUV | 226.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 212 | 0 | 0.09 | 0.13 | 0.05 | 17.42 | 0.56 | 0.89 |
| Hex | F3 | DD | D4 | 0 | 9 | D | 5 | 11 | 38 | 59 |
| Octal | 363 | 335 | 324 | 0 | 11 | 15 | 5 | 21 | 70 | 131 |
| Binary | 11110011 | 11011101 | 11010100 | 0 | 1001 | 1101 | 101 | 10001 | 111000 | 1011001 |
Color Harmonies of #F3DDD4
Complementary color
Monochromatic Colors of #F3DDD4
Black with #F3DDD4
Text Example
Text Example
White with #F3DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DDD4; }
p { color: rgb(243,221,212); }
H1.HeaderClassName
{
color: #F3DDD4;
}
.AnyTagClassName
{
color: #F3DDD4;
}
</style>
background-color css
<style>
a { background-color: #F3DDD4; }
a { background-color: rgb(243,221,212); }
div.DivClassName
{
background-color: #F3DDD4;
}
.BgClassName
{
background-color: #F3DDD4;
}
</style>
border-color css
<style>
span { border-color: #F3DDD4; }
span { border-color: rgb(243,221,212); }
td.TdClassName
{
border-color: #F3DDD4;
}
.TagClassName
{
border-color: #F3DDD4;
}
</style>