Shades of Provincial Pink #FFE4D5
Tints of Provincial Pink #FFE4D5
RGB
CMYK
RGB Variations
Color information
#FFE4D5 (or 0xFFE4D5) is known color: Provincial Pink. HEX triplet: FF, E4 and D5. RGB value is (255,228,213). Sum of RGB (Red+Green+Blue) = 255+228+213=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 228 (89.45% from 255 or 32.76% from 696); Blue value is 213 (83.59% from 255 or 30.60% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4D5 is #001B2A. Grayscale: #EAEAEA. Windows color (decimal): -6955 or 14017791. OLE color: 14017791.
HSL color Cylindrical-coordinate representation of color #FFE4D5: hue angle of 21.43º 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 #FFE4D5 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 228 | 213 | - |
CMYK | 0 | 0.11 | 0.16 | 0 |
HSL | 21.43º | 1% | 0.92% | - |
HSV(B) | 21.43º | 0.16% | 1% | - |
XYZ | 80.99 | 81.55 | 74.42 | - |
YUV | 234.36 | 115.95 | 142.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 228 | 213 | 0 | 0.11 | 0.16 | 0 | 21.43 | 1 | 0.92 |
Hex | FF | E4 | D5 | 0 | B | 10 | 0 | 15 | 64 | 5C |
Octal | 377 | 344 | 325 | 0 | 13 | 20 | 0 | 25 | 144 | 134 |
Binary | 11111111 | 11100100 | 11010101 | 0 | 1011 | 10000 | 0 | 10101 | 1100100 | 1011100 |
Color Harmonies of #FFE4D5
Complementary color
Monochromatic Colors of #FFE4D5
Black with #FFE4D5
Text Example
Text Example
White with #FFE4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4D5; }
p { color: rgb(255,228,213); }
H1.HeaderClassName
{
color: #FFE4D5;
}
.AnyTagClassName
{
color: #FFE4D5;
}
</style>
background-color css
<style>
a { background-color: #FFE4D5; }
a { background-color: rgb(255,228,213); }
div.DivClassName
{
background-color: #FFE4D5;
}
.BgClassName
{
background-color: #FFE4D5;
}
</style>
border-color css
<style>
span { border-color: #FFE4D5; }
span { border-color: rgb(255,228,213); }
td.TdClassName
{
border-color: #FFE4D5;
}
.TagClassName
{
border-color: #FFE4D5;
}
</style>