Shades of Lavender Rose #FF9EFC
Tints of Lavender Rose #FF9EFC
RGB
CMYK
RGB Variations
Color information
#FF9EFC (or 0xFF9EFC) is known color: Lavender Rose. HEX triplet: FF, 9E and FC. RGB value is (255,158,252). Sum of RGB (Red+Green+Blue) = 255+158+252=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 158 (62.11% from 255 or 23.76% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EFC is #006103. Grayscale: #C5C5C5. Windows color (decimal): -24836 or 16555775. OLE color: 16555775.
HSL color Cylindrical-coordinate representation of color #FF9EFC: hue angle of 301.86º 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 #FF9EFC is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 252 | - |
| CMYK | 0 | 0.38 | 0.01 | 0 |
| HSL | 301.86º | 1% | 0.81% | - |
| HSV(B) | 301.86º | 0.38% | 1% | - |
| XYZ | 71.04 | 52.74 | 98.53 | - |
| YUV | 197.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 252 | 0 | 0.38 | 0.01 | 0 | 301.86 | 1 | 0.81 |
| Hex | FF | 9E | FC | 0 | 26 | 1 | 0 | 12E | 64 | 51 |
| Octal | 377 | 236 | 374 | 0 | 46 | 1 | 0 | 456 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11111100 | 0 | 100110 | 1 | 0 | 100101110 | 1100100 | 1010001 |
Color Harmonies of #FF9EFC
Complementary color
Monochromatic Colors of #FF9EFC
Black with #FF9EFC
Text Example
Text Example
White with #FF9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EFC; }
p { color: rgb(255,158,252); }
H1.HeaderClassName
{
color: #FF9EFC;
}
.AnyTagClassName
{
color: #FF9EFC;
}
</style>
background-color css
<style>
a { background-color: #FF9EFC; }
a { background-color: rgb(255,158,252); }
div.DivClassName
{
background-color: #FF9EFC;
}
.BgClassName
{
background-color: #FF9EFC;
}
</style>
border-color css
<style>
span { border-color: #FF9EFC; }
span { border-color: rgb(255,158,252); }
td.TdClassName
{
border-color: #FF9EFC;
}
.TagClassName
{
border-color: #FF9EFC;
}
</style>