Shades of Provincial Pink #FFE5D7
Tints of Provincial Pink #FFE5D7
RGB
CMYK
RGB Variations
Color information
#FFE5D7 (or 0xFFE5D7) is known color: Provincial Pink. HEX triplet: FF, E5 and D7. RGB value is (255,229,215). Sum of RGB (Red+Green+Blue) = 255+229+215=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 229 (89.84% from 255 or 32.76% from 699); Blue value is 215 (84.38% from 255 or 30.76% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5D7 is #001A28. Grayscale: #EBEBEB. Windows color (decimal): -6697 or 14149119. OLE color: 14149119.
HSL color Cylindrical-coordinate representation of color #FFE5D7: hue angle of 21º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFE5D7 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 215 | - |
| CMYK | 0 | 0.10 | 0.16 | 0 |
| HSL | 21º | 1% | 0.92% | - |
| HSV(B) | 21º | 0.16% | 1% | - |
| XYZ | 81.53 | 82.2 | 75.86 | - |
| YUV | 235.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 215 | 0 | 0.10 | 0.16 | 0 | 21 | 1 | 0.92 |
| Hex | FF | E5 | D7 | 0 | A | 10 | 0 | 15 | 64 | 5C |
| Octal | 377 | 345 | 327 | 0 | 12 | 20 | 0 | 25 | 144 | 134 |
| Binary | 11111111 | 11100101 | 11010111 | 0 | 1010 | 10000 | 0 | 10101 | 1100100 | 1011100 |
Color Harmonies of #FFE5D7
Complementary color
Monochromatic Colors of #FFE5D7
Black with #FFE5D7
Text Example
Text Example
White with #FFE5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5D7; }
p { color: rgb(255,229,215); }
H1.HeaderClassName
{
color: #FFE5D7;
}
.AnyTagClassName
{
color: #FFE5D7;
}
</style>
background-color css
<style>
a { background-color: #FFE5D7; }
a { background-color: rgb(255,229,215); }
div.DivClassName
{
background-color: #FFE5D7;
}
.BgClassName
{
background-color: #FFE5D7;
}
</style>
border-color css
<style>
span { border-color: #FFE5D7; }
span { border-color: rgb(255,229,215); }
td.TdClassName
{
border-color: #FFE5D7;
}
.TagClassName
{
border-color: #FFE5D7;
}
</style>