Shades of Provincial Pink #FEE3D5
Tints of Provincial Pink #FEE3D5
RGB
CMYK
RGB Variations
Color information
#FEE3D5 (or 0xFEE3D5) is known color: Provincial Pink. HEX triplet: FE, E3 and D5. RGB value is (254,227,213). Sum of RGB (Red+Green+Blue) = 254+227+213=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 227 (89.06% from 255 or 32.71% from 694); Blue value is 213 (83.59% from 255 or 30.69% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3D5 is #011C2A. Grayscale: #E9E9E9. Windows color (decimal): -72747 or 14017534. OLE color: 14017534.
HSL color Cylindrical-coordinate representation of color #FEE3D5: hue angle of 20.49º 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 #FEE3D5 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 213 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.00 |
| HSL | 20.49º | 0.95% | 0.92% | - |
| HSV(B) | 20.49º | 0.16% | 1% | - |
| XYZ | 80.35 | 80.81 | 74.31 | - |
| YUV | 233.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 213 | 0 | 0.11 | 0.16 | 0.00 | 20.49 | 0.95 | 0.92 |
| Hex | FE | E3 | D5 | 0 | B | 10 | 0 | 14 | 5F | 5C |
| Octal | 376 | 343 | 325 | 0 | 13 | 20 | 0 | 24 | 137 | 134 |
| Binary | 11111110 | 11100011 | 11010101 | 0 | 1011 | 10000 | 0 | 10100 | 1011111 | 1011100 |
Color Harmonies of #FEE3D5
Complementary color
Monochromatic Colors of #FEE3D5
Black with #FEE3D5
Text Example
Text Example
White with #FEE3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3D5; }
p { color: rgb(254,227,213); }
H1.HeaderClassName
{
color: #FEE3D5;
}
.AnyTagClassName
{
color: #FEE3D5;
}
</style>
background-color css
<style>
a { background-color: #FEE3D5; }
a { background-color: rgb(254,227,213); }
div.DivClassName
{
background-color: #FEE3D5;
}
.BgClassName
{
background-color: #FEE3D5;
}
</style>
border-color css
<style>
span { border-color: #FEE3D5; }
span { border-color: rgb(254,227,213); }
td.TdClassName
{
border-color: #FEE3D5;
}
.TagClassName
{
border-color: #FEE3D5;
}
</style>