Shades of Lavender Rose #FFABF5
Tints of Lavender Rose #FFABF5
RGB
CMYK
RGB Variations
Color information
#FFABF5 (or 0xFFABF5) is known color: Lavender Rose. HEX triplet: FF, AB and F5. RGB value is (255,171,245). Sum of RGB (Red+Green+Blue) = 255+171+245=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 171 (67.19% from 255 or 25.48% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABF5 is #00540A. Grayscale: #CCCCCC. Windows color (decimal): -21515 or 16100351. OLE color: 16100351.
HSL color Cylindrical-coordinate representation of color #FFABF5: hue angle of 307.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 #FFABF5 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 245 | - |
| CMYK | 0 | 0.33 | 0.04 | 0 |
| HSL | 307.14º | 1% | 0.84% | - |
| HSV(B) | 307.14º | 0.33% | 1% | - |
| XYZ | 72.28 | 56.98 | 93.57 | - |
| YUV | 204.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 245 | 0 | 0.33 | 0.04 | 0 | 307.14 | 1 | 0.84 |
| Hex | FF | AB | F5 | 0 | 21 | 4 | 0 | 133 | 64 | 54 |
| Octal | 377 | 253 | 365 | 0 | 41 | 4 | 0 | 463 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11110101 | 0 | 100001 | 100 | 0 | 100110011 | 1100100 | 1010100 |
Color Harmonies of #FFABF5
Complementary color
Monochromatic Colors of #FFABF5
Black with #FFABF5
Text Example
Text Example
White with #FFABF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABF5; }
p { color: rgb(255,171,245); }
H1.HeaderClassName
{
color: #FFABF5;
}
.AnyTagClassName
{
color: #FFABF5;
}
</style>
background-color css
<style>
a { background-color: #FFABF5; }
a { background-color: rgb(255,171,245); }
div.DivClassName
{
background-color: #FFABF5;
}
.BgClassName
{
background-color: #FFABF5;
}
</style>
border-color css
<style>
span { border-color: #FFABF5; }
span { border-color: rgb(255,171,245); }
td.TdClassName
{
border-color: #FFABF5;
}
.TagClassName
{
border-color: #FFABF5;
}
</style>