Shades of Lavender Rose #FF9EFD
Tints of Lavender Rose #FF9EFD
RGB
CMYK
RGB Variations
Color information
#FF9EFD (or 0xFF9EFD) is known color: Lavender Rose. HEX triplet: FF, 9E and FD. RGB value is (255,158,253). Sum of RGB (Red+Green+Blue) = 255+158+253=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 158 (62.11% from 255 or 23.72% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EFD is #006102. Grayscale: #C5C5C5. Windows color (decimal): -24835 or 16621311. OLE color: 16621311.
HSL color Cylindrical-coordinate representation of color #FF9EFD: hue angle of 301.24º 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 #FF9EFD is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 253 | - |
| CMYK | 0 | 0.38 | 0.01 | 0 |
| HSL | 301.24º | 1% | 0.81% | - |
| HSV(B) | 301.24º | 0.38% | 1% | - |
| XYZ | 71.2 | 52.81 | 99.37 | - |
| YUV | 197.83 | 159.14 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 253 | 0 | 0.38 | 0.01 | 0 | 301.24 | 1 | 0.81 |
| Hex | FF | 9E | FD | 0 | 26 | 1 | 0 | 12D | 64 | 51 |
| Octal | 377 | 236 | 375 | 0 | 46 | 1 | 0 | 455 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11111101 | 0 | 100110 | 1 | 0 | 100101101 | 1100100 | 1010001 |
Color Harmonies of #FF9EFD
Complementary color
Monochromatic Colors of #FF9EFD
Black with #FF9EFD
Text Example
Text Example
White with #FF9EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EFD; }
p { color: rgb(255,158,253); }
H1.HeaderClassName
{
color: #FF9EFD;
}
.AnyTagClassName
{
color: #FF9EFD;
}
</style>
background-color css
<style>
a { background-color: #FF9EFD; }
a { background-color: rgb(255,158,253); }
div.DivClassName
{
background-color: #FF9EFD;
}
.BgClassName
{
background-color: #FF9EFD;
}
</style>
border-color css
<style>
span { border-color: #FF9EFD; }
span { border-color: rgb(255,158,253); }
td.TdClassName
{
border-color: #FF9EFD;
}
.TagClassName
{
border-color: #FF9EFD;
}
</style>