Shades of Provincial Pink #FEE4D8
Tints of Provincial Pink #FEE4D8
RGB
CMYK
RGB Variations
Color information
#FEE4D8 (or 0xFEE4D8) is known color: Provincial Pink. HEX triplet: FE, E4 and D8. RGB value is (254,228,216). Sum of RGB (Red+Green+Blue) = 254+228+216=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 228 (89.45% from 255 or 32.66% from 698); Blue value is 216 (84.77% from 255 or 30.95% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4D8 is #011B27. Grayscale: #EAEAEA. Windows color (decimal): -72488 or 14214398. OLE color: 14214398.
HSL color Cylindrical-coordinate representation of color #FEE4D8: hue angle of 18.95º 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 #FEE4D8 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 216 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.00 |
| HSL | 18.95º | 0.95% | 0.92% | - |
| HSV(B) | 18.95º | 0.15% | 1% | - |
| XYZ | 81.01 | 81.52 | 76.43 | - |
| YUV | 234.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 216 | 0 | 0.10 | 0.15 | 0.00 | 18.95 | 0.95 | 0.92 |
| Hex | FE | E4 | D8 | 0 | A | F | 0 | 13 | 5F | 5C |
| Octal | 376 | 344 | 330 | 0 | 12 | 17 | 0 | 23 | 137 | 134 |
| Binary | 11111110 | 11100100 | 11011000 | 0 | 1010 | 1111 | 0 | 10011 | 1011111 | 1011100 |
Color Harmonies of #FEE4D8
Complementary color
Monochromatic Colors of #FEE4D8
Black with #FEE4D8
Text Example
Text Example
White with #FEE4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4D8; }
p { color: rgb(254,228,216); }
H1.HeaderClassName
{
color: #FEE4D8;
}
.AnyTagClassName
{
color: #FEE4D8;
}
</style>
background-color css
<style>
a { background-color: #FEE4D8; }
a { background-color: rgb(254,228,216); }
div.DivClassName
{
background-color: #FEE4D8;
}
.BgClassName
{
background-color: #FEE4D8;
}
</style>
border-color css
<style>
span { border-color: #FEE4D8; }
span { border-color: rgb(254,228,216); }
td.TdClassName
{
border-color: #FEE4D8;
}
.TagClassName
{
border-color: #FEE4D8;
}
</style>