Shades of Pale Pink #FEE1E3
Tints of Pale Pink #FEE1E3
RGB
CMYK
RGB Variations
Color information
#FEE1E3 (or 0xFEE1E3) is known color: Pale Pink. HEX triplet: FE, E1 and E3. RGB value is (254,225,227). Sum of RGB (Red+Green+Blue) = 254+225+227=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 225 (88.28% from 255 or 31.87% from 706); Blue value is 227 (89.06% from 255 or 32.15% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1E3 is #011E1C. Grayscale: #E9E9E9. Windows color (decimal): -73245 or 14934526. OLE color: 14934526.
HSL color Cylindrical-coordinate representation of color #FEE1E3: hue angle of 355.86º 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 #FEE1E3 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 227 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.00 |
| HSL | 355.86º | 0.94% | 0.94% | - |
| HSV(B) | 355.86º | 0.11% | 1% | - |
| XYZ | 81.66 | 80.47 | 83.9 | - |
| YUV | 233.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 227 | 0 | 0.11 | 0.11 | 0.00 | 355.86 | 0.94 | 0.94 |
| Hex | FE | E1 | E3 | 0 | B | B | 0 | 164 | 5E | 5E |
| Octal | 376 | 341 | 343 | 0 | 13 | 13 | 0 | 544 | 136 | 136 |
| Binary | 11111110 | 11100001 | 11100011 | 0 | 1011 | 1011 | 0 | 101100100 | 1011110 | 1011110 |
Color Harmonies of #FEE1E3
Complementary color
Monochromatic Colors of #FEE1E3
Black with #FEE1E3
Text Example
Text Example
White with #FEE1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1E3; }
p { color: rgb(254,225,227); }
H1.HeaderClassName
{
color: #FEE1E3;
}
.AnyTagClassName
{
color: #FEE1E3;
}
</style>
background-color css
<style>
a { background-color: #FEE1E3; }
a { background-color: rgb(254,225,227); }
div.DivClassName
{
background-color: #FEE1E3;
}
.BgClassName
{
background-color: #FEE1E3;
}
</style>
border-color css
<style>
span { border-color: #FEE1E3; }
span { border-color: rgb(254,225,227); }
td.TdClassName
{
border-color: #FEE1E3;
}
.TagClassName
{
border-color: #FEE1E3;
}
</style>