Shades of Lavender Rose #FFABE4
Tints of Lavender Rose #FFABE4
RGB
CMYK
RGB Variations
Color information
#FFABE4 (or 0xFFABE4) is known color: Lavender Rose. HEX triplet: FF, AB and E4. RGB value is (255,171,228). Sum of RGB (Red+Green+Blue) = 255+171+228=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 171 (67.19% from 255 or 26.15% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABE4 is #00541B. Grayscale: #CACACA. Windows color (decimal): -21532 or 14986239. OLE color: 14986239.
HSL color Cylindrical-coordinate representation of color #FFABE4: hue angle of 319.29º 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 #FFABE4 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 228 | - |
| CMYK | 0 | 0.33 | 0.11 | 0 |
| HSL | 319.29º | 1% | 0.84% | - |
| HSV(B) | 319.29º | 0.33% | 1% | - |
| XYZ | 69.81 | 55.99 | 80.53 | - |
| YUV | 202.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 228 | 0 | 0.33 | 0.11 | 0 | 319.29 | 1 | 0.84 |
| Hex | FF | AB | E4 | 0 | 21 | B | 0 | 13F | 64 | 54 |
| Octal | 377 | 253 | 344 | 0 | 41 | 13 | 0 | 477 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11100100 | 0 | 100001 | 1011 | 0 | 100111111 | 1100100 | 1010100 |
Color Harmonies of #FFABE4
Complementary color
Monochromatic Colors of #FFABE4
Black with #FFABE4
Text Example
Text Example
White with #FFABE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABE4; }
p { color: rgb(255,171,228); }
H1.HeaderClassName
{
color: #FFABE4;
}
.AnyTagClassName
{
color: #FFABE4;
}
</style>
background-color css
<style>
a { background-color: #FFABE4; }
a { background-color: rgb(255,171,228); }
div.DivClassName
{
background-color: #FFABE4;
}
.BgClassName
{
background-color: #FFABE4;
}
</style>
border-color css
<style>
span { border-color: #FFABE4; }
span { border-color: rgb(255,171,228); }
td.TdClassName
{
border-color: #FFABE4;
}
.TagClassName
{
border-color: #FFABE4;
}
</style>