Shades of Provincial Pink #F2E1DA
Tints of Provincial Pink #F2E1DA
RGB
CMYK
RGB Variations
Color information
#F2E1DA (or 0xF2E1DA) is known color: Provincial Pink. HEX triplet: F2, E1 and DA. RGB value is (242,225,218). Sum of RGB (Red+Green+Blue) = 242+225+218=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1DA is #0D1E25. Grayscale: #E5E5E5. Windows color (decimal): -859686 or 14344690. OLE color: 14344690.
HSL color Cylindrical-coordinate representation of color #F2E1DA: hue angle of 17.5º 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 #F2E1DA is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 218 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.05 |
| HSL | 17.5º | 0.48% | 0.9% | - |
| HSV(B) | 17.5º | 0.1% | 0.95% | - |
| XYZ | 76.2 | 77.79 | 77.33 | - |
| YUV | 229.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 218 | 0 | 0.07 | 0.10 | 0.05 | 17.5 | 0.48 | 0.9 |
| Hex | F2 | E1 | DA | 0 | 7 | A | 5 | 12 | 30 | 5A |
| Octal | 362 | 341 | 332 | 0 | 7 | 12 | 5 | 22 | 60 | 132 |
| Binary | 11110010 | 11100001 | 11011010 | 0 | 111 | 1010 | 101 | 10010 | 110000 | 1011010 |
Color Harmonies of #F2E1DA
Complementary color
Monochromatic Colors of #F2E1DA
Black with #F2E1DA
Text Example
Text Example
White with #F2E1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1DA; }
p { color: rgb(242,225,218); }
H1.HeaderClassName
{
color: #F2E1DA;
}
.AnyTagClassName
{
color: #F2E1DA;
}
</style>
background-color css
<style>
a { background-color: #F2E1DA; }
a { background-color: rgb(242,225,218); }
div.DivClassName
{
background-color: #F2E1DA;
}
.BgClassName
{
background-color: #F2E1DA;
}
</style>
border-color css
<style>
span { border-color: #F2E1DA; }
span { border-color: rgb(242,225,218); }
td.TdClassName
{
border-color: #F2E1DA;
}
.TagClassName
{
border-color: #F2E1DA;
}
</style>