Shades of Pot Pourri #F8DECF
Tints of Pot Pourri #F8DECF
RGB
CMYK
RGB Variations
Color information
#F8DECF (or 0xF8DECF) is known color: Pot Pourri. HEX triplet: F8, DE and CF. RGB value is (248,222,207). Sum of RGB (Red+Green+Blue) = 248+222+207=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DECF is #072130. Grayscale: #E4E4E4. Windows color (decimal): -467249 or 13623032. OLE color: 13623032.
HSL color Cylindrical-coordinate representation of color #F8DECF: hue angle of 21.95º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8DECF is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 222 | 207 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.03 |
| HSL | 21.95º | 0.75% | 0.89% | - |
| HSV(B) | 21.95º | 0.17% | 0.97% | - |
| XYZ | 76.1 | 76.7 | 69.83 | - |
| YUV | 228.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 222 | 207 | 0 | 0.10 | 0.17 | 0.03 | 21.95 | 0.75 | 0.89 |
| Hex | F8 | DE | CF | 0 | A | 11 | 3 | 16 | 4B | 59 |
| Octal | 370 | 336 | 317 | 0 | 12 | 21 | 3 | 26 | 113 | 131 |
| Binary | 11111000 | 11011110 | 11001111 | 0 | 1010 | 10001 | 11 | 10110 | 1001011 | 1011001 |
Color Harmonies of #F8DECF
Complementary color
Monochromatic Colors of #F8DECF
Black with #F8DECF
Text Example
Text Example
White with #F8DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DECF; }
p { color: rgb(248,222,207); }
H1.HeaderClassName
{
color: #F8DECF;
}
.AnyTagClassName
{
color: #F8DECF;
}
</style>
background-color css
<style>
a { background-color: #F8DECF; }
a { background-color: rgb(248,222,207); }
div.DivClassName
{
background-color: #F8DECF;
}
.BgClassName
{
background-color: #F8DECF;
}
</style>
border-color css
<style>
span { border-color: #F8DECF; }
span { border-color: rgb(248,222,207); }
td.TdClassName
{
border-color: #F8DECF;
}
.TagClassName
{
border-color: #F8DECF;
}
</style>