Shades of Lavender Rose #FF9EEF
Tints of Lavender Rose #FF9EEF
RGB
CMYK
RGB Variations
Color information
#FF9EEF (or 0xFF9EEF) is known color: Lavender Rose. HEX triplet: FF, 9E and EF. RGB value is (255,158,239). Sum of RGB (Red+Green+Blue) = 255+158+239=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 158 (62.11% from 255 or 24.23% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EEF is #006110. Grayscale: #C4C4C4. Windows color (decimal): -24849 or 15703807. OLE color: 15703807.
HSL color Cylindrical-coordinate representation of color #FF9EEF: hue angle of 309.9º 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 #FF9EEF is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 239 | - |
| CMYK | 0 | 0.38 | 0.06 | 0 |
| HSL | 309.9º | 1% | 0.81% | - |
| HSV(B) | 309.9º | 0.38% | 1% | - |
| XYZ | 69.05 | 51.95 | 88.05 | - |
| YUV | 196.24 | 152.14 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 239 | 0 | 0.38 | 0.06 | 0 | 309.9 | 1 | 0.81 |
| Hex | FF | 9E | EF | 0 | 26 | 6 | 0 | 136 | 64 | 51 |
| Octal | 377 | 236 | 357 | 0 | 46 | 6 | 0 | 466 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11101111 | 0 | 100110 | 110 | 0 | 100110110 | 1100100 | 1010001 |
Color Harmonies of #FF9EEF
Complementary color
Monochromatic Colors of #FF9EEF
Black with #FF9EEF
Text Example
Text Example
White with #FF9EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EEF; }
p { color: rgb(255,158,239); }
H1.HeaderClassName
{
color: #FF9EEF;
}
.AnyTagClassName
{
color: #FF9EEF;
}
</style>
background-color css
<style>
a { background-color: #FF9EEF; }
a { background-color: rgb(255,158,239); }
div.DivClassName
{
background-color: #FF9EEF;
}
.BgClassName
{
background-color: #FF9EEF;
}
</style>
border-color css
<style>
span { border-color: #FF9EEF; }
span { border-color: rgb(255,158,239); }
td.TdClassName
{
border-color: #FF9EEF;
}
.TagClassName
{
border-color: #FF9EEF;
}
</style>