Shades of Lavender Rose #FFABE2
Tints of Lavender Rose #FFABE2
RGB
CMYK
RGB Variations
Color information
#FFABE2 (or 0xFFABE2) is known color: Lavender Rose. HEX triplet: FF, AB and E2. RGB value is (255,171,226). Sum of RGB (Red+Green+Blue) = 255+171+226=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 171 (67.19% from 255 or 26.23% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABE2 is #00541D. Grayscale: #CACACA. Windows color (decimal): -21534 or 14855167. OLE color: 14855167.
HSL color Cylindrical-coordinate representation of color #FFABE2: hue angle of 320.71º 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 #FFABE2 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 226 | - |
| CMYK | 0 | 0.33 | 0.11 | 0 |
| HSL | 320.71º | 1% | 0.84% | - |
| HSV(B) | 320.71º | 0.33% | 1% | - |
| XYZ | 69.53 | 55.88 | 79.07 | - |
| YUV | 202.39 | 141.33 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 226 | 0 | 0.33 | 0.11 | 0 | 320.71 | 1 | 0.84 |
| Hex | FF | AB | E2 | 0 | 21 | B | 0 | 141 | 64 | 54 |
| Octal | 377 | 253 | 342 | 0 | 41 | 13 | 0 | 501 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11100010 | 0 | 100001 | 1011 | 0 | 101000001 | 1100100 | 1010100 |
Color Harmonies of #FFABE2
Complementary color
Monochromatic Colors of #FFABE2
Black with #FFABE2
Text Example
Text Example
White with #FFABE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABE2; }
p { color: rgb(255,171,226); }
H1.HeaderClassName
{
color: #FFABE2;
}
.AnyTagClassName
{
color: #FFABE2;
}
</style>
background-color css
<style>
a { background-color: #FFABE2; }
a { background-color: rgb(255,171,226); }
div.DivClassName
{
background-color: #FFABE2;
}
.BgClassName
{
background-color: #FFABE2;
}
</style>
border-color css
<style>
span { border-color: #FFABE2; }
span { border-color: rgb(255,171,226); }
td.TdClassName
{
border-color: #FFABE2;
}
.TagClassName
{
border-color: #FFABE2;
}
</style>