Shades of Lavender Rose #FA95EC
Tints of Lavender Rose #FA95EC
RGB
CMYK
RGB Variations
Color information
#FA95EC (or 0xFA95EC) is known color: Lavender Rose. HEX triplet: FA, 95 and EC. RGB value is (250,149,236). Sum of RGB (Red+Green+Blue) = 250+149+236=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 149 (58.59% from 255 or 23.46% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA95EC is #056A13. Grayscale: #BCBCBC. Windows color (decimal): -354836 or 15504890. OLE color: 15504890.
HSL color Cylindrical-coordinate representation of color #FA95EC: hue angle of 308.32º 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 #FA95EC is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 236 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.02 |
| HSL | 308.32º | 0.91% | 0.78% | - |
| HSV(B) | 308.32º | 0.4% | 0.98% | - |
| XYZ | 65.31 | 47.88 | 85.16 | - |
| YUV | 189.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 236 | 0 | 0.40 | 0.06 | 0.02 | 308.32 | 0.91 | 0.78 |
| Hex | FA | 95 | EC | 0 | 28 | 6 | 2 | 134 | 5B | 4E |
| Octal | 372 | 225 | 354 | 0 | 50 | 6 | 2 | 464 | 133 | 116 |
| Binary | 11111010 | 10010101 | 11101100 | 0 | 101000 | 110 | 10 | 100110100 | 1011011 | 1001110 |
Color Harmonies of #FA95EC
Complementary color
Monochromatic Colors of #FA95EC
Black with #FA95EC
Text Example
Text Example
White with #FA95EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA95EC; }
p { color: rgb(250,149,236); }
H1.HeaderClassName
{
color: #FA95EC;
}
.AnyTagClassName
{
color: #FA95EC;
}
</style>
background-color css
<style>
a { background-color: #FA95EC; }
a { background-color: rgb(250,149,236); }
div.DivClassName
{
background-color: #FA95EC;
}
.BgClassName
{
background-color: #FA95EC;
}
</style>
border-color css
<style>
span { border-color: #FA95EC; }
span { border-color: rgb(250,149,236); }
td.TdClassName
{
border-color: #FA95EC;
}
.TagClassName
{
border-color: #FA95EC;
}
</style>