Shades of Lavender Rose #FFABEB
Tints of Lavender Rose #FFABEB
RGB
CMYK
RGB Variations
Color information
#FFABEB (or 0xFFABEB) is known color: Lavender Rose. HEX triplet: FF, AB and EB. RGB value is (255,171,235). Sum of RGB (Red+Green+Blue) = 255+171+235=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 171 (67.19% from 255 or 25.87% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABEB is #005414. Grayscale: #CBCBCB. Windows color (decimal): -21525 or 15444991. OLE color: 15444991.
HSL color Cylindrical-coordinate representation of color #FFABEB: hue angle of 314.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 #FFABEB is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 235 | - |
| CMYK | 0 | 0.33 | 0.08 | 0 |
| HSL | 314.29º | 1% | 0.84% | - |
| HSV(B) | 314.29º | 0.33% | 1% | - |
| XYZ | 70.8 | 56.38 | 85.75 | - |
| YUV | 203.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 235 | 0 | 0.33 | 0.08 | 0 | 314.29 | 1 | 0.84 |
| Hex | FF | AB | EB | 0 | 21 | 8 | 0 | 13A | 64 | 54 |
| Octal | 377 | 253 | 353 | 0 | 41 | 10 | 0 | 472 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11101011 | 0 | 100001 | 1000 | 0 | 100111010 | 1100100 | 1010100 |
Color Harmonies of #FFABEB
Complementary color
Monochromatic Colors of #FFABEB
Black with #FFABEB
Text Example
Text Example
White with #FFABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABEB; }
p { color: rgb(255,171,235); }
H1.HeaderClassName
{
color: #FFABEB;
}
.AnyTagClassName
{
color: #FFABEB;
}
</style>
background-color css
<style>
a { background-color: #FFABEB; }
a { background-color: rgb(255,171,235); }
div.DivClassName
{
background-color: #FFABEB;
}
.BgClassName
{
background-color: #FFABEB;
}
</style>
border-color css
<style>
span { border-color: #FFABEB; }
span { border-color: rgb(255,171,235); }
td.TdClassName
{
border-color: #FFABEB;
}
.TagClassName
{
border-color: #FFABEB;
}
</style>