Shades of Lavender Rose #FF9FE2
Tints of Lavender Rose #FF9FE2
RGB
CMYK
RGB Variations
Color information
#FF9FE2 (or 0xFF9FE2) is known color: Lavender Rose. HEX triplet: FF, 9F and E2. RGB value is (255,159,226). Sum of RGB (Red+Green+Blue) = 255+159+226=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 159 (62.5% from 255 or 24.84% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FE2 is #00601D. Grayscale: #C3C3C3. Windows color (decimal): -24606 or 14852095. OLE color: 14852095.
HSL color Cylindrical-coordinate representation of color #FF9FE2: hue angle of 318.12º 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 #FF9FE2 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 226 | - |
| CMYK | 0 | 0.38 | 0.11 | 0 |
| HSL | 318.13º | 1% | 0.81% | - |
| HSV(B) | 318.13º | 0.38% | 1% | - |
| XYZ | 67.37 | 51.55 | 78.35 | - |
| YUV | 195.34 | 145.3 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 226 | 0 | 0.38 | 0.11 | 0 | 318.13 | 1 | 0.81 |
| Hex | FF | 9F | E2 | 0 | 26 | B | 0 | 13E | 64 | 51 |
| Octal | 377 | 237 | 342 | 0 | 46 | 13 | 0 | 476 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11100010 | 0 | 100110 | 1011 | 0 | 100111110 | 1100100 | 1010001 |
Color Harmonies of #FF9FE2
Complementary color
Monochromatic Colors of #FF9FE2
Black with #FF9FE2
Text Example
Text Example
White with #FF9FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FE2; }
p { color: rgb(255,159,226); }
H1.HeaderClassName
{
color: #FF9FE2;
}
.AnyTagClassName
{
color: #FF9FE2;
}
</style>
background-color css
<style>
a { background-color: #FF9FE2; }
a { background-color: rgb(255,159,226); }
div.DivClassName
{
background-color: #FF9FE2;
}
.BgClassName
{
background-color: #FF9FE2;
}
</style>
border-color css
<style>
span { border-color: #FF9FE2; }
span { border-color: rgb(255,159,226); }
td.TdClassName
{
border-color: #FF9FE2;
}
.TagClassName
{
border-color: #FF9FE2;
}
</style>