Shades of Lavender Rose #FA9BDF
Tints of Lavender Rose #FA9BDF
RGB
CMYK
RGB Variations
Color information
#FA9BDF (or 0xFA9BDF) is known color: Lavender Rose. HEX triplet: FA, 9B and DF. RGB value is (250,155,223). Sum of RGB (Red+Green+Blue) = 250+155+223=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 155 (60.94% from 255 or 24.68% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9BDF is #056420. Grayscale: #BEBEBE. Windows color (decimal): -353313 or 14654458. OLE color: 14654458.
HSL color Cylindrical-coordinate representation of color #FA9BDF: hue angle of 317.05º 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 #FA9BDF is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 223 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.02 |
| HSL | 317.05º | 0.9% | 0.79% | - |
| HSV(B) | 317.05º | 0.38% | 0.98% | - |
| XYZ | 64.46 | 49.09 | 75.89 | - |
| YUV | 191.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 223 | 0 | 0.38 | 0.11 | 0.02 | 317.05 | 0.9 | 0.79 |
| Hex | FA | 9B | DF | 0 | 26 | B | 2 | 13D | 5A | 4F |
| Octal | 372 | 233 | 337 | 0 | 46 | 13 | 2 | 475 | 132 | 117 |
| Binary | 11111010 | 10011011 | 11011111 | 0 | 100110 | 1011 | 10 | 100111101 | 1011010 | 1001111 |
Color Harmonies of #FA9BDF
Complementary color
Monochromatic Colors of #FA9BDF
Black with #FA9BDF
Text Example
Text Example
White with #FA9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9BDF; }
p { color: rgb(250,155,223); }
H1.HeaderClassName
{
color: #FA9BDF;
}
.AnyTagClassName
{
color: #FA9BDF;
}
</style>
background-color css
<style>
a { background-color: #FA9BDF; }
a { background-color: rgb(250,155,223); }
div.DivClassName
{
background-color: #FA9BDF;
}
.BgClassName
{
background-color: #FA9BDF;
}
</style>
border-color css
<style>
span { border-color: #FA9BDF; }
span { border-color: rgb(250,155,223); }
td.TdClassName
{
border-color: #FA9BDF;
}
.TagClassName
{
border-color: #FA9BDF;
}
</style>