Shades of Provincial Pink #F2E4DD
Tints of Provincial Pink #F2E4DD
RGB
CMYK
RGB Variations
Color information
#F2E4DD (or 0xF2E4DD) is known color: Provincial Pink. HEX triplet: F2, E4 and DD. RGB value is (242,228,221). Sum of RGB (Red+Green+Blue) = 242+228+221=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 228 (89.45% from 255 or 33.00% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4DD is #0D1B22. Grayscale: #E7E7E7. Windows color (decimal): -858915 or 14542066. OLE color: 14542066.
HSL color Cylindrical-coordinate representation of color #F2E4DD: hue angle of 20º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E4DD is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 221 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.05 |
| HSL | 20º | 0.45% | 0.91% | - |
| HSV(B) | 20º | 0.09% | 0.95% | - |
| XYZ | 77.41 | 79.58 | 79.69 | - |
| YUV | 231.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 221 | 0 | 0.06 | 0.09 | 0.05 | 20 | 0.45 | 0.91 |
| Hex | F2 | E4 | DD | 0 | 6 | 9 | 5 | 14 | 2D | 5B |
| Octal | 362 | 344 | 335 | 0 | 6 | 11 | 5 | 24 | 55 | 133 |
| Binary | 11110010 | 11100100 | 11011101 | 0 | 110 | 1001 | 101 | 10100 | 101101 | 1011011 |
Color Harmonies of #F2E4DD
Complementary color
Monochromatic Colors of #F2E4DD
Black with #F2E4DD
Text Example
Text Example
White with #F2E4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E4DD; }
p { color: rgb(242,228,221); }
H1.HeaderClassName
{
color: #F2E4DD;
}
.AnyTagClassName
{
color: #F2E4DD;
}
</style>
background-color css
<style>
a { background-color: #F2E4DD; }
a { background-color: rgb(242,228,221); }
div.DivClassName
{
background-color: #F2E4DD;
}
.BgClassName
{
background-color: #F2E4DD;
}
</style>
border-color css
<style>
span { border-color: #F2E4DD; }
span { border-color: rgb(242,228,221); }
td.TdClassName
{
border-color: #F2E4DD;
}
.TagClassName
{
border-color: #F2E4DD;
}
</style>