Shades of Lavender Rose #F5A5E9
Tints of Lavender Rose #F5A5E9
RGB
CMYK
RGB Variations
Color information
#F5A5E9 (or 0xF5A5E9) is known color: Lavender Rose. HEX triplet: F5, A5 and E9. RGB value is (245,165,233). Sum of RGB (Red+Green+Blue) = 245+165+233=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 165 (64.84% from 255 or 25.66% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A5E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A5E9 is #0A5A16. Grayscale: #C4C4C4. Windows color (decimal): -678423 or 15312373. OLE color: 15312373.
HSL color Cylindrical-coordinate representation of color #F5A5E9: hue angle of 309º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5A5E9 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 165 | 233 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.04 |
| HSL | 309º | 0.8% | 0.8% | - |
| HSV(B) | 309º | 0.33% | 0.96% | - |
| XYZ | 65.82 | 52.21 | 83.7 | - |
| YUV | 196.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 165 | 233 | 0 | 0.33 | 0.05 | 0.04 | 309 | 0.8 | 0.8 |
| Hex | F5 | A5 | E9 | 0 | 21 | 5 | 4 | 135 | 50 | 50 |
| Octal | 365 | 245 | 351 | 0 | 41 | 5 | 4 | 465 | 120 | 120 |
| Binary | 11110101 | 10100101 | 11101001 | 0 | 100001 | 101 | 100 | 100110101 | 1010000 | 1010000 |
Color Harmonies of #F5A5E9
Complementary color
Monochromatic Colors of #F5A5E9
Black with #F5A5E9
Text Example
Text Example
White with #F5A5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A5E9; }
p { color: rgb(245,165,233); }
H1.HeaderClassName
{
color: #F5A5E9;
}
.AnyTagClassName
{
color: #F5A5E9;
}
</style>
background-color css
<style>
a { background-color: #F5A5E9; }
a { background-color: rgb(245,165,233); }
div.DivClassName
{
background-color: #F5A5E9;
}
.BgClassName
{
background-color: #F5A5E9;
}
</style>
border-color css
<style>
span { border-color: #F5A5E9; }
span { border-color: rgb(245,165,233); }
td.TdClassName
{
border-color: #F5A5E9;
}
.TagClassName
{
border-color: #F5A5E9;
}
</style>