Shades of Provincial Pink #FEE5D6
Tints of Provincial Pink #FEE5D6
RGB
CMYK
RGB Variations
Color information
#FEE5D6 (or 0xFEE5D6) is known color: Provincial Pink. HEX triplet: FE, E5 and D6. RGB value is (254,229,214). Sum of RGB (Red+Green+Blue) = 254+229+214=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 229 (89.84% from 255 or 32.86% from 697); Blue value is 214 (83.98% from 255 or 30.70% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5D6 is #011A29. Grayscale: #EAEAEA. Windows color (decimal): -72234 or 14083582. OLE color: 14083582.
HSL color Cylindrical-coordinate representation of color #FEE5D6: hue angle of 22.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FEE5D6 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 214 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.00 |
| HSL | 22.5º | 0.95% | 0.92% | - |
| HSV(B) | 22.5º | 0.16% | 1% | - |
| XYZ | 81.03 | 81.96 | 75.17 | - |
| YUV | 234.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 214 | 0 | 0.10 | 0.16 | 0.00 | 22.5 | 0.95 | 0.92 |
| Hex | FE | E5 | D6 | 0 | A | 10 | 0 | 16 | 5F | 5C |
| Octal | 376 | 345 | 326 | 0 | 12 | 20 | 0 | 26 | 137 | 134 |
| Binary | 11111110 | 11100101 | 11010110 | 0 | 1010 | 10000 | 0 | 10110 | 1011111 | 1011100 |
Color Harmonies of #FEE5D6
Complementary color
Monochromatic Colors of #FEE5D6
Black with #FEE5D6
Text Example
Text Example
White with #FEE5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5D6; }
p { color: rgb(254,229,214); }
H1.HeaderClassName
{
color: #FEE5D6;
}
.AnyTagClassName
{
color: #FEE5D6;
}
</style>
background-color css
<style>
a { background-color: #FEE5D6; }
a { background-color: rgb(254,229,214); }
div.DivClassName
{
background-color: #FEE5D6;
}
.BgClassName
{
background-color: #FEE5D6;
}
</style>
border-color css
<style>
span { border-color: #FEE5D6; }
span { border-color: rgb(254,229,214); }
td.TdClassName
{
border-color: #FEE5D6;
}
.TagClassName
{
border-color: #FEE5D6;
}
</style>