Shades of Pale Pink #FEE9EA
Tints of Pale Pink #FEE9EA
RGB
CMYK
RGB Variations
Color information
#FEE9EA (or 0xFEE9EA) is known color: Pale Pink. HEX triplet: FE, E9 and EA. RGB value is (254,233,234). Sum of RGB (Red+Green+Blue) = 254+233+234=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 233 (91.41% from 255 or 32.32% from 721); Blue value is 234 (91.80% from 255 or 32.45% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE9EA is #011615. Grayscale: #EFEFEF. Windows color (decimal): -71190 or 15395326. OLE color: 15395326.
HSL color Cylindrical-coordinate representation of color #FEE9EA: hue angle of 357.14º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEE9EA is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 234 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.00 |
| HSL | 357.14º | 0.91% | 0.95% | - |
| HSV(B) | 357.14º | 0.08% | 1% | - |
| XYZ | 84.86 | 85.29 | 89.83 | - |
| YUV | 239.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 234 | 0 | 0.08 | 0.08 | 0.00 | 357.14 | 0.91 | 0.95 |
| Hex | FE | E9 | EA | 0 | 8 | 8 | 0 | 165 | 5B | 5F |
| Octal | 376 | 351 | 352 | 0 | 10 | 10 | 0 | 545 | 133 | 137 |
| Binary | 11111110 | 11101001 | 11101010 | 0 | 1000 | 1000 | 0 | 101100101 | 1011011 | 1011111 |
Color Harmonies of #FEE9EA
Complementary color
Monochromatic Colors of #FEE9EA
Black with #FEE9EA
Text Example
Text Example
White with #FEE9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9EA; }
p { color: rgb(254,233,234); }
H1.HeaderClassName
{
color: #FEE9EA;
}
.AnyTagClassName
{
color: #FEE9EA;
}
</style>
background-color css
<style>
a { background-color: #FEE9EA; }
a { background-color: rgb(254,233,234); }
div.DivClassName
{
background-color: #FEE9EA;
}
.BgClassName
{
background-color: #FEE9EA;
}
</style>
border-color css
<style>
span { border-color: #FEE9EA; }
span { border-color: rgb(254,233,234); }
td.TdClassName
{
border-color: #FEE9EA;
}
.TagClassName
{
border-color: #FEE9EA;
}
</style>