Shades of Pot Pourri #F3DBCF
Tints of Pot Pourri #F3DBCF
RGB
CMYK
RGB Variations
Color information
#F3DBCF (or 0xF3DBCF) is known color: Pot Pourri. HEX triplet: F3, DB and CF. RGB value is (243,219,207). Sum of RGB (Red+Green+Blue) = 243+219+207=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DBCF is #0C2430. Grayscale: #E0E0E0. Windows color (decimal): -795697 or 13622259. OLE color: 13622259.
HSL color Cylindrical-coordinate representation of color #F3DBCF: hue angle of 20º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3DBCF is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 207 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.05 |
| HSL | 20º | 0.6% | 0.88% | - |
| HSV(B) | 20º | 0.15% | 0.95% | - |
| XYZ | 73.56 | 74.22 | 69.48 | - |
| YUV | 224.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 207 | 0 | 0.10 | 0.15 | 0.05 | 20 | 0.6 | 0.88 |
| Hex | F3 | DB | CF | 0 | A | F | 5 | 14 | 3C | 58 |
| Octal | 363 | 333 | 317 | 0 | 12 | 17 | 5 | 24 | 74 | 130 |
| Binary | 11110011 | 11011011 | 11001111 | 0 | 1010 | 1111 | 101 | 10100 | 111100 | 1011000 |
Color Harmonies of #F3DBCF
Complementary color
Monochromatic Colors of #F3DBCF
Black with #F3DBCF
Text Example
Text Example
White with #F3DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBCF; }
p { color: rgb(243,219,207); }
H1.HeaderClassName
{
color: #F3DBCF;
}
.AnyTagClassName
{
color: #F3DBCF;
}
</style>
background-color css
<style>
a { background-color: #F3DBCF; }
a { background-color: rgb(243,219,207); }
div.DivClassName
{
background-color: #F3DBCF;
}
.BgClassName
{
background-color: #F3DBCF;
}
</style>
border-color css
<style>
span { border-color: #F3DBCF; }
span { border-color: rgb(243,219,207); }
td.TdClassName
{
border-color: #F3DBCF;
}
.TagClassName
{
border-color: #F3DBCF;
}
</style>