Shades of Lavender Pink #FE9ED3
Tints of Lavender Pink #FE9ED3
RGB
CMYK
RGB Variations
Color information
#FE9ED3 (or 0xFE9ED3) is known color: Lavender Pink. HEX triplet: FE, 9E and D3. RGB value is (254,158,211). Sum of RGB (Red+Green+Blue) = 254+158+211=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ED3 is #01612C. Grayscale: #C0C0C0. Windows color (decimal): -90413 or 13868798. OLE color: 13868798.
HSL color Cylindrical-coordinate representation of color #FE9ED3: hue angle of 326.88º 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 #FE9ED3 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 211 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.00 |
| HSL | 326.88º | 0.98% | 0.81% | - |
| HSV(B) | 326.88º | 0.38% | 1% | - |
| XYZ | 64.86 | 50.23 | 67.9 | - |
| YUV | 192.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 211 | 0 | 0.38 | 0.17 | 0.00 | 326.88 | 0.98 | 0.81 |
| Hex | FE | 9E | D3 | 0 | 26 | 11 | 0 | 147 | 62 | 51 |
| Octal | 376 | 236 | 323 | 0 | 46 | 21 | 0 | 507 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11010011 | 0 | 100110 | 10001 | 0 | 101000111 | 1100010 | 1010001 |
Color Harmonies of #FE9ED3
Complementary color
Monochromatic Colors of #FE9ED3
Black with #FE9ED3
Text Example
Text Example
White with #FE9ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9ED3; }
p { color: rgb(254,158,211); }
H1.HeaderClassName
{
color: #FE9ED3;
}
.AnyTagClassName
{
color: #FE9ED3;
}
</style>
background-color css
<style>
a { background-color: #FE9ED3; }
a { background-color: rgb(254,158,211); }
div.DivClassName
{
background-color: #FE9ED3;
}
.BgClassName
{
background-color: #FE9ED3;
}
</style>
border-color css
<style>
span { border-color: #FE9ED3; }
span { border-color: rgb(254,158,211); }
td.TdClassName
{
border-color: #FE9ED3;
}
.TagClassName
{
border-color: #FE9ED3;
}
</style>