Shades of Lavender Rose #FFABEF
Tints of Lavender Rose #FFABEF
RGB
CMYK
RGB Variations
Color information
#FFABEF (or 0xFFABEF) is known color: Lavender Rose. HEX triplet: FF, AB and EF. RGB value is (255,171,239). Sum of RGB (Red+Green+Blue) = 255+171+239=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 171 (67.19% from 255 or 25.71% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABEF is #005410. Grayscale: #CBCBCB. Windows color (decimal): -21521 or 15707135. OLE color: 15707135.
HSL color Cylindrical-coordinate representation of color #FFABEF: hue angle of 311.43º 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 #FFABEF is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 239 | - |
| CMYK | 0 | 0.33 | 0.06 | 0 |
| HSL | 311.43º | 1% | 0.84% | - |
| HSV(B) | 311.43º | 0.33% | 1% | - |
| XYZ | 71.38 | 56.62 | 88.83 | - |
| YUV | 203.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 239 | 0 | 0.33 | 0.06 | 0 | 311.43 | 1 | 0.84 |
| Hex | FF | AB | EF | 0 | 21 | 6 | 0 | 137 | 64 | 54 |
| Octal | 377 | 253 | 357 | 0 | 41 | 6 | 0 | 467 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11101111 | 0 | 100001 | 110 | 0 | 100110111 | 1100100 | 1010100 |
Color Harmonies of #FFABEF
Complementary color
Monochromatic Colors of #FFABEF
Black with #FFABEF
Text Example
Text Example
White with #FFABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABEF; }
p { color: rgb(255,171,239); }
H1.HeaderClassName
{
color: #FFABEF;
}
.AnyTagClassName
{
color: #FFABEF;
}
</style>
background-color css
<style>
a { background-color: #FFABEF; }
a { background-color: rgb(255,171,239); }
div.DivClassName
{
background-color: #FFABEF;
}
.BgClassName
{
background-color: #FFABEF;
}
</style>
border-color css
<style>
span { border-color: #FFABEF; }
span { border-color: rgb(255,171,239); }
td.TdClassName
{
border-color: #FFABEF;
}
.TagClassName
{
border-color: #FFABEF;
}
</style>