Shades of Lavender Rose #FA91D7
Tints of Lavender Rose #FA91D7
RGB
CMYK
RGB Variations
Color information
#FA91D7 (or 0xFA91D7) is known color: Lavender Rose. HEX triplet: FA, 91 and D7. RGB value is (250,145,215). Sum of RGB (Red+Green+Blue) = 250+145+215=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 145 (57.03% from 255 or 23.77% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA91D7 is #056E28. Grayscale: #B8B8B8. Windows color (decimal): -355881 or 14127610. OLE color: 14127610.
HSL color Cylindrical-coordinate representation of color #FA91D7: hue angle of 320º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA91D7 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 215 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.02 |
| HSL | 320º | 0.91% | 0.77% | - |
| HSV(B) | 320º | 0.42% | 0.98% | - |
| XYZ | 61.82 | 45.48 | 69.81 | - |
| YUV | 184.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 215 | 0 | 0.42 | 0.14 | 0.02 | 320 | 0.91 | 0.77 |
| Hex | FA | 91 | D7 | 0 | 2A | E | 2 | 140 | 5B | 4D |
| Octal | 372 | 221 | 327 | 0 | 52 | 16 | 2 | 500 | 133 | 115 |
| Binary | 11111010 | 10010001 | 11010111 | 0 | 101010 | 1110 | 10 | 101000000 | 1011011 | 1001101 |
Color Harmonies of #FA91D7
Complementary color
Monochromatic Colors of #FA91D7
Black with #FA91D7
Text Example
Text Example
White with #FA91D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA91D7; }
p { color: rgb(250,145,215); }
H1.HeaderClassName
{
color: #FA91D7;
}
.AnyTagClassName
{
color: #FA91D7;
}
</style>
background-color css
<style>
a { background-color: #FA91D7; }
a { background-color: rgb(250,145,215); }
div.DivClassName
{
background-color: #FA91D7;
}
.BgClassName
{
background-color: #FA91D7;
}
</style>
border-color css
<style>
span { border-color: #FA91D7; }
span { border-color: rgb(250,145,215); }
td.TdClassName
{
border-color: #FA91D7;
}
.TagClassName
{
border-color: #FA91D7;
}
</style>