Shades of Provincial Pink #F2E0D6
Tints of Provincial Pink #F2E0D6
RGB
CMYK
RGB Variations
Color information
#F2E0D6 (or 0xF2E0D6) is known color: Provincial Pink. HEX triplet: F2, E0 and D6. RGB value is (242,224,214). Sum of RGB (Red+Green+Blue) = 242+224+214=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 214 (83.98% from 255 or 31.47% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0D6 is #0D1F29. Grayscale: #E4E4E4. Windows color (decimal): -859946 or 14082290. OLE color: 14082290.
HSL color Cylindrical-coordinate representation of color #F2E0D6: hue angle of 21.43º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2E0D6 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 214 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.05 |
| HSL | 21.43º | 0.52% | 0.89% | - |
| HSV(B) | 21.43º | 0.12% | 0.95% | - |
| XYZ | 75.41 | 77.04 | 74.51 | - |
| YUV | 228.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 214 | 0 | 0.07 | 0.12 | 0.05 | 21.43 | 0.52 | 0.89 |
| Hex | F2 | E0 | D6 | 0 | 7 | C | 5 | 15 | 34 | 59 |
| Octal | 362 | 340 | 326 | 0 | 7 | 14 | 5 | 25 | 64 | 131 |
| Binary | 11110010 | 11100000 | 11010110 | 0 | 111 | 1100 | 101 | 10101 | 110100 | 1011001 |
Color Harmonies of #F2E0D6
Complementary color
Monochromatic Colors of #F2E0D6
Black with #F2E0D6
Text Example
Text Example
White with #F2E0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0D6; }
p { color: rgb(242,224,214); }
H1.HeaderClassName
{
color: #F2E0D6;
}
.AnyTagClassName
{
color: #F2E0D6;
}
</style>
background-color css
<style>
a { background-color: #F2E0D6; }
a { background-color: rgb(242,224,214); }
div.DivClassName
{
background-color: #F2E0D6;
}
.BgClassName
{
background-color: #F2E0D6;
}
</style>
border-color css
<style>
span { border-color: #F2E0D6; }
span { border-color: rgb(242,224,214); }
td.TdClassName
{
border-color: #F2E0D6;
}
.TagClassName
{
border-color: #F2E0D6;
}
</style>