Shades of Lavender Rose #FF97DB
Tints of Lavender Rose #FF97DB
RGB
CMYK
RGB Variations
Color information
#FF97DB (or 0xFF97DB) is known color: Lavender Rose. HEX triplet: FF, 97 and DB. RGB value is (255,151,219). Sum of RGB (Red+Green+Blue) = 255+151+219=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 151 (59.38% from 255 or 24.16% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97DB is #006824. Grayscale: #BDBDBD. Windows color (decimal): -26661 or 14391295. OLE color: 14391295.
HSL color Cylindrical-coordinate representation of color #FF97DB: hue angle of 320.77º 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 #FF97DB is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 151 | 219 | - |
CMYK | 0 | 0.41 | 0.14 | 0 |
HSL | 320.77º | 1% | 0.8% | - |
HSV(B) | 320.77º | 0.41% | 1% | - |
XYZ | 65.09 | 48.51 | 72.95 | - |
YUV | 189.85 | 144.46 | 174.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 151 | 219 | 0 | 0.41 | 0.14 | 0 | 320.77 | 1 | 0.8 |
Hex | FF | 97 | DB | 0 | 29 | E | 0 | 141 | 64 | 50 |
Octal | 377 | 227 | 333 | 0 | 51 | 16 | 0 | 501 | 144 | 120 |
Binary | 11111111 | 10010111 | 11011011 | 0 | 101001 | 1110 | 0 | 101000001 | 1100100 | 1010000 |
Color Harmonies of #FF97DB
Complementary color
Monochromatic Colors of #FF97DB
Black with #FF97DB
Text Example
Text Example
White with #FF97DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF97DB; }
p { color: rgb(255,151,219); }
H1.HeaderClassName
{
color: #FF97DB;
}
.AnyTagClassName
{
color: #FF97DB;
}
</style>
background-color css
<style>
a { background-color: #FF97DB; }
a { background-color: rgb(255,151,219); }
div.DivClassName
{
background-color: #FF97DB;
}
.BgClassName
{
background-color: #FF97DB;
}
</style>
border-color css
<style>
span { border-color: #FF97DB; }
span { border-color: rgb(255,151,219); }
td.TdClassName
{
border-color: #FF97DB;
}
.TagClassName
{
border-color: #FF97DB;
}
</style>