Shades of Pale Pink #FEE1E4
Tints of Pale Pink #FEE1E4
RGB
CMYK
RGB Variations
Color information
#FEE1E4 (or 0xFEE1E4) is known color: Pale Pink. HEX triplet: FE, E1 and E4. RGB value is (254,225,228). Sum of RGB (Red+Green+Blue) = 254+225+228=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 225 (88.28% from 255 or 31.82% from 707); Blue value is 228 (89.45% from 255 or 32.25% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1E4 is #011E1B. Grayscale: #EAEAEA. Windows color (decimal): -73244 or 15000062. OLE color: 15000062.
HSL color Cylindrical-coordinate representation of color #FEE1E4: hue angle of 353.79º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE1E4 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 228 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.00 |
| HSL | 353.79º | 0.94% | 0.94% | - |
| HSV(B) | 353.79º | 0.11% | 1% | - |
| XYZ | 81.8 | 80.52 | 84.63 | - |
| YUV | 234.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 228 | 0 | 0.11 | 0.10 | 0.00 | 353.79 | 0.94 | 0.94 |
| Hex | FE | E1 | E4 | 0 | B | A | 0 | 162 | 5E | 5E |
| Octal | 376 | 341 | 344 | 0 | 13 | 12 | 0 | 542 | 136 | 136 |
| Binary | 11111110 | 11100001 | 11100100 | 0 | 1011 | 1010 | 0 | 101100010 | 1011110 | 1011110 |
Color Harmonies of #FEE1E4
Complementary color
Monochromatic Colors of #FEE1E4
Black with #FEE1E4
Text Example
Text Example
White with #FEE1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1E4; }
p { color: rgb(254,225,228); }
H1.HeaderClassName
{
color: #FEE1E4;
}
.AnyTagClassName
{
color: #FEE1E4;
}
</style>
background-color css
<style>
a { background-color: #FEE1E4; }
a { background-color: rgb(254,225,228); }
div.DivClassName
{
background-color: #FEE1E4;
}
.BgClassName
{
background-color: #FEE1E4;
}
</style>
border-color css
<style>
span { border-color: #FEE1E4; }
span { border-color: rgb(254,225,228); }
td.TdClassName
{
border-color: #FEE1E4;
}
.TagClassName
{
border-color: #FEE1E4;
}
</style>