Shades of Pot Pourri #F3DBD2
Tints of Pot Pourri #F3DBD2
RGB
CMYK
RGB Variations
Color information
#F3DBD2 (or 0xF3DBD2) is known color: Pot Pourri. HEX triplet: F3, DB and D2. RGB value is (243,219,210). Sum of RGB (Red+Green+Blue) = 243+219+210=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 210 (82.42% from 255 or 31.25% from 672); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DBD2 is #0C242D. Grayscale: #E1E1E1. Windows color (decimal): -795694 or 13818867. OLE color: 13818867.
HSL color Cylindrical-coordinate representation of color #F3DBD2: hue angle of 16.36º 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 #F3DBD2 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 210 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.05 |
| HSL | 16.36º | 0.58% | 0.89% | - |
| HSV(B) | 16.36º | 0.14% | 0.95% | - |
| XYZ | 73.93 | 74.37 | 71.43 | - |
| YUV | 225.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 210 | 0 | 0.10 | 0.14 | 0.05 | 16.36 | 0.58 | 0.89 |
| Hex | F3 | DB | D2 | 0 | A | E | 5 | 10 | 3A | 59 |
| Octal | 363 | 333 | 322 | 0 | 12 | 16 | 5 | 20 | 72 | 131 |
| Binary | 11110011 | 11011011 | 11010010 | 0 | 1010 | 1110 | 101 | 10000 | 111010 | 1011001 |
Color Harmonies of #F3DBD2
Complementary color
Monochromatic Colors of #F3DBD2
Black with #F3DBD2
Text Example
Text Example
White with #F3DBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBD2; }
p { color: rgb(243,219,210); }
H1.HeaderClassName
{
color: #F3DBD2;
}
.AnyTagClassName
{
color: #F3DBD2;
}
</style>
background-color css
<style>
a { background-color: #F3DBD2; }
a { background-color: rgb(243,219,210); }
div.DivClassName
{
background-color: #F3DBD2;
}
.BgClassName
{
background-color: #F3DBD2;
}
</style>
border-color css
<style>
span { border-color: #F3DBD2; }
span { border-color: rgb(243,219,210); }
td.TdClassName
{
border-color: #F3DBD2;
}
.TagClassName
{
border-color: #F3DBD2;
}
</style>