Shades of Pot Pourri #F3DACD
Tints of Pot Pourri #F3DACD
RGB
CMYK
RGB Variations
Color information
#F3DACD (or 0xF3DACD) is known color: Pot Pourri. HEX triplet: F3, DA and CD. RGB value is (243,218,205). Sum of RGB (Red+Green+Blue) = 243+218+205=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DACD is #0C2532. Grayscale: #E0E0E0. Windows color (decimal): -795955 or 13490931. OLE color: 13490931.
HSL color Cylindrical-coordinate representation of color #F3DACD: hue angle of 20.53º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3DACD is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 205 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.05 |
| HSL | 20.53º | 0.61% | 0.88% | - |
| HSV(B) | 20.53º | 0.16% | 0.95% | - |
| XYZ | 73.05 | 73.61 | 68.11 | - |
| YUV | 223.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 205 | 0 | 0.10 | 0.16 | 0.05 | 20.53 | 0.61 | 0.88 |
| Hex | F3 | DA | CD | 0 | A | 10 | 5 | 15 | 3D | 58 |
| Octal | 363 | 332 | 315 | 0 | 12 | 20 | 5 | 25 | 75 | 130 |
| Binary | 11110011 | 11011010 | 11001101 | 0 | 1010 | 10000 | 101 | 10101 | 111101 | 1011000 |
Color Harmonies of #F3DACD
Complementary color
Monochromatic Colors of #F3DACD
Black with #F3DACD
Text Example
Text Example
White with #F3DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DACD; }
p { color: rgb(243,218,205); }
H1.HeaderClassName
{
color: #F3DACD;
}
.AnyTagClassName
{
color: #F3DACD;
}
</style>
background-color css
<style>
a { background-color: #F3DACD; }
a { background-color: rgb(243,218,205); }
div.DivClassName
{
background-color: #F3DACD;
}
.BgClassName
{
background-color: #F3DACD;
}
</style>
border-color css
<style>
span { border-color: #F3DACD; }
span { border-color: rgb(243,218,205); }
td.TdClassName
{
border-color: #F3DACD;
}
.TagClassName
{
border-color: #F3DACD;
}
</style>