Shades of Pot Pourri #F3DBD3
Tints of Pot Pourri #F3DBD3
RGB
CMYK
RGB Variations
Color information
#F3DBD3 (or 0xF3DBD3) is known color: Pot Pourri. HEX triplet: F3, DB and D3. RGB value is (243,219,211). Sum of RGB (Red+Green+Blue) = 243+219+211=673 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.11% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 211 (82.81% from 255 or 31.35% from 673); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DBD3 is #0C242C. Grayscale: #E1E1E1. Windows color (decimal): -795693 or 13884403. OLE color: 13884403.
HSL color Cylindrical-coordinate representation of color #F3DBD3: hue angle of 15º degrees, saturation: 0.57, 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 #F3DBD3 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 211 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.05 |
| HSL | 15º | 0.57% | 0.89% | - |
| HSV(B) | 15º | 0.13% | 0.95% | - |
| XYZ | 74.05 | 74.42 | 72.09 | - |
| YUV | 225.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 211 | 0 | 0.10 | 0.13 | 0.05 | 15 | 0.57 | 0.89 |
| Hex | F3 | DB | D3 | 0 | A | D | 5 | F | 39 | 59 |
| Octal | 363 | 333 | 323 | 0 | 12 | 15 | 5 | 17 | 71 | 131 |
| Binary | 11110011 | 11011011 | 11010011 | 0 | 1010 | 1101 | 101 | 1111 | 111001 | 1011001 |
Color Harmonies of #F3DBD3
Complementary color
Monochromatic Colors of #F3DBD3
Black with #F3DBD3
Text Example
Text Example
White with #F3DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBD3; }
p { color: rgb(243,219,211); }
H1.HeaderClassName
{
color: #F3DBD3;
}
.AnyTagClassName
{
color: #F3DBD3;
}
</style>
background-color css
<style>
a { background-color: #F3DBD3; }
a { background-color: rgb(243,219,211); }
div.DivClassName
{
background-color: #F3DBD3;
}
.BgClassName
{
background-color: #F3DBD3;
}
</style>
border-color css
<style>
span { border-color: #F3DBD3; }
span { border-color: rgb(243,219,211); }
td.TdClassName
{
border-color: #F3DBD3;
}
.TagClassName
{
border-color: #F3DBD3;
}
</style>