Shades of Lavender Rose #FA96DD
Tints of Lavender Rose #FA96DD
RGB
CMYK
RGB Variations
Color information
#FA96DD (or 0xFA96DD) is known color: Lavender Rose. HEX triplet: FA, 96 and DD. RGB value is (250,150,221). Sum of RGB (Red+Green+Blue) = 250+150+221=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 150 (58.98% from 255 or 24.15% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96DD is #056922. Grayscale: #BBBBBB. Windows color (decimal): -354595 or 14522106. OLE color: 14522106.
HSL color Cylindrical-coordinate representation of color #FA96DD: hue angle of 317.4º 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 #FA96DD is Cyan = 0, Magento = 0.4, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 221 | - |
| CMYK | 0 | 0.4 | 0.12 | 0.02 |
| HSL | 317.4º | 0.91% | 0.78% | - |
| HSV(B) | 317.4º | 0.4% | 0.98% | - |
| XYZ | 63.38 | 47.36 | 74.21 | - |
| YUV | 187.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 221 | 0 | 0.4 | 0.12 | 0.02 | 317.4 | 0.91 | 0.78 |
| Hex | FA | 96 | DD | 0 | 28 | C | 2 | 13D | 5B | 4E |
| Octal | 372 | 226 | 335 | 0 | 50 | 14 | 2 | 475 | 133 | 116 |
| Binary | 11111010 | 10010110 | 11011101 | 0 | 101000 | 1100 | 10 | 100111101 | 1011011 | 1001110 |
Color Harmonies of #FA96DD
Complementary color
Monochromatic Colors of #FA96DD
Black with #FA96DD
Text Example
Text Example
White with #FA96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA96DD; }
p { color: rgb(250,150,221); }
H1.HeaderClassName
{
color: #FA96DD;
}
.AnyTagClassName
{
color: #FA96DD;
}
</style>
background-color css
<style>
a { background-color: #FA96DD; }
a { background-color: rgb(250,150,221); }
div.DivClassName
{
background-color: #FA96DD;
}
.BgClassName
{
background-color: #FA96DD;
}
</style>
border-color css
<style>
span { border-color: #FA96DD; }
span { border-color: rgb(250,150,221); }
td.TdClassName
{
border-color: #FA96DD;
}
.TagClassName
{
border-color: #FA96DD;
}
</style>