Shades of Lavender Pink #FF9ED4
Tints of Lavender Pink #FF9ED4
RGB
CMYK
RGB Variations
Color information
#FF9ED4 (or 0xFF9ED4) is known color: Lavender Pink. HEX triplet: FF, 9E and D4. RGB value is (255,158,212). Sum of RGB (Red+Green+Blue) = 255+158+212=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 158 (62.11% from 255 or 25.28% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ED4 is #00612B. Grayscale: #C1C1C1. Windows color (decimal): -24876 or 13934335. OLE color: 13934335.
HSL color Cylindrical-coordinate representation of color #FF9ED4: hue angle of 326.6º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9ED4 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 212 | - |
| CMYK | 0 | 0.38 | 0.17 | 0 |
| HSL | 326.6º | 1% | 0.81% | - |
| HSV(B) | 326.6º | 0.38% | 1% | - |
| XYZ | 65.35 | 50.47 | 68.58 | - |
| YUV | 193.16 | 138.64 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 212 | 0 | 0.38 | 0.17 | 0 | 326.6 | 1 | 0.81 |
| Hex | FF | 9E | D4 | 0 | 26 | 11 | 0 | 147 | 64 | 51 |
| Octal | 377 | 236 | 324 | 0 | 46 | 21 | 0 | 507 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11010100 | 0 | 100110 | 10001 | 0 | 101000111 | 1100100 | 1010001 |
Color Harmonies of #FF9ED4
Complementary color
Monochromatic Colors of #FF9ED4
Black with #FF9ED4
Text Example
Text Example
White with #FF9ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9ED4; }
p { color: rgb(255,158,212); }
H1.HeaderClassName
{
color: #FF9ED4;
}
.AnyTagClassName
{
color: #FF9ED4;
}
</style>
background-color css
<style>
a { background-color: #FF9ED4; }
a { background-color: rgb(255,158,212); }
div.DivClassName
{
background-color: #FF9ED4;
}
.BgClassName
{
background-color: #FF9ED4;
}
</style>
border-color css
<style>
span { border-color: #FF9ED4; }
span { border-color: rgb(255,158,212); }
td.TdClassName
{
border-color: #FF9ED4;
}
.TagClassName
{
border-color: #FF9ED4;
}
</style>