Shades of Lavender Rose #FA99DB
Tints of Lavender Rose #FA99DB
RGB
CMYK
RGB Variations
Color information
#FA99DB (or 0xFA99DB) is known color: Lavender Rose. HEX triplet: FA, 99 and DB. RGB value is (250,153,219). Sum of RGB (Red+Green+Blue) = 250+153+219=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99DB is #056624. Grayscale: #BDBDBD. Windows color (decimal): -353829 or 14391802. OLE color: 14391802.
HSL color Cylindrical-coordinate representation of color #FA99DB: hue angle of 319.18º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA99DB is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 219 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.02 |
| HSL | 319.18º | 0.91% | 0.79% | - |
| HSV(B) | 319.18º | 0.39% | 0.98% | - |
| XYZ | 63.6 | 48.22 | 72.97 | - |
| YUV | 189.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 219 | 0 | 0.39 | 0.12 | 0.02 | 319.18 | 0.91 | 0.79 |
| Hex | FA | 99 | DB | 0 | 27 | C | 2 | 13F | 5B | 4F |
| Octal | 372 | 231 | 333 | 0 | 47 | 14 | 2 | 477 | 133 | 117 |
| Binary | 11111010 | 10011001 | 11011011 | 0 | 100111 | 1100 | 10 | 100111111 | 1011011 | 1001111 |
Color Harmonies of #FA99DB
Complementary color
Monochromatic Colors of #FA99DB
Black with #FA99DB
Text Example
Text Example
White with #FA99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99DB; }
p { color: rgb(250,153,219); }
H1.HeaderClassName
{
color: #FA99DB;
}
.AnyTagClassName
{
color: #FA99DB;
}
</style>
background-color css
<style>
a { background-color: #FA99DB; }
a { background-color: rgb(250,153,219); }
div.DivClassName
{
background-color: #FA99DB;
}
.BgClassName
{
background-color: #FA99DB;
}
</style>
border-color css
<style>
span { border-color: #FA99DB; }
span { border-color: rgb(250,153,219); }
td.TdClassName
{
border-color: #FA99DB;
}
.TagClassName
{
border-color: #FA99DB;
}
</style>