Shades of Provincial Pink #FFE4D8
Tints of Provincial Pink #FFE4D8
RGB
CMYK
RGB Variations
Color information
#FFE4D8 (or 0xFFE4D8) is known color: Provincial Pink. HEX triplet: FF, E4 and D8. RGB value is (255,228,216). Sum of RGB (Red+Green+Blue) = 255+228+216=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 228 (89.45% from 255 or 32.62% from 699); Blue value is 216 (84.77% from 255 or 30.90% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4D8 is #001B27. Grayscale: #EAEAEA. Windows color (decimal): -6952 or 14214399. OLE color: 14214399.
HSL color Cylindrical-coordinate representation of color #FFE4D8: hue angle of 18.46º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFE4D8 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 216 | - |
| CMYK | 0 | 0.11 | 0.15 | 0 |
| HSL | 18.46º | 1% | 0.92% | - |
| HSV(B) | 18.46º | 0.15% | 1% | - |
| XYZ | 81.38 | 81.7 | 76.45 | - |
| YUV | 234.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 216 | 0 | 0.11 | 0.15 | 0 | 18.46 | 1 | 0.92 |
| Hex | FF | E4 | D8 | 0 | B | F | 0 | 12 | 64 | 5C |
| Octal | 377 | 344 | 330 | 0 | 13 | 17 | 0 | 22 | 144 | 134 |
| Binary | 11111111 | 11100100 | 11011000 | 0 | 1011 | 1111 | 0 | 10010 | 1100100 | 1011100 |
Color Harmonies of #FFE4D8
Complementary color
Monochromatic Colors of #FFE4D8
Black with #FFE4D8
Text Example
Text Example
White with #FFE4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4D8; }
p { color: rgb(255,228,216); }
H1.HeaderClassName
{
color: #FFE4D8;
}
.AnyTagClassName
{
color: #FFE4D8;
}
</style>
background-color css
<style>
a { background-color: #FFE4D8; }
a { background-color: rgb(255,228,216); }
div.DivClassName
{
background-color: #FFE4D8;
}
.BgClassName
{
background-color: #FFE4D8;
}
</style>
border-color css
<style>
span { border-color: #FFE4D8; }
span { border-color: rgb(255,228,216); }
td.TdClassName
{
border-color: #FFE4D8;
}
.TagClassName
{
border-color: #FFE4D8;
}
</style>