Shades of Lavender Rose #FF9EEE
Tints of Lavender Rose #FF9EEE
RGB
CMYK
RGB Variations
Color information
#FF9EEE (or 0xFF9EEE) is known color: Lavender Rose. HEX triplet: FF, 9E and EE. RGB value is (255,158,238). Sum of RGB (Red+Green+Blue) = 255+158+238=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 158 (62.11% from 255 or 24.27% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EEE is #006111. Grayscale: #C3C3C3. Windows color (decimal): -24850 or 15638271. OLE color: 15638271.
HSL color Cylindrical-coordinate representation of color #FF9EEE: hue angle of 310.52º 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 #FF9EEE is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 238 | - |
| CMYK | 0 | 0.38 | 0.07 | 0 |
| HSL | 310.52º | 1% | 0.81% | - |
| HSV(B) | 310.52º | 0.38% | 1% | - |
| XYZ | 68.9 | 51.89 | 87.27 | - |
| YUV | 196.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 238 | 0 | 0.38 | 0.07 | 0 | 310.52 | 1 | 0.81 |
| Hex | FF | 9E | EE | 0 | 26 | 7 | 0 | 137 | 64 | 51 |
| Octal | 377 | 236 | 356 | 0 | 46 | 7 | 0 | 467 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11101110 | 0 | 100110 | 111 | 0 | 100110111 | 1100100 | 1010001 |
Color Harmonies of #FF9EEE
Complementary color
Monochromatic Colors of #FF9EEE
Black with #FF9EEE
Text Example
Text Example
White with #FF9EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EEE; }
p { color: rgb(255,158,238); }
H1.HeaderClassName
{
color: #FF9EEE;
}
.AnyTagClassName
{
color: #FF9EEE;
}
</style>
background-color css
<style>
a { background-color: #FF9EEE; }
a { background-color: rgb(255,158,238); }
div.DivClassName
{
background-color: #FF9EEE;
}
.BgClassName
{
background-color: #FF9EEE;
}
</style>
border-color css
<style>
span { border-color: #FF9EEE; }
span { border-color: rgb(255,158,238); }
td.TdClassName
{
border-color: #FF9EEE;
}
.TagClassName
{
border-color: #FF9EEE;
}
</style>