Shades of Lavender Rose #FFABED
Tints of Lavender Rose #FFABED
RGB
CMYK
RGB Variations
Color information
#FFABED (or 0xFFABED) is known color: Lavender Rose. HEX triplet: FF, AB and ED. RGB value is (255,171,237). Sum of RGB (Red+Green+Blue) = 255+171+237=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 171 (67.19% from 255 or 25.79% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABED is #005412. Grayscale: #CBCBCB. Windows color (decimal): -21523 or 15576063. OLE color: 15576063.
HSL color Cylindrical-coordinate representation of color #FFABED: hue angle of 312.86º 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 #FFABED is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 237 | - |
| CMYK | 0 | 0.33 | 0.07 | 0 |
| HSL | 312.86º | 1% | 0.84% | - |
| HSV(B) | 312.86º | 0.33% | 1% | - |
| XYZ | 71.09 | 56.5 | 87.28 | - |
| YUV | 203.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 237 | 0 | 0.33 | 0.07 | 0 | 312.86 | 1 | 0.84 |
| Hex | FF | AB | ED | 0 | 21 | 7 | 0 | 139 | 64 | 54 |
| Octal | 377 | 253 | 355 | 0 | 41 | 7 | 0 | 471 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11101101 | 0 | 100001 | 111 | 0 | 100111001 | 1100100 | 1010100 |
Color Harmonies of #FFABED
Complementary color
Monochromatic Colors of #FFABED
Black with #FFABED
Text Example
Text Example
White with #FFABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABED; }
p { color: rgb(255,171,237); }
H1.HeaderClassName
{
color: #FFABED;
}
.AnyTagClassName
{
color: #FFABED;
}
</style>
background-color css
<style>
a { background-color: #FFABED; }
a { background-color: rgb(255,171,237); }
div.DivClassName
{
background-color: #FFABED;
}
.BgClassName
{
background-color: #FFABED;
}
</style>
border-color css
<style>
span { border-color: #FFABED; }
span { border-color: rgb(255,171,237); }
td.TdClassName
{
border-color: #FFABED;
}
.TagClassName
{
border-color: #FFABED;
}
</style>