Shades of Lavender Rose #FF97E4
Tints of Lavender Rose #FF97E4
RGB
CMYK
RGB Variations
Color information
#FF97E4 (or 0xFF97E4) is known color: Lavender Rose. HEX triplet: FF, 97 and E4. RGB value is (255,151,228). Sum of RGB (Red+Green+Blue) = 255+151+228=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 151 (59.38% from 255 or 23.82% from 634); Blue value is 228 (89.45% from 255 or 35.96% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97E4 is #00681B. Grayscale: #BEBEBE. Windows color (decimal): -26652 or 14981119. OLE color: 14981119.
HSL color Cylindrical-coordinate representation of color #FF97E4: hue angle of 315.58º 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 #FF97E4 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 151 | 228 | - |
CMYK | 0 | 0.41 | 0.11 | 0 |
HSL | 315.58º | 1% | 0.8% | - |
HSV(B) | 315.58º | 0.41% | 1% | - |
XYZ | 66.31 | 48.99 | 79.36 | - |
YUV | 190.87 | 148.96 | 173.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 151 | 228 | 0 | 0.41 | 0.11 | 0 | 315.58 | 1 | 0.8 |
Hex | FF | 97 | E4 | 0 | 29 | B | 0 | 13C | 64 | 50 |
Octal | 377 | 227 | 344 | 0 | 51 | 13 | 0 | 474 | 144 | 120 |
Binary | 11111111 | 10010111 | 11100100 | 0 | 101001 | 1011 | 0 | 100111100 | 1100100 | 1010000 |
Color Harmonies of #FF97E4
Complementary color
Monochromatic Colors of #FF97E4
Black with #FF97E4
Text Example
Text Example
White with #FF97E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF97E4; }
p { color: rgb(255,151,228); }
H1.HeaderClassName
{
color: #FF97E4;
}
.AnyTagClassName
{
color: #FF97E4;
}
</style>
background-color css
<style>
a { background-color: #FF97E4; }
a { background-color: rgb(255,151,228); }
div.DivClassName
{
background-color: #FF97E4;
}
.BgClassName
{
background-color: #FF97E4;
}
</style>
border-color css
<style>
span { border-color: #FF97E4; }
span { border-color: rgb(255,151,228); }
td.TdClassName
{
border-color: #FF97E4;
}
.TagClassName
{
border-color: #FF97E4;
}
</style>