Shades of Provincial Pink #F2E2DD
Tints of Provincial Pink #F2E2DD
RGB
CMYK
RGB Variations
Color information
#F2E2DD (or 0xF2E2DD) is known color: Provincial Pink. HEX triplet: F2, E2 and DD. RGB value is (242,226,221). Sum of RGB (Red+Green+Blue) = 242+226+221=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 226 (88.67% from 255 or 32.80% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2DD is #0D1D22. Grayscale: #E6E6E6. Windows color (decimal): -859427 or 14541554. OLE color: 14541554.
HSL color Cylindrical-coordinate representation of color #F2E2DD: hue angle of 14.29º 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 #F2E2DD is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 221 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.05 |
| HSL | 14.29º | 0.45% | 0.91% | - |
| HSV(B) | 14.29º | 0.09% | 0.95% | - |
| XYZ | 76.87 | 78.49 | 79.51 | - |
| YUV | 230.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 221 | 0 | 0.07 | 0.09 | 0.05 | 14.29 | 0.45 | 0.91 |
| Hex | F2 | E2 | DD | 0 | 7 | 9 | 5 | E | 2D | 5B |
| Octal | 362 | 342 | 335 | 0 | 7 | 11 | 5 | 16 | 55 | 133 |
| Binary | 11110010 | 11100010 | 11011101 | 0 | 111 | 1001 | 101 | 1110 | 101101 | 1011011 |
Color Harmonies of #F2E2DD
Complementary color
Monochromatic Colors of #F2E2DD
Black with #F2E2DD
Text Example
Text Example
White with #F2E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E2DD; }
p { color: rgb(242,226,221); }
H1.HeaderClassName
{
color: #F2E2DD;
}
.AnyTagClassName
{
color: #F2E2DD;
}
</style>
background-color css
<style>
a { background-color: #F2E2DD; }
a { background-color: rgb(242,226,221); }
div.DivClassName
{
background-color: #F2E2DD;
}
.BgClassName
{
background-color: #F2E2DD;
}
</style>
border-color css
<style>
span { border-color: #F2E2DD; }
span { border-color: rgb(242,226,221); }
td.TdClassName
{
border-color: #F2E2DD;
}
.TagClassName
{
border-color: #F2E2DD;
}
</style>