Shades of Lavender Rose #FFABE6
Tints of Lavender Rose #FFABE6
RGB
CMYK
RGB Variations
Color information
#FFABE6 (or 0xFFABE6) is known color: Lavender Rose. HEX triplet: FF, AB and E6. RGB value is (255,171,230). Sum of RGB (Red+Green+Blue) = 255+171+230=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 171 (67.19% from 255 or 26.07% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABE6 is #005419. Grayscale: #CACACA. Windows color (decimal): -21530 or 15117311. OLE color: 15117311.
HSL color Cylindrical-coordinate representation of color #FFABE6: hue angle of 317.86º 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 #FFABE6 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 230 | - |
| CMYK | 0 | 0.33 | 0.10 | 0 |
| HSL | 317.86º | 1% | 0.84% | - |
| HSV(B) | 317.86º | 0.33% | 1% | - |
| XYZ | 70.09 | 56.1 | 82 | - |
| YUV | 202.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 230 | 0 | 0.33 | 0.10 | 0 | 317.86 | 1 | 0.84 |
| Hex | FF | AB | E6 | 0 | 21 | A | 0 | 13E | 64 | 54 |
| Octal | 377 | 253 | 346 | 0 | 41 | 12 | 0 | 476 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11100110 | 0 | 100001 | 1010 | 0 | 100111110 | 1100100 | 1010100 |
Color Harmonies of #FFABE6
Complementary color
Monochromatic Colors of #FFABE6
Black with #FFABE6
Text Example
Text Example
White with #FFABE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABE6; }
p { color: rgb(255,171,230); }
H1.HeaderClassName
{
color: #FFABE6;
}
.AnyTagClassName
{
color: #FFABE6;
}
</style>
background-color css
<style>
a { background-color: #FFABE6; }
a { background-color: rgb(255,171,230); }
div.DivClassName
{
background-color: #FFABE6;
}
.BgClassName
{
background-color: #FFABE6;
}
</style>
border-color css
<style>
span { border-color: #FFABE6; }
span { border-color: rgb(255,171,230); }
td.TdClassName
{
border-color: #FFABE6;
}
.TagClassName
{
border-color: #FFABE6;
}
</style>