Shades of Lavender Rose #F5A3E7
Tints of Lavender Rose #F5A3E7
RGB
CMYK
RGB Variations
Color information
#F5A3E7 (or 0xF5A3E7) is known color: Lavender Rose. HEX triplet: F5, A3 and E7. RGB value is (245,163,231). Sum of RGB (Red+Green+Blue) = 245+163+231=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 163 (64.06% from 255 or 25.51% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A3E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A3E7 is #0A5C18. Grayscale: #C3C3C3. Windows color (decimal): -678937 or 15180789. OLE color: 15180789.
HSL color Cylindrical-coordinate representation of color #F5A3E7: hue angle of 310.24º 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 #F5A3E7 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 163 | 231 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.04 |
| HSL | 310.24º | 0.8% | 0.8% | - |
| HSV(B) | 310.24º | 0.33% | 0.96% | - |
| XYZ | 65.18 | 51.38 | 82.08 | - |
| YUV | 195.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 163 | 231 | 0 | 0.33 | 0.06 | 0.04 | 310.24 | 0.8 | 0.8 |
| Hex | F5 | A3 | E7 | 0 | 21 | 6 | 4 | 136 | 50 | 50 |
| Octal | 365 | 243 | 347 | 0 | 41 | 6 | 4 | 466 | 120 | 120 |
| Binary | 11110101 | 10100011 | 11100111 | 0 | 100001 | 110 | 100 | 100110110 | 1010000 | 1010000 |
Color Harmonies of #F5A3E7
Complementary color
Monochromatic Colors of #F5A3E7
Black with #F5A3E7
Text Example
Text Example
White with #F5A3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A3E7; }
p { color: rgb(245,163,231); }
H1.HeaderClassName
{
color: #F5A3E7;
}
.AnyTagClassName
{
color: #F5A3E7;
}
</style>
background-color css
<style>
a { background-color: #F5A3E7; }
a { background-color: rgb(245,163,231); }
div.DivClassName
{
background-color: #F5A3E7;
}
.BgClassName
{
background-color: #F5A3E7;
}
</style>
border-color css
<style>
span { border-color: #F5A3E7; }
span { border-color: rgb(245,163,231); }
td.TdClassName
{
border-color: #F5A3E7;
}
.TagClassName
{
border-color: #F5A3E7;
}
</style>