Shades of Lavender Rose #FFABEE
Tints of Lavender Rose #FFABEE
RGB
CMYK
RGB Variations
Color information
#FFABEE (or 0xFFABEE) is known color: Lavender Rose. HEX triplet: FF, AB and EE. RGB value is (255,171,238). Sum of RGB (Red+Green+Blue) = 255+171+238=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 171 (67.19% from 255 or 25.75% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABEE is #005411. Grayscale: #CBCBCB. Windows color (decimal): -21522 or 15641599. OLE color: 15641599.
HSL color Cylindrical-coordinate representation of color #FFABEE: hue angle of 312.14º 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 #FFABEE is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 238 | - |
| CMYK | 0 | 0.33 | 0.07 | 0 |
| HSL | 312.14º | 1% | 0.84% | - |
| HSV(B) | 312.14º | 0.33% | 1% | - |
| XYZ | 71.24 | 56.56 | 88.05 | - |
| YUV | 203.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 238 | 0 | 0.33 | 0.07 | 0 | 312.14 | 1 | 0.84 |
| Hex | FF | AB | EE | 0 | 21 | 7 | 0 | 138 | 64 | 54 |
| Octal | 377 | 253 | 356 | 0 | 41 | 7 | 0 | 470 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11101110 | 0 | 100001 | 111 | 0 | 100111000 | 1100100 | 1010100 |
Color Harmonies of #FFABEE
Complementary color
Monochromatic Colors of #FFABEE
Black with #FFABEE
Text Example
Text Example
White with #FFABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABEE; }
p { color: rgb(255,171,238); }
H1.HeaderClassName
{
color: #FFABEE;
}
.AnyTagClassName
{
color: #FFABEE;
}
</style>
background-color css
<style>
a { background-color: #FFABEE; }
a { background-color: rgb(255,171,238); }
div.DivClassName
{
background-color: #FFABEE;
}
.BgClassName
{
background-color: #FFABEE;
}
</style>
border-color css
<style>
span { border-color: #FFABEE; }
span { border-color: rgb(255,171,238); }
td.TdClassName
{
border-color: #FFABEE;
}
.TagClassName
{
border-color: #FFABEE;
}
</style>