Shades of Lavender Pink #FE9ED5
Tints of Lavender Pink #FE9ED5
RGB
CMYK
RGB Variations
Color information
#FE9ED5 (or 0xFE9ED5) is known color: Lavender Pink. HEX triplet: FE, 9E and D5. RGB value is (254,158,213). Sum of RGB (Red+Green+Blue) = 254+158+213=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 158 (62.11% from 255 or 25.28% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ED5 is #01612A. Grayscale: #C0C0C0. Windows color (decimal): -90411 or 13999870. OLE color: 13999870.
HSL color Cylindrical-coordinate representation of color #FE9ED5: hue angle of 325.62º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9ED5 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 213 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.00 |
| HSL | 325.63º | 0.98% | 0.81% | - |
| HSV(B) | 325.63º | 0.38% | 1% | - |
| XYZ | 65.11 | 50.33 | 69.23 | - |
| YUV | 192.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 213 | 0 | 0.38 | 0.16 | 0.00 | 325.63 | 0.98 | 0.81 |
| Hex | FE | 9E | D5 | 0 | 26 | 10 | 0 | 146 | 62 | 51 |
| Octal | 376 | 236 | 325 | 0 | 46 | 20 | 0 | 506 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11010101 | 0 | 100110 | 10000 | 0 | 101000110 | 1100010 | 1010001 |
Color Harmonies of #FE9ED5
Complementary color
Monochromatic Colors of #FE9ED5
Black with #FE9ED5
Text Example
Text Example
White with #FE9ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9ED5; }
p { color: rgb(254,158,213); }
H1.HeaderClassName
{
color: #FE9ED5;
}
.AnyTagClassName
{
color: #FE9ED5;
}
</style>
background-color css
<style>
a { background-color: #FE9ED5; }
a { background-color: rgb(254,158,213); }
div.DivClassName
{
background-color: #FE9ED5;
}
.BgClassName
{
background-color: #FE9ED5;
}
</style>
border-color css
<style>
span { border-color: #FE9ED5; }
span { border-color: rgb(254,158,213); }
td.TdClassName
{
border-color: #FE9ED5;
}
.TagClassName
{
border-color: #FE9ED5;
}
</style>