Shades of Provincial Pink #F2E0DA
Tints of Provincial Pink #F2E0DA
RGB
CMYK
RGB Variations
Color information
#F2E0DA (or 0xF2E0DA) is known color: Provincial Pink. HEX triplet: F2, E0 and DA. RGB value is (242,224,218). Sum of RGB (Red+Green+Blue) = 242+224+218=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0DA is #0D1F25. Grayscale: #E4E4E4. Windows color (decimal): -859942 or 14344434. OLE color: 14344434.
HSL color Cylindrical-coordinate representation of color #F2E0DA: hue angle of 15º 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 #F2E0DA is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 218 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.05 |
| HSL | 15º | 0.48% | 0.9% | - |
| HSV(B) | 15º | 0.1% | 0.95% | - |
| XYZ | 75.93 | 77.25 | 77.24 | - |
| YUV | 228.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 218 | 0 | 0.07 | 0.10 | 0.05 | 15 | 0.48 | 0.9 |
| Hex | F2 | E0 | DA | 0 | 7 | A | 5 | F | 30 | 5A |
| Octal | 362 | 340 | 332 | 0 | 7 | 12 | 5 | 17 | 60 | 132 |
| Binary | 11110010 | 11100000 | 11011010 | 0 | 111 | 1010 | 101 | 1111 | 110000 | 1011010 |
Color Harmonies of #F2E0DA
Complementary color
Monochromatic Colors of #F2E0DA
Black with #F2E0DA
Text Example
Text Example
White with #F2E0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0DA; }
p { color: rgb(242,224,218); }
H1.HeaderClassName
{
color: #F2E0DA;
}
.AnyTagClassName
{
color: #F2E0DA;
}
</style>
background-color css
<style>
a { background-color: #F2E0DA; }
a { background-color: rgb(242,224,218); }
div.DivClassName
{
background-color: #F2E0DA;
}
.BgClassName
{
background-color: #F2E0DA;
}
</style>
border-color css
<style>
span { border-color: #F2E0DA; }
span { border-color: rgb(242,224,218); }
td.TdClassName
{
border-color: #F2E0DA;
}
.TagClassName
{
border-color: #F2E0DA;
}
</style>