Shades of Lavender Rose #FF97DF
Tints of Lavender Rose #FF97DF
RGB
CMYK
RGB Variations
Color information
#FF97DF (or 0xFF97DF) is known color: Lavender Rose. HEX triplet: FF, 97 and DF. RGB value is (255,151,223). Sum of RGB (Red+Green+Blue) = 255+151+223=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 151 (59.38% from 255 or 24.01% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97DF is #006820. Grayscale: #BEBEBE. Windows color (decimal): -26657 or 14653439. OLE color: 14653439.
HSL color Cylindrical-coordinate representation of color #FF97DF: hue angle of 318.46º 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 #FF97DF is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 223 | - |
| CMYK | 0 | 0.41 | 0.13 | 0 |
| HSL | 318.46º | 1% | 0.8% | - |
| HSV(B) | 318.46º | 0.41% | 1% | - |
| XYZ | 65.63 | 48.72 | 75.76 | - |
| YUV | 190.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 223 | 0 | 0.41 | 0.13 | 0 | 318.46 | 1 | 0.8 |
| Hex | FF | 97 | DF | 0 | 29 | D | 0 | 13E | 64 | 50 |
| Octal | 377 | 227 | 337 | 0 | 51 | 15 | 0 | 476 | 144 | 120 |
| Binary | 11111111 | 10010111 | 11011111 | 0 | 101001 | 1101 | 0 | 100111110 | 1100100 | 1010000 |
Color Harmonies of #FF97DF
Complementary color
Monochromatic Colors of #FF97DF
Black with #FF97DF
Text Example
Text Example
White with #FF97DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF97DF; }
p { color: rgb(255,151,223); }
H1.HeaderClassName
{
color: #FF97DF;
}
.AnyTagClassName
{
color: #FF97DF;
}
</style>
background-color css
<style>
a { background-color: #FF97DF; }
a { background-color: rgb(255,151,223); }
div.DivClassName
{
background-color: #FF97DF;
}
.BgClassName
{
background-color: #FF97DF;
}
</style>
border-color css
<style>
span { border-color: #FF97DF; }
span { border-color: rgb(255,151,223); }
td.TdClassName
{
border-color: #FF97DF;
}
.TagClassName
{
border-color: #FF97DF;
}
</style>