Shades of Lavender Rose #FA96DA
Tints of Lavender Rose #FA96DA
RGB
CMYK
RGB Variations
Color information
#FA96DA (or 0xFA96DA) is known color: Lavender Rose. HEX triplet: FA, 96 and DA. RGB value is (250,150,218). Sum of RGB (Red+Green+Blue) = 250+150+218=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96DA is #056925. Grayscale: #BBBBBB. Windows color (decimal): -354598 or 14325498. OLE color: 14325498.
HSL color Cylindrical-coordinate representation of color #FA96DA: hue angle of 319.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA96DA is Cyan = 0, Magento = 0.4, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 218 | - |
| CMYK | 0 | 0.4 | 0.13 | 0.02 |
| HSL | 319.2º | 0.91% | 0.78% | - |
| HSV(B) | 319.2º | 0.4% | 0.98% | - |
| XYZ | 62.99 | 47.2 | 72.12 | - |
| YUV | 187.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 218 | 0 | 0.4 | 0.13 | 0.02 | 319.2 | 0.91 | 0.78 |
| Hex | FA | 96 | DA | 0 | 28 | D | 2 | 13F | 5B | 4E |
| Octal | 372 | 226 | 332 | 0 | 50 | 15 | 2 | 477 | 133 | 116 |
| Binary | 11111010 | 10010110 | 11011010 | 0 | 101000 | 1101 | 10 | 100111111 | 1011011 | 1001110 |
Color Harmonies of #FA96DA
Complementary color
Monochromatic Colors of #FA96DA
Black with #FA96DA
Text Example
Text Example
White with #FA96DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA96DA; }
p { color: rgb(250,150,218); }
H1.HeaderClassName
{
color: #FA96DA;
}
.AnyTagClassName
{
color: #FA96DA;
}
</style>
background-color css
<style>
a { background-color: #FA96DA; }
a { background-color: rgb(250,150,218); }
div.DivClassName
{
background-color: #FA96DA;
}
.BgClassName
{
background-color: #FA96DA;
}
</style>
border-color css
<style>
span { border-color: #FA96DA; }
span { border-color: rgb(250,150,218); }
td.TdClassName
{
border-color: #FA96DA;
}
.TagClassName
{
border-color: #FA96DA;
}
</style>