Shades of Lavender Rose #FA9BD9
Tints of Lavender Rose #FA9BD9
RGB
CMYK
RGB Variations
Color information
#FA9BD9 (or 0xFA9BD9) is known color: Lavender Rose. HEX triplet: FA, 9B and D9. RGB value is (250,155,217). Sum of RGB (Red+Green+Blue) = 250+155+217=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 155 (60.94% from 255 or 24.92% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9BD9 is #056426. Grayscale: #BEBEBE. Windows color (decimal): -353319 or 14261242. OLE color: 14261242.
HSL color Cylindrical-coordinate representation of color #FA9BD9: hue angle of 320.84º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9BD9 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 217 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.02 |
| HSL | 320.84º | 0.9% | 0.79% | - |
| HSV(B) | 320.84º | 0.38% | 0.98% | - |
| XYZ | 63.67 | 48.78 | 71.7 | - |
| YUV | 190.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 217 | 0 | 0.38 | 0.13 | 0.02 | 320.84 | 0.9 | 0.79 |
| Hex | FA | 9B | D9 | 0 | 26 | D | 2 | 141 | 5A | 4F |
| Octal | 372 | 233 | 331 | 0 | 46 | 15 | 2 | 501 | 132 | 117 |
| Binary | 11111010 | 10011011 | 11011001 | 0 | 100110 | 1101 | 10 | 101000001 | 1011010 | 1001111 |
Color Harmonies of #FA9BD9
Complementary color
Monochromatic Colors of #FA9BD9
Black with #FA9BD9
Text Example
Text Example
White with #FA9BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9BD9; }
p { color: rgb(250,155,217); }
H1.HeaderClassName
{
color: #FA9BD9;
}
.AnyTagClassName
{
color: #FA9BD9;
}
</style>
background-color css
<style>
a { background-color: #FA9BD9; }
a { background-color: rgb(250,155,217); }
div.DivClassName
{
background-color: #FA9BD9;
}
.BgClassName
{
background-color: #FA9BD9;
}
</style>
border-color css
<style>
span { border-color: #FA9BD9; }
span { border-color: rgb(250,155,217); }
td.TdClassName
{
border-color: #FA9BD9;
}
.TagClassName
{
border-color: #FA9BD9;
}
</style>