Shades of Pale Pink #FFE1E4
Tints of Pale Pink #FFE1E4
RGB
CMYK
RGB Variations
Color information
#FFE1E4 (or 0xFFE1E4) is known color: Pale Pink. HEX triplet: FF, E1 and E4. RGB value is (255,225,228). Sum of RGB (Red+Green+Blue) = 255+225+228=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 225 (88.28% from 255 or 31.78% from 708); Blue value is 228 (89.45% from 255 or 32.20% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1E4 is #001E1B. Grayscale: #EAEAEA. Windows color (decimal): -7708 or 15000063. OLE color: 15000063.
HSL color Cylindrical-coordinate representation of color #FFE1E4: hue angle of 354º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFE1E4 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 228 | - |
| CMYK | 0 | 0.12 | 0.11 | 0 |
| HSL | 354º | 1% | 0.94% | - |
| HSV(B) | 354º | 0.12% | 1% | - |
| XYZ | 82.17 | 80.71 | 84.65 | - |
| YUV | 234.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 228 | 0 | 0.12 | 0.11 | 0 | 354 | 1 | 0.94 |
| Hex | FF | E1 | E4 | 0 | C | B | 0 | 162 | 64 | 5E |
| Octal | 377 | 341 | 344 | 0 | 14 | 13 | 0 | 542 | 144 | 136 |
| Binary | 11111111 | 11100001 | 11100100 | 0 | 1100 | 1011 | 0 | 101100010 | 1100100 | 1011110 |
Color Harmonies of #FFE1E4
Complementary color
Monochromatic Colors of #FFE1E4
Black with #FFE1E4
Text Example
Text Example
White with #FFE1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1E4; }
p { color: rgb(255,225,228); }
H1.HeaderClassName
{
color: #FFE1E4;
}
.AnyTagClassName
{
color: #FFE1E4;
}
</style>
background-color css
<style>
a { background-color: #FFE1E4; }
a { background-color: rgb(255,225,228); }
div.DivClassName
{
background-color: #FFE1E4;
}
.BgClassName
{
background-color: #FFE1E4;
}
</style>
border-color css
<style>
span { border-color: #FFE1E4; }
span { border-color: rgb(255,225,228); }
td.TdClassName
{
border-color: #FFE1E4;
}
.TagClassName
{
border-color: #FFE1E4;
}
</style>