Shades of Lavender Rose #FA9DD7
Tints of Lavender Rose #FA9DD7
RGB
CMYK
RGB Variations
Color information
#FA9DD7 (or 0xFA9DD7) is known color: Lavender Rose. HEX triplet: FA, 9D and D7. RGB value is (250,157,215). Sum of RGB (Red+Green+Blue) = 250+157+215=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DD7 is #056228. Grayscale: #BFBFBF. Windows color (decimal): -352809 or 14130682. OLE color: 14130682.
HSL color Cylindrical-coordinate representation of color #FA9DD7: hue angle of 322.58º 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 #FA9DD7 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 215 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.02 |
| HSL | 322.58º | 0.9% | 0.8% | - |
| HSV(B) | 322.58º | 0.37% | 0.98% | - |
| XYZ | 63.75 | 49.34 | 70.45 | - |
| YUV | 191.42 | 141.31 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 215 | 0 | 0.37 | 0.14 | 0.02 | 322.58 | 0.9 | 0.8 |
| Hex | FA | 9D | D7 | 0 | 25 | E | 2 | 143 | 5A | 50 |
| Octal | 372 | 235 | 327 | 0 | 45 | 16 | 2 | 503 | 132 | 120 |
| Binary | 11111010 | 10011101 | 11010111 | 0 | 100101 | 1110 | 10 | 101000011 | 1011010 | 1010000 |
Color Harmonies of #FA9DD7
Complementary color
Monochromatic Colors of #FA9DD7
Black with #FA9DD7
Text Example
Text Example
White with #FA9DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9DD7; }
p { color: rgb(250,157,215); }
H1.HeaderClassName
{
color: #FA9DD7;
}
.AnyTagClassName
{
color: #FA9DD7;
}
</style>
background-color css
<style>
a { background-color: #FA9DD7; }
a { background-color: rgb(250,157,215); }
div.DivClassName
{
background-color: #FA9DD7;
}
.BgClassName
{
background-color: #FA9DD7;
}
</style>
border-color css
<style>
span { border-color: #FA9DD7; }
span { border-color: rgb(250,157,215); }
td.TdClassName
{
border-color: #FA9DD7;
}
.TagClassName
{
border-color: #FA9DD7;
}
</style>