Shades of Lavender Rose #FA9DDA
Tints of Lavender Rose #FA9DDA
RGB
CMYK
RGB Variations
Color information
#FA9DDA (or 0xFA9DDA) is known color: Lavender Rose. HEX triplet: FA, 9D and DA. RGB value is (250,157,218). Sum of RGB (Red+Green+Blue) = 250+157+218=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DDA is #056225. Grayscale: #BFBFBF. Windows color (decimal): -352806 or 14327290. OLE color: 14327290.
HSL color Cylindrical-coordinate representation of color #FA9DDA: hue angle of 320.65º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9DDA is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 218 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.02 |
| HSL | 320.65º | 0.9% | 0.8% | - |
| HSV(B) | 320.65º | 0.37% | 0.98% | - |
| XYZ | 64.14 | 49.5 | 72.5 | - |
| YUV | 191.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 218 | 0 | 0.37 | 0.13 | 0.02 | 320.65 | 0.9 | 0.8 |
| Hex | FA | 9D | DA | 0 | 25 | D | 2 | 141 | 5A | 50 |
| Octal | 372 | 235 | 332 | 0 | 45 | 15 | 2 | 501 | 132 | 120 |
| Binary | 11111010 | 10011101 | 11011010 | 0 | 100101 | 1101 | 10 | 101000001 | 1011010 | 1010000 |
Color Harmonies of #FA9DDA
Complementary color
Monochromatic Colors of #FA9DDA
Black with #FA9DDA
Text Example
Text Example
White with #FA9DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9DDA; }
p { color: rgb(250,157,218); }
H1.HeaderClassName
{
color: #FA9DDA;
}
.AnyTagClassName
{
color: #FA9DDA;
}
</style>
background-color css
<style>
a { background-color: #FA9DDA; }
a { background-color: rgb(250,157,218); }
div.DivClassName
{
background-color: #FA9DDA;
}
.BgClassName
{
background-color: #FA9DDA;
}
</style>
border-color css
<style>
span { border-color: #FA9DDA; }
span { border-color: rgb(250,157,218); }
td.TdClassName
{
border-color: #FA9DDA;
}
.TagClassName
{
border-color: #FA9DDA;
}
</style>