Shades of Pale Pink #FEE5E7
Tints of Pale Pink #FEE5E7
RGB
CMYK
RGB Variations
Color information
#FEE5E7 (or 0xFEE5E7) is known color: Pale Pink. HEX triplet: FE, E5 and E7. RGB value is (254,229,231). Sum of RGB (Red+Green+Blue) = 254+229+231=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 229 (89.84% from 255 or 32.07% from 714); Blue value is 231 (90.62% from 255 or 32.35% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5E7 is #011A18. Grayscale: #ECECEC. Windows color (decimal): -72217 or 15197694. OLE color: 15197694.
HSL color Cylindrical-coordinate representation of color #FEE5E7: hue angle of 355.2º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEE5E7 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 229 | 231 | - |
CMYK | 0 | 0.10 | 0.09 | 0.00 |
HSL | 355.2º | 0.93% | 0.95% | - |
HSV(B) | 355.2º | 0.1% | 1% | - |
XYZ | 83.32 | 82.88 | 87.21 | - |
YUV | 236.7 | 124.78 | 140.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 229 | 231 | 0 | 0.10 | 0.09 | 0.00 | 355.2 | 0.93 | 0.95 |
Hex | FE | E5 | E7 | 0 | A | 9 | 0 | 163 | 5D | 5F |
Octal | 376 | 345 | 347 | 0 | 12 | 11 | 0 | 543 | 135 | 137 |
Binary | 11111110 | 11100101 | 11100111 | 0 | 1010 | 1001 | 0 | 101100011 | 1011101 | 1011111 |
Color Harmonies of #FEE5E7
Complementary color
Monochromatic Colors of #FEE5E7
Black with #FEE5E7
Text Example
Text Example
White with #FEE5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5E7; }
p { color: rgb(254,229,231); }
H1.HeaderClassName
{
color: #FEE5E7;
}
.AnyTagClassName
{
color: #FEE5E7;
}
</style>
background-color css
<style>
a { background-color: #FEE5E7; }
a { background-color: rgb(254,229,231); }
div.DivClassName
{
background-color: #FEE5E7;
}
.BgClassName
{
background-color: #FEE5E7;
}
</style>
border-color css
<style>
span { border-color: #FEE5E7; }
span { border-color: rgb(254,229,231); }
td.TdClassName
{
border-color: #FEE5E7;
}
.TagClassName
{
border-color: #FEE5E7;
}
</style>