Shades of Pot Pourri #F3D9CE
Tints of Pot Pourri #F3D9CE
RGB
CMYK
RGB Variations
Color information
#F3D9CE (or 0xF3D9CE) is known color: Pot Pourri. HEX triplet: F3, D9 and CE. RGB value is (243,217,206). Sum of RGB (Red+Green+Blue) = 243+217+206=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D9CE is #0C2631. Grayscale: #DFDFDF. Windows color (decimal): -796210 or 13556211. OLE color: 13556211.
HSL color Cylindrical-coordinate representation of color #F3D9CE: hue angle of 17.84º degrees, saturation: 0.61, 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 #F3D9CE is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 217 | 206 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.05 |
| HSL | 17.84º | 0.61% | 0.88% | - |
| HSV(B) | 17.84º | 0.15% | 0.95% | - |
| XYZ | 72.92 | 73.14 | 68.67 | - |
| YUV | 223.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 217 | 206 | 0 | 0.11 | 0.15 | 0.05 | 17.84 | 0.61 | 0.88 |
| Hex | F3 | D9 | CE | 0 | B | F | 5 | 12 | 3D | 58 |
| Octal | 363 | 331 | 316 | 0 | 13 | 17 | 5 | 22 | 75 | 130 |
| Binary | 11110011 | 11011001 | 11001110 | 0 | 1011 | 1111 | 101 | 10010 | 111101 | 1011000 |
Color Harmonies of #F3D9CE
Complementary color
Monochromatic Colors of #F3D9CE
Black with #F3D9CE
Text Example
Text Example
White with #F3D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D9CE; }
p { color: rgb(243,217,206); }
H1.HeaderClassName
{
color: #F3D9CE;
}
.AnyTagClassName
{
color: #F3D9CE;
}
</style>
background-color css
<style>
a { background-color: #F3D9CE; }
a { background-color: rgb(243,217,206); }
div.DivClassName
{
background-color: #F3D9CE;
}
.BgClassName
{
background-color: #F3D9CE;
}
</style>
border-color css
<style>
span { border-color: #F3D9CE; }
span { border-color: rgb(243,217,206); }
td.TdClassName
{
border-color: #F3D9CE;
}
.TagClassName
{
border-color: #F3D9CE;
}
</style>