Shades of Lavender Rose #FFABE5
Tints of Lavender Rose #FFABE5
RGB
CMYK
RGB Variations
Color information
#FFABE5 (or 0xFFABE5) is known color: Lavender Rose. HEX triplet: FF, AB and E5. RGB value is (255,171,229). Sum of RGB (Red+Green+Blue) = 255+171+229=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABE5 is #00541A. Grayscale: #CACACA. Windows color (decimal): -21531 or 15051775. OLE color: 15051775.
HSL color Cylindrical-coordinate representation of color #FFABE5: hue angle of 318.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFABE5 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 229 | - |
| CMYK | 0 | 0.33 | 0.10 | 0 |
| HSL | 318.57º | 1% | 0.84% | - |
| HSV(B) | 318.57º | 0.33% | 1% | - |
| XYZ | 69.95 | 56.04 | 81.26 | - |
| YUV | 202.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 229 | 0 | 0.33 | 0.10 | 0 | 318.57 | 1 | 0.84 |
| Hex | FF | AB | E5 | 0 | 21 | A | 0 | 13F | 64 | 54 |
| Octal | 377 | 253 | 345 | 0 | 41 | 12 | 0 | 477 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11100101 | 0 | 100001 | 1010 | 0 | 100111111 | 1100100 | 1010100 |
Color Harmonies of #FFABE5
Complementary color
Monochromatic Colors of #FFABE5
Black with #FFABE5
Text Example
Text Example
White with #FFABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABE5; }
p { color: rgb(255,171,229); }
H1.HeaderClassName
{
color: #FFABE5;
}
.AnyTagClassName
{
color: #FFABE5;
}
</style>
background-color css
<style>
a { background-color: #FFABE5; }
a { background-color: rgb(255,171,229); }
div.DivClassName
{
background-color: #FFABE5;
}
.BgClassName
{
background-color: #FFABE5;
}
</style>
border-color css
<style>
span { border-color: #FFABE5; }
span { border-color: rgb(255,171,229); }
td.TdClassName
{
border-color: #FFABE5;
}
.TagClassName
{
border-color: #FFABE5;
}
</style>