Shades of Lavender Rose #FA97DB
Tints of Lavender Rose #FA97DB
RGB
CMYK
RGB Variations
Color information
#FA97DB (or 0xFA97DB) is known color: Lavender Rose. HEX triplet: FA, 97 and DB. RGB value is (250,151,219). Sum of RGB (Red+Green+Blue) = 250+151+219=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 151 (59.38% from 255 or 24.35% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA97DB is #056824. Grayscale: #BCBCBC. Windows color (decimal): -354341 or 14391290. OLE color: 14391290.
HSL color Cylindrical-coordinate representation of color #FA97DB: hue angle of 318.79º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA97DB is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 219 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.02 |
| HSL | 318.79º | 0.91% | 0.79% | - |
| HSV(B) | 318.79º | 0.4% | 0.98% | - |
| XYZ | 63.28 | 47.57 | 72.87 | - |
| YUV | 188.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 219 | 0 | 0.40 | 0.12 | 0.02 | 318.79 | 0.91 | 0.79 |
| Hex | FA | 97 | DB | 0 | 28 | C | 2 | 13F | 5B | 4F |
| Octal | 372 | 227 | 333 | 0 | 50 | 14 | 2 | 477 | 133 | 117 |
| Binary | 11111010 | 10010111 | 11011011 | 0 | 101000 | 1100 | 10 | 100111111 | 1011011 | 1001111 |
Color Harmonies of #FA97DB
Complementary color
Monochromatic Colors of #FA97DB
Black with #FA97DB
Text Example
Text Example
White with #FA97DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA97DB; }
p { color: rgb(250,151,219); }
H1.HeaderClassName
{
color: #FA97DB;
}
.AnyTagClassName
{
color: #FA97DB;
}
</style>
background-color css
<style>
a { background-color: #FA97DB; }
a { background-color: rgb(250,151,219); }
div.DivClassName
{
background-color: #FA97DB;
}
.BgClassName
{
background-color: #FA97DB;
}
</style>
border-color css
<style>
span { border-color: #FA97DB; }
span { border-color: rgb(250,151,219); }
td.TdClassName
{
border-color: #FA97DB;
}
.TagClassName
{
border-color: #FA97DB;
}
</style>