Shades of Pale Pink #FEE0E3
Tints of Pale Pink #FEE0E3
RGB
CMYK
RGB Variations
Color information
#FEE0E3 (or 0xFEE0E3) is known color: Pale Pink. HEX triplet: FE, E0 and E3. RGB value is (254,224,227). Sum of RGB (Red+Green+Blue) = 254+224+227=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 224 (87.89% from 255 or 31.77% from 705); Blue value is 227 (89.06% from 255 or 32.20% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0E3 is #011F1C. Grayscale: #E9E9E9. Windows color (decimal): -73501 or 14934270. OLE color: 14934270.
HSL color Cylindrical-coordinate representation of color #FEE0E3: hue angle of 354º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEE0E3 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 227 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.00 |
| HSL | 354º | 0.94% | 0.94% | - |
| HSV(B) | 354º | 0.12% | 1% | - |
| XYZ | 81.39 | 79.93 | 83.81 | - |
| YUV | 233.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 227 | 0 | 0.12 | 0.11 | 0.00 | 354 | 0.94 | 0.94 |
| Hex | FE | E0 | E3 | 0 | C | B | 0 | 162 | 5E | 5E |
| Octal | 376 | 340 | 343 | 0 | 14 | 13 | 0 | 542 | 136 | 136 |
| Binary | 11111110 | 11100000 | 11100011 | 0 | 1100 | 1011 | 0 | 101100010 | 1011110 | 1011110 |
Color Harmonies of #FEE0E3
Complementary color
Monochromatic Colors of #FEE0E3
Black with #FEE0E3
Text Example
Text Example
White with #FEE0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0E3; }
p { color: rgb(254,224,227); }
H1.HeaderClassName
{
color: #FEE0E3;
}
.AnyTagClassName
{
color: #FEE0E3;
}
</style>
background-color css
<style>
a { background-color: #FEE0E3; }
a { background-color: rgb(254,224,227); }
div.DivClassName
{
background-color: #FEE0E3;
}
.BgClassName
{
background-color: #FEE0E3;
}
</style>
border-color css
<style>
span { border-color: #FEE0E3; }
span { border-color: rgb(254,224,227); }
td.TdClassName
{
border-color: #FEE0E3;
}
.TagClassName
{
border-color: #FEE0E3;
}
</style>