Shades of Provincial Pink #FEE5D8
Tints of Provincial Pink #FEE5D8
RGB
CMYK
RGB Variations
Color information
#FEE5D8 (or 0xFEE5D8) is known color: Provincial Pink. HEX triplet: FE, E5 and D8. RGB value is (254,229,216). Sum of RGB (Red+Green+Blue) = 254+229+216=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 229 (89.84% from 255 or 32.76% from 699); Blue value is 216 (84.77% from 255 or 30.90% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5D8 is #011A27. Grayscale: #EBEBEB. Windows color (decimal): -72232 or 14214654. OLE color: 14214654.
HSL color Cylindrical-coordinate representation of color #FEE5D8: hue angle of 20.53º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEE5D8 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 216 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.00 |
| HSL | 20.53º | 0.95% | 0.92% | - |
| HSV(B) | 20.53º | 0.15% | 1% | - |
| XYZ | 81.29 | 82.07 | 76.52 | - |
| YUV | 234.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 216 | 0 | 0.10 | 0.15 | 0.00 | 20.53 | 0.95 | 0.92 |
| Hex | FE | E5 | D8 | 0 | A | F | 0 | 15 | 5F | 5C |
| Octal | 376 | 345 | 330 | 0 | 12 | 17 | 0 | 25 | 137 | 134 |
| Binary | 11111110 | 11100101 | 11011000 | 0 | 1010 | 1111 | 0 | 10101 | 1011111 | 1011100 |
Color Harmonies of #FEE5D8
Complementary color
Monochromatic Colors of #FEE5D8
Black with #FEE5D8
Text Example
Text Example
White with #FEE5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5D8; }
p { color: rgb(254,229,216); }
H1.HeaderClassName
{
color: #FEE5D8;
}
.AnyTagClassName
{
color: #FEE5D8;
}
</style>
background-color css
<style>
a { background-color: #FEE5D8; }
a { background-color: rgb(254,229,216); }
div.DivClassName
{
background-color: #FEE5D8;
}
.BgClassName
{
background-color: #FEE5D8;
}
</style>
border-color css
<style>
span { border-color: #FEE5D8; }
span { border-color: rgb(254,229,216); }
td.TdClassName
{
border-color: #FEE5D8;
}
.TagClassName
{
border-color: #FEE5D8;
}
</style>