Shades of Pot Pourri #F3DED7
Tints of Pot Pourri #F3DED7
RGB
CMYK
RGB Variations
Color information
#F3DED7 (or 0xF3DED7) is known color: Pot Pourri. HEX triplet: F3, DE and D7. RGB value is (243,222,215). Sum of RGB (Red+Green+Blue) = 243+222+215=680 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.74% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 215 (84.38% from 255 or 31.62% from 680); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DED7 is #0C2128. Grayscale: #E3E3E3. Windows color (decimal): -794921 or 14147315. OLE color: 14147315.
HSL color Cylindrical-coordinate representation of color #F3DED7: hue angle of 15º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3DED7 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 215 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.05 |
| HSL | 15º | 0.54% | 0.9% | - |
| HSV(B) | 15º | 0.12% | 0.95% | - |
| XYZ | 75.35 | 76.2 | 75.03 | - |
| YUV | 227.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 215 | 0 | 0.09 | 0.12 | 0.05 | 15 | 0.54 | 0.9 |
| Hex | F3 | DE | D7 | 0 | 9 | C | 5 | F | 36 | 5A |
| Octal | 363 | 336 | 327 | 0 | 11 | 14 | 5 | 17 | 66 | 132 |
| Binary | 11110011 | 11011110 | 11010111 | 0 | 1001 | 1100 | 101 | 1111 | 110110 | 1011010 |
Color Harmonies of #F3DED7
Complementary color
Monochromatic Colors of #F3DED7
Black with #F3DED7
Text Example
Text Example
White with #F3DED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DED7; }
p { color: rgb(243,222,215); }
H1.HeaderClassName
{
color: #F3DED7;
}
.AnyTagClassName
{
color: #F3DED7;
}
</style>
background-color css
<style>
a { background-color: #F3DED7; }
a { background-color: rgb(243,222,215); }
div.DivClassName
{
background-color: #F3DED7;
}
.BgClassName
{
background-color: #F3DED7;
}
</style>
border-color css
<style>
span { border-color: #F3DED7; }
span { border-color: rgb(243,222,215); }
td.TdClassName
{
border-color: #F3DED7;
}
.TagClassName
{
border-color: #F3DED7;
}
</style>