Shades of Provincial Pink #F2E2DB
Tints of Provincial Pink #F2E2DB
RGB
CMYK
RGB Variations
Color information
#F2E2DB (or 0xF2E2DB) is known color: Provincial Pink. HEX triplet: F2, E2 and DB. RGB value is (242,226,219). Sum of RGB (Red+Green+Blue) = 242+226+219=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2DB is #0D1D24. Grayscale: #E6E6E6. Windows color (decimal): -859429 or 14410482. OLE color: 14410482.
HSL color Cylindrical-coordinate representation of color #F2E2DB: hue angle of 18.26º degrees, saturation: 0.47, 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 #F2E2DB is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 219 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.05 |
| HSL | 18.26º | 0.47% | 0.9% | - |
| HSV(B) | 18.26º | 0.1% | 0.95% | - |
| XYZ | 76.6 | 78.38 | 78.11 | - |
| YUV | 229.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 219 | 0 | 0.07 | 0.10 | 0.05 | 18.26 | 0.47 | 0.9 |
| Hex | F2 | E2 | DB | 0 | 7 | A | 5 | 12 | 2F | 5A |
| Octal | 362 | 342 | 333 | 0 | 7 | 12 | 5 | 22 | 57 | 132 |
| Binary | 11110010 | 11100010 | 11011011 | 0 | 111 | 1010 | 101 | 10010 | 101111 | 1011010 |
Color Harmonies of #F2E2DB
Complementary color
Monochromatic Colors of #F2E2DB
Black with #F2E2DB
Text Example
Text Example
White with #F2E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E2DB; }
p { color: rgb(242,226,219); }
H1.HeaderClassName
{
color: #F2E2DB;
}
.AnyTagClassName
{
color: #F2E2DB;
}
</style>
background-color css
<style>
a { background-color: #F2E2DB; }
a { background-color: rgb(242,226,219); }
div.DivClassName
{
background-color: #F2E2DB;
}
.BgClassName
{
background-color: #F2E2DB;
}
</style>
border-color css
<style>
span { border-color: #F2E2DB; }
span { border-color: rgb(242,226,219); }
td.TdClassName
{
border-color: #F2E2DB;
}
.TagClassName
{
border-color: #F2E2DB;
}
</style>