Shades of Lavender Rose #FFABE3
Tints of Lavender Rose #FFABE3
RGB
CMYK
RGB Variations
Color information
#FFABE3 (or 0xFFABE3) is known color: Lavender Rose. HEX triplet: FF, AB and E3. RGB value is (255,171,227). Sum of RGB (Red+Green+Blue) = 255+171+227=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 171 (67.19% from 255 or 26.19% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABE3 is #00541C. Grayscale: #CACACA. Windows color (decimal): -21533 or 14920703. OLE color: 14920703.
HSL color Cylindrical-coordinate representation of color #FFABE3: hue angle of 320º 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 #FFABE3 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 227 | - |
| CMYK | 0 | 0.33 | 0.11 | 0 |
| HSL | 320º | 1% | 0.84% | - |
| HSV(B) | 320º | 0.33% | 1% | - |
| XYZ | 69.67 | 55.93 | 79.8 | - |
| YUV | 202.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 227 | 0 | 0.33 | 0.11 | 0 | 320 | 1 | 0.84 |
| Hex | FF | AB | E3 | 0 | 21 | B | 0 | 140 | 64 | 54 |
| Octal | 377 | 253 | 343 | 0 | 41 | 13 | 0 | 500 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11100011 | 0 | 100001 | 1011 | 0 | 101000000 | 1100100 | 1010100 |
Color Harmonies of #FFABE3
Complementary color
Monochromatic Colors of #FFABE3
Black with #FFABE3
Text Example
Text Example
White with #FFABE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABE3; }
p { color: rgb(255,171,227); }
H1.HeaderClassName
{
color: #FFABE3;
}
.AnyTagClassName
{
color: #FFABE3;
}
</style>
background-color css
<style>
a { background-color: #FFABE3; }
a { background-color: rgb(255,171,227); }
div.DivClassName
{
background-color: #FFABE3;
}
.BgClassName
{
background-color: #FFABE3;
}
</style>
border-color css
<style>
span { border-color: #FFABE3; }
span { border-color: rgb(255,171,227); }
td.TdClassName
{
border-color: #FFABE3;
}
.TagClassName
{
border-color: #FFABE3;
}
</style>