Shades of Provincial Pink #F2E2DA
Tints of Provincial Pink #F2E2DA
RGB
CMYK
RGB Variations
Color information
#F2E2DA (or 0xF2E2DA) is known color: Provincial Pink. HEX triplet: F2, E2 and DA. RGB value is (242,226,218). Sum of RGB (Red+Green+Blue) = 242+226+218=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2DA is #0D1D25. Grayscale: #E5E5E5. Windows color (decimal): -859430 or 14344946. OLE color: 14344946.
HSL color Cylindrical-coordinate representation of color #F2E2DA: hue angle of 20º degrees, saturation: 0.48, 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 #F2E2DA is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 218 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.05 |
| HSL | 20º | 0.48% | 0.9% | - |
| HSV(B) | 20º | 0.1% | 0.95% | - |
| XYZ | 76.47 | 78.33 | 77.42 | - |
| YUV | 229.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 218 | 0 | 0.07 | 0.10 | 0.05 | 20 | 0.48 | 0.9 |
| Hex | F2 | E2 | DA | 0 | 7 | A | 5 | 14 | 30 | 5A |
| Octal | 362 | 342 | 332 | 0 | 7 | 12 | 5 | 24 | 60 | 132 |
| Binary | 11110010 | 11100010 | 11011010 | 0 | 111 | 1010 | 101 | 10100 | 110000 | 1011010 |
Color Harmonies of #F2E2DA
Complementary color
Monochromatic Colors of #F2E2DA
Black with #F2E2DA
Text Example
Text Example
White with #F2E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E2DA; }
p { color: rgb(242,226,218); }
H1.HeaderClassName
{
color: #F2E2DA;
}
.AnyTagClassName
{
color: #F2E2DA;
}
</style>
background-color css
<style>
a { background-color: #F2E2DA; }
a { background-color: rgb(242,226,218); }
div.DivClassName
{
background-color: #F2E2DA;
}
.BgClassName
{
background-color: #F2E2DA;
}
</style>
border-color css
<style>
span { border-color: #F2E2DA; }
span { border-color: rgb(242,226,218); }
td.TdClassName
{
border-color: #F2E2DA;
}
.TagClassName
{
border-color: #F2E2DA;
}
</style>