Shades of Lavender Rose #FFABFF
Tints of Lavender Rose #FFABFF
RGB
CMYK
RGB Variations
Color information
#FFABFF (or 0xFFABFF) is known color: Lavender Rose. HEX triplet: FF, AB and FF. RGB value is (255,171,255). Sum of RGB (Red+Green+Blue) = 255+171+255=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 171 (67.19% from 255 or 25.11% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABFF is #005400. Grayscale: #CDCDCD. Windows color (decimal): -21505 or 16755711. OLE color: 16755711.
HSL color Cylindrical-coordinate representation of color #FFABFF: hue angle of 300º 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 #FFABFF is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 255 | - |
| CMYK | 0 | 0.33 | 0 | 0 |
| HSL | 300º | 1% | 0.84% | - |
| HSV(B) | 300º | 0.33% | 1% | - |
| XYZ | 73.85 | 57.61 | 101.83 | - |
| YUV | 205.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 255 | 0 | 0.33 | 0 | 0 | 300 | 1 | 0.84 |
| Hex | FF | AB | FF | 0 | 21 | 0 | 0 | 12C | 64 | 54 |
| Octal | 377 | 253 | 377 | 0 | 41 | 0 | 0 | 454 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11111111 | 0 | 100001 | 0 | 0 | 100101100 | 1100100 | 1010100 |
Color Harmonies of #FFABFF
Complementary color
Monochromatic Colors of #FFABFF
Black with #FFABFF
Text Example
Text Example
White with #FFABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABFF; }
p { color: rgb(255,171,255); }
H1.HeaderClassName
{
color: #FFABFF;
}
.AnyTagClassName
{
color: #FFABFF;
}
</style>
background-color css
<style>
a { background-color: #FFABFF; }
a { background-color: rgb(255,171,255); }
div.DivClassName
{
background-color: #FFABFF;
}
.BgClassName
{
background-color: #FFABFF;
}
</style>
border-color css
<style>
span { border-color: #FFABFF; }
span { border-color: rgb(255,171,255); }
td.TdClassName
{
border-color: #FFABFF;
}
.TagClassName
{
border-color: #FFABFF;
}
</style>