Shades of Pot Pourri #F3DED1
Tints of Pot Pourri #F3DED1
RGB
CMYK
RGB Variations
Color information
#F3DED1 (or 0xF3DED1) is known color: Pot Pourri. HEX triplet: F3, DE and D1. RGB value is (243,222,209). Sum of RGB (Red+Green+Blue) = 243+222+209=674 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.05% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 209 (82.03% from 255 or 31.01% from 674); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DED1 is #0C212E. Grayscale: #E2E2E2. Windows color (decimal): -794927 or 13754099. OLE color: 13754099.
HSL color Cylindrical-coordinate representation of color #F3DED1: hue angle of 22.94º degrees, saturation: 0.59, 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 #F3DED1 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 209 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.05 |
| HSL | 22.94º | 0.59% | 0.89% | - |
| HSV(B) | 22.94º | 0.14% | 0.95% | - |
| XYZ | 74.59 | 75.9 | 71.04 | - |
| YUV | 226.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 209 | 0 | 0.09 | 0.14 | 0.05 | 22.94 | 0.59 | 0.89 |
| Hex | F3 | DE | D1 | 0 | 9 | E | 5 | 17 | 3B | 59 |
| Octal | 363 | 336 | 321 | 0 | 11 | 16 | 5 | 27 | 73 | 131 |
| Binary | 11110011 | 11011110 | 11010001 | 0 | 1001 | 1110 | 101 | 10111 | 111011 | 1011001 |
Color Harmonies of #F3DED1
Complementary color
Monochromatic Colors of #F3DED1
Black with #F3DED1
Text Example
Text Example
White with #F3DED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DED1; }
p { color: rgb(243,222,209); }
H1.HeaderClassName
{
color: #F3DED1;
}
.AnyTagClassName
{
color: #F3DED1;
}
</style>
background-color css
<style>
a { background-color: #F3DED1; }
a { background-color: rgb(243,222,209); }
div.DivClassName
{
background-color: #F3DED1;
}
.BgClassName
{
background-color: #F3DED1;
}
</style>
border-color css
<style>
span { border-color: #F3DED1; }
span { border-color: rgb(243,222,209); }
td.TdClassName
{
border-color: #F3DED1;
}
.TagClassName
{
border-color: #F3DED1;
}
</style>