Shades of Pale Pink #FEE3E5
Tints of Pale Pink #FEE3E5
RGB
CMYK
RGB Variations
Color information
#FEE3E5 (or 0xFEE3E5) is known color: Pale Pink. HEX triplet: FE, E3 and E5. RGB value is (254,227,229). Sum of RGB (Red+Green+Blue) = 254+227+229=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 227 (89.06% from 255 or 31.97% from 710); Blue value is 229 (89.84% from 255 or 32.25% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3E5 is #011C1A. Grayscale: #EBEBEB. Windows color (decimal): -72731 or 15066110. OLE color: 15066110.
HSL color Cylindrical-coordinate representation of color #FEE3E5: hue angle of 355.56º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE3E5 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 227 | 229 | - |
CMYK | 0 | 0.11 | 0.10 | 0.00 |
HSL | 355.56º | 0.93% | 0.94% | - |
HSV(B) | 355.56º | 0.11% | 1% | - |
XYZ | 82.48 | 81.67 | 85.54 | - |
YUV | 235.3 | 124.45 | 141.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 227 | 229 | 0 | 0.11 | 0.10 | 0.00 | 355.56 | 0.93 | 0.94 |
Hex | FE | E3 | E5 | 0 | B | A | 0 | 164 | 5D | 5E |
Octal | 376 | 343 | 345 | 0 | 13 | 12 | 0 | 544 | 135 | 136 |
Binary | 11111110 | 11100011 | 11100101 | 0 | 1011 | 1010 | 0 | 101100100 | 1011101 | 1011110 |
Color Harmonies of #FEE3E5
Complementary color
Monochromatic Colors of #FEE3E5
Black with #FEE3E5
Text Example
Text Example
White with #FEE3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3E5; }
p { color: rgb(254,227,229); }
H1.HeaderClassName
{
color: #FEE3E5;
}
.AnyTagClassName
{
color: #FEE3E5;
}
</style>
background-color css
<style>
a { background-color: #FEE3E5; }
a { background-color: rgb(254,227,229); }
div.DivClassName
{
background-color: #FEE3E5;
}
.BgClassName
{
background-color: #FEE3E5;
}
</style>
border-color css
<style>
span { border-color: #FEE3E5; }
span { border-color: rgb(254,227,229); }
td.TdClassName
{
border-color: #FEE3E5;
}
.TagClassName
{
border-color: #FEE3E5;
}
</style>