Shades of Lavender Pink #FE9ED4
Tints of Lavender Pink #FE9ED4
RGB
CMYK
RGB Variations
Color information
#FE9ED4 (or 0xFE9ED4) is known color: Lavender Pink. HEX triplet: FE, 9E and D4. RGB value is (254,158,212). Sum of RGB (Red+Green+Blue) = 254+158+212=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 158 (62.11% from 255 or 25.32% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ED4 is #01612B. Grayscale: #C0C0C0. Windows color (decimal): -90412 or 13934334. OLE color: 13934334.
HSL color Cylindrical-coordinate representation of color #FE9ED4: hue angle of 326.25º 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 #FE9ED4 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 212 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.00 |
| HSL | 326.25º | 0.98% | 0.81% | - |
| HSV(B) | 326.25º | 0.38% | 1% | - |
| XYZ | 64.98 | 50.28 | 68.57 | - |
| YUV | 192.86 | 138.8 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 212 | 0 | 0.38 | 0.17 | 0.00 | 326.25 | 0.98 | 0.81 |
| Hex | FE | 9E | D4 | 0 | 26 | 11 | 0 | 146 | 62 | 51 |
| Octal | 376 | 236 | 324 | 0 | 46 | 21 | 0 | 506 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11010100 | 0 | 100110 | 10001 | 0 | 101000110 | 1100010 | 1010001 |
Color Harmonies of #FE9ED4
Complementary color
Monochromatic Colors of #FE9ED4
Black with #FE9ED4
Text Example
Text Example
White with #FE9ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9ED4; }
p { color: rgb(254,158,212); }
H1.HeaderClassName
{
color: #FE9ED4;
}
.AnyTagClassName
{
color: #FE9ED4;
}
</style>
background-color css
<style>
a { background-color: #FE9ED4; }
a { background-color: rgb(254,158,212); }
div.DivClassName
{
background-color: #FE9ED4;
}
.BgClassName
{
background-color: #FE9ED4;
}
</style>
border-color css
<style>
span { border-color: #FE9ED4; }
span { border-color: rgb(254,158,212); }
td.TdClassName
{
border-color: #FE9ED4;
}
.TagClassName
{
border-color: #FE9ED4;
}
</style>