Shades of Provincial Pink #F2E1D9
Tints of Provincial Pink #F2E1D9
RGB
CMYK
RGB Variations
Color information
#F2E1D9 (or 0xF2E1D9) is known color: Provincial Pink. HEX triplet: F2, E1 and D9. RGB value is (242,225,217). Sum of RGB (Red+Green+Blue) = 242+225+217=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 217 (85.16% from 255 or 31.73% from 684); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1D9 is #0D1E26. Grayscale: #E5E5E5. Windows color (decimal): -859687 or 14279154. OLE color: 14279154.
HSL color Cylindrical-coordinate representation of color #F2E1D9: hue angle of 19.2º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2E1D9 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 217 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.05 |
| HSL | 19.2º | 0.49% | 0.9% | - |
| HSV(B) | 19.2º | 0.1% | 0.95% | - |
| XYZ | 76.07 | 77.74 | 76.64 | - |
| YUV | 229.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 217 | 0 | 0.07 | 0.10 | 0.05 | 19.2 | 0.49 | 0.9 |
| Hex | F2 | E1 | D9 | 0 | 7 | A | 5 | 13 | 31 | 5A |
| Octal | 362 | 341 | 331 | 0 | 7 | 12 | 5 | 23 | 61 | 132 |
| Binary | 11110010 | 11100001 | 11011001 | 0 | 111 | 1010 | 101 | 10011 | 110001 | 1011010 |
Color Harmonies of #F2E1D9
Complementary color
Monochromatic Colors of #F2E1D9
Black with #F2E1D9
Text Example
Text Example
White with #F2E1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1D9; }
p { color: rgb(242,225,217); }
H1.HeaderClassName
{
color: #F2E1D9;
}
.AnyTagClassName
{
color: #F2E1D9;
}
</style>
background-color css
<style>
a { background-color: #F2E1D9; }
a { background-color: rgb(242,225,217); }
div.DivClassName
{
background-color: #F2E1D9;
}
.BgClassName
{
background-color: #F2E1D9;
}
</style>
border-color css
<style>
span { border-color: #F2E1D9; }
span { border-color: rgb(242,225,217); }
td.TdClassName
{
border-color: #F2E1D9;
}
.TagClassName
{
border-color: #F2E1D9;
}
</style>