Shades of Lavender Rose #F5ABE5
Tints of Lavender Rose #F5ABE5
RGB
CMYK
RGB Variations
Color information
#F5ABE5 (or 0xF5ABE5) is known color: Lavender Rose. HEX triplet: F5, AB and E5. RGB value is (245,171,229). Sum of RGB (Red+Green+Blue) = 245+171+229=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ABE5 is #0A541A. Grayscale: #C7C7C7. Windows color (decimal): -676891 or 15051765. OLE color: 15051765.
HSL color Cylindrical-coordinate representation of color #F5ABE5: hue angle of 312.97º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ABE5 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 229 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.04 |
| HSL | 312.97º | 0.79% | 0.82% | - |
| HSV(B) | 312.97º | 0.3% | 0.96% | - |
| XYZ | 66.36 | 54.2 | 81.09 | - |
| YUV | 199.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 229 | 0 | 0.30 | 0.07 | 0.04 | 312.97 | 0.79 | 0.82 |
| Hex | F5 | AB | E5 | 0 | 1E | 7 | 4 | 139 | 4F | 52 |
| Octal | 365 | 253 | 345 | 0 | 36 | 7 | 4 | 471 | 117 | 122 |
| Binary | 11110101 | 10101011 | 11100101 | 0 | 11110 | 111 | 100 | 100111001 | 1001111 | 1010010 |
Color Harmonies of #F5ABE5
Complementary color
Monochromatic Colors of #F5ABE5
Black with #F5ABE5
Text Example
Text Example
White with #F5ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ABE5; }
p { color: rgb(245,171,229); }
H1.HeaderClassName
{
color: #F5ABE5;
}
.AnyTagClassName
{
color: #F5ABE5;
}
</style>
background-color css
<style>
a { background-color: #F5ABE5; }
a { background-color: rgb(245,171,229); }
div.DivClassName
{
background-color: #F5ABE5;
}
.BgClassName
{
background-color: #F5ABE5;
}
</style>
border-color css
<style>
span { border-color: #F5ABE5; }
span { border-color: rgb(245,171,229); }
td.TdClassName
{
border-color: #F5ABE5;
}
.TagClassName
{
border-color: #F5ABE5;
}
</style>