Shades of Lavender Rose #FF97E6
Tints of Lavender Rose #FF97E6
RGB
CMYK
RGB Variations
Color information
#FF97E6 (or 0xFF97E6) is known color: Lavender Rose. HEX triplet: FF, 97 and E6. RGB value is (255,151,230). Sum of RGB (Red+Green+Blue) = 255+151+230=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 151 (59.38% from 255 or 23.74% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF97E6 is #006819. Grayscale: #BEBEBE. Windows color (decimal): -26650 or 15112191. OLE color: 15112191.
HSL color Cylindrical-coordinate representation of color #FF97E6: hue angle of 314.42º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF97E6 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 230 | - |
| CMYK | 0 | 0.41 | 0.10 | 0 |
| HSL | 314.42º | 1% | 0.8% | - |
| HSV(B) | 314.42º | 0.41% | 1% | - |
| XYZ | 66.59 | 49.11 | 80.83 | - |
| YUV | 191.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 230 | 0 | 0.41 | 0.10 | 0 | 314.42 | 1 | 0.8 |
| Hex | FF | 97 | E6 | 0 | 29 | A | 0 | 13A | 64 | 50 |
| Octal | 377 | 227 | 346 | 0 | 51 | 12 | 0 | 472 | 144 | 120 |
| Binary | 11111111 | 10010111 | 11100110 | 0 | 101001 | 1010 | 0 | 100111010 | 1100100 | 1010000 |
Color Harmonies of #FF97E6
Complementary color
Monochromatic Colors of #FF97E6
Black with #FF97E6
Text Example
Text Example
White with #FF97E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF97E6; }
p { color: rgb(255,151,230); }
H1.HeaderClassName
{
color: #FF97E6;
}
.AnyTagClassName
{
color: #FF97E6;
}
</style>
background-color css
<style>
a { background-color: #FF97E6; }
a { background-color: rgb(255,151,230); }
div.DivClassName
{
background-color: #FF97E6;
}
.BgClassName
{
background-color: #FF97E6;
}
</style>
border-color css
<style>
span { border-color: #FF97E6; }
span { border-color: rgb(255,151,230); }
td.TdClassName
{
border-color: #FF97E6;
}
.TagClassName
{
border-color: #FF97E6;
}
</style>