Shades of Pot Pourri #F3D8CA
Tints of Pot Pourri #F3D8CA
RGB
CMYK
RGB Variations
Color information
#F3D8CA (or 0xF3D8CA) is known color: Pot Pourri. HEX triplet: F3, D8 and CA. RGB value is (243,216,202). Sum of RGB (Red+Green+Blue) = 243+216+202=661 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.76% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D8CA is #0C2735. Grayscale: #DEDEDE. Windows color (decimal): -796470 or 13293811. OLE color: 13293811.
HSL color Cylindrical-coordinate representation of color #F3D8CA: hue angle of 20.49º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3D8CA is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 216 | 202 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.05 |
| HSL | 20.49º | 0.63% | 0.87% | - |
| HSV(B) | 20.49º | 0.17% | 0.95% | - |
| XYZ | 72.18 | 72.43 | 66.05 | - |
| YUV | 222.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 216 | 202 | 0 | 0.11 | 0.17 | 0.05 | 20.49 | 0.63 | 0.87 |
| Hex | F3 | D8 | CA | 0 | B | 11 | 5 | 14 | 3F | 57 |
| Octal | 363 | 330 | 312 | 0 | 13 | 21 | 5 | 24 | 77 | 127 |
| Binary | 11110011 | 11011000 | 11001010 | 0 | 1011 | 10001 | 101 | 10100 | 111111 | 1010111 |
Color Harmonies of #F3D8CA
Complementary color
Monochromatic Colors of #F3D8CA
Black with #F3D8CA
Text Example
Text Example
White with #F3D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D8CA; }
p { color: rgb(243,216,202); }
H1.HeaderClassName
{
color: #F3D8CA;
}
.AnyTagClassName
{
color: #F3D8CA;
}
</style>
background-color css
<style>
a { background-color: #F3D8CA; }
a { background-color: rgb(243,216,202); }
div.DivClassName
{
background-color: #F3D8CA;
}
.BgClassName
{
background-color: #F3D8CA;
}
</style>
border-color css
<style>
span { border-color: #F3D8CA; }
span { border-color: rgb(243,216,202); }
td.TdClassName
{
border-color: #F3D8CA;
}
.TagClassName
{
border-color: #F3D8CA;
}
</style>