Shades of Provincial Pink #FEE5D7
Tints of Provincial Pink #FEE5D7
RGB
CMYK
RGB Variations
Color information
#FEE5D7 (or 0xFEE5D7) is known color: Provincial Pink. HEX triplet: FE, E5 and D7. RGB value is (254,229,215). Sum of RGB (Red+Green+Blue) = 254+229+215=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 229 (89.84% from 255 or 32.81% from 698); Blue value is 215 (84.38% from 255 or 30.80% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5D7 is #011A28. Grayscale: #EAEAEA. Windows color (decimal): -72233 or 14149118. OLE color: 14149118.
HSL color Cylindrical-coordinate representation of color #FEE5D7: hue angle of 21.54º 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 #FEE5D7 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 215 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.00 |
| HSL | 21.54º | 0.95% | 0.92% | - |
| HSV(B) | 21.54º | 0.15% | 1% | - |
| XYZ | 81.16 | 82.02 | 75.84 | - |
| YUV | 234.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 215 | 0 | 0.10 | 0.15 | 0.00 | 21.54 | 0.95 | 0.92 |
| Hex | FE | E5 | D7 | 0 | A | F | 0 | 16 | 5F | 5C |
| Octal | 376 | 345 | 327 | 0 | 12 | 17 | 0 | 26 | 137 | 134 |
| Binary | 11111110 | 11100101 | 11010111 | 0 | 1010 | 1111 | 0 | 10110 | 1011111 | 1011100 |
Color Harmonies of #FEE5D7
Complementary color
Monochromatic Colors of #FEE5D7
Black with #FEE5D7
Text Example
Text Example
White with #FEE5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5D7; }
p { color: rgb(254,229,215); }
H1.HeaderClassName
{
color: #FEE5D7;
}
.AnyTagClassName
{
color: #FEE5D7;
}
</style>
background-color css
<style>
a { background-color: #FEE5D7; }
a { background-color: rgb(254,229,215); }
div.DivClassName
{
background-color: #FEE5D7;
}
.BgClassName
{
background-color: #FEE5D7;
}
</style>
border-color css
<style>
span { border-color: #FEE5D7; }
span { border-color: rgb(254,229,215); }
td.TdClassName
{
border-color: #FEE5D7;
}
.TagClassName
{
border-color: #FEE5D7;
}
</style>