Shades of Lavender Rose #FA9DF5
Tints of Lavender Rose #FA9DF5
RGB
CMYK
RGB Variations
Color information
#FA9DF5 (or 0xFA9DF5) is known color: Lavender Rose. HEX triplet: FA, 9D and F5. RGB value is (250,157,245). Sum of RGB (Red+Green+Blue) = 250+157+245=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 157 (61.72% from 255 or 24.08% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9DF5 is #05620A. Grayscale: #C2C2C2. Windows color (decimal): -352779 or 16096762. OLE color: 16096762.
HSL color Cylindrical-coordinate representation of color #FA9DF5: hue angle of 303.23º 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 #FA9DF5 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 245 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.02 |
| HSL | 303.23º | 0.9% | 0.8% | - |
| HSV(B) | 303.23º | 0.37% | 0.98% | - |
| XYZ | 67.96 | 51.03 | 92.65 | - |
| YUV | 194.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 245 | 0 | 0.37 | 0.02 | 0.02 | 303.23 | 0.9 | 0.8 |
| Hex | FA | 9D | F5 | 0 | 25 | 2 | 2 | 12F | 5A | 50 |
| Octal | 372 | 235 | 365 | 0 | 45 | 2 | 2 | 457 | 132 | 120 |
| Binary | 11111010 | 10011101 | 11110101 | 0 | 100101 | 10 | 10 | 100101111 | 1011010 | 1010000 |
Color Harmonies of #FA9DF5
Complementary color
Monochromatic Colors of #FA9DF5
Black with #FA9DF5
Text Example
Text Example
White with #FA9DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9DF5; }
p { color: rgb(250,157,245); }
H1.HeaderClassName
{
color: #FA9DF5;
}
.AnyTagClassName
{
color: #FA9DF5;
}
</style>
background-color css
<style>
a { background-color: #FA9DF5; }
a { background-color: rgb(250,157,245); }
div.DivClassName
{
background-color: #FA9DF5;
}
.BgClassName
{
background-color: #FA9DF5;
}
</style>
border-color css
<style>
span { border-color: #FA9DF5; }
span { border-color: rgb(250,157,245); }
td.TdClassName
{
border-color: #FA9DF5;
}
.TagClassName
{
border-color: #FA9DF5;
}
</style>