Shades of Lavender Rose #FA95D2
Tints of Lavender Rose #FA95D2
RGB
CMYK
RGB Variations
Color information
#FA95D2 (or 0xFA95D2) is known color: Lavender Rose. HEX triplet: FA, 95 and D2. RGB value is (250,149,210). Sum of RGB (Red+Green+Blue) = 250+149+210=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA95D2 is #056A2D. Grayscale: #BABABA. Windows color (decimal): -354862 or 13800954. OLE color: 13800954.
HSL color Cylindrical-coordinate representation of color #FA95D2: hue angle of 323.76º 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 #FA95D2 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 210 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.02 |
| HSL | 323.76º | 0.91% | 0.78% | - |
| HSV(B) | 323.76º | 0.4% | 0.98% | - |
| XYZ | 61.8 | 46.47 | 66.69 | - |
| YUV | 186.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 210 | 0 | 0.40 | 0.16 | 0.02 | 323.76 | 0.91 | 0.78 |
| Hex | FA | 95 | D2 | 0 | 28 | 10 | 2 | 144 | 5B | 4E |
| Octal | 372 | 225 | 322 | 0 | 50 | 20 | 2 | 504 | 133 | 116 |
| Binary | 11111010 | 10010101 | 11010010 | 0 | 101000 | 10000 | 10 | 101000100 | 1011011 | 1001110 |
Color Harmonies of #FA95D2
Complementary color
Monochromatic Colors of #FA95D2
Black with #FA95D2
Text Example
Text Example
White with #FA95D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA95D2; }
p { color: rgb(250,149,210); }
H1.HeaderClassName
{
color: #FA95D2;
}
.AnyTagClassName
{
color: #FA95D2;
}
</style>
background-color css
<style>
a { background-color: #FA95D2; }
a { background-color: rgb(250,149,210); }
div.DivClassName
{
background-color: #FA95D2;
}
.BgClassName
{
background-color: #FA95D2;
}
</style>
border-color css
<style>
span { border-color: #FA95D2; }
span { border-color: rgb(250,149,210); }
td.TdClassName
{
border-color: #FA95D2;
}
.TagClassName
{
border-color: #FA95D2;
}
</style>