Shades of Lavender Rose #FA8ED5
Tints of Lavender Rose #FA8ED5
RGB
CMYK
RGB Variations
Color information
#FA8ED5 (or 0xFA8ED5) is known color: Lavender Rose. HEX triplet: FA, 8E and D5. RGB value is (250,142,213). Sum of RGB (Red+Green+Blue) = 250+142+213=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ED5 is #05712A. Grayscale: #B6B6B6. Windows color (decimal): -356651 or 13995770. OLE color: 13995770.
HSL color Cylindrical-coordinate representation of color #FA8ED5: hue angle of 320.56º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8ED5 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 213 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.02 |
| HSL | 320.56º | 0.92% | 0.77% | - |
| HSV(B) | 320.56º | 0.43% | 0.98% | - |
| XYZ | 61.11 | 44.47 | 68.31 | - |
| YUV | 182.39 | 145.28 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 213 | 0 | 0.43 | 0.15 | 0.02 | 320.56 | 0.92 | 0.77 |
| Hex | FA | 8E | D5 | 0 | 2B | F | 2 | 141 | 5C | 4D |
| Octal | 372 | 216 | 325 | 0 | 53 | 17 | 2 | 501 | 134 | 115 |
| Binary | 11111010 | 10001110 | 11010101 | 0 | 101011 | 1111 | 10 | 101000001 | 1011100 | 1001101 |
Color Harmonies of #FA8ED5
Complementary color
Monochromatic Colors of #FA8ED5
Black with #FA8ED5
Text Example
Text Example
White with #FA8ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8ED5; }
p { color: rgb(250,142,213); }
H1.HeaderClassName
{
color: #FA8ED5;
}
.AnyTagClassName
{
color: #FA8ED5;
}
</style>
background-color css
<style>
a { background-color: #FA8ED5; }
a { background-color: rgb(250,142,213); }
div.DivClassName
{
background-color: #FA8ED5;
}
.BgClassName
{
background-color: #FA8ED5;
}
</style>
border-color css
<style>
span { border-color: #FA8ED5; }
span { border-color: rgb(250,142,213); }
td.TdClassName
{
border-color: #FA8ED5;
}
.TagClassName
{
border-color: #FA8ED5;
}
</style>