Shades of Lavender Rose #FFABF8
Tints of Lavender Rose #FFABF8
RGB
CMYK
RGB Variations
Color information
#FFABF8 (or 0xFFABF8) is known color: Lavender Rose. HEX triplet: FF, AB and F8. RGB value is (255,171,248). Sum of RGB (Red+Green+Blue) = 255+171+248=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 171 (67.19% from 255 or 25.37% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABF8 is #005407. Grayscale: #CCCCCC. Windows color (decimal): -21512 or 16296959. OLE color: 16296959.
HSL color Cylindrical-coordinate representation of color #FFABF8: hue angle of 305º 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 #FFABF8 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 248 | - |
| CMYK | 0 | 0.33 | 0.03 | 0 |
| HSL | 305º | 1% | 0.84% | - |
| HSV(B) | 305º | 0.33% | 1% | - |
| XYZ | 72.75 | 57.16 | 96.01 | - |
| YUV | 204.89 | 152.33 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 248 | 0 | 0.33 | 0.03 | 0 | 305 | 1 | 0.84 |
| Hex | FF | AB | F8 | 0 | 21 | 3 | 0 | 131 | 64 | 54 |
| Octal | 377 | 253 | 370 | 0 | 41 | 3 | 0 | 461 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11111000 | 0 | 100001 | 11 | 0 | 100110001 | 1100100 | 1010100 |
Color Harmonies of #FFABF8
Complementary color
Monochromatic Colors of #FFABF8
Black with #FFABF8
Text Example
Text Example
White with #FFABF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABF8; }
p { color: rgb(255,171,248); }
H1.HeaderClassName
{
color: #FFABF8;
}
.AnyTagClassName
{
color: #FFABF8;
}
</style>
background-color css
<style>
a { background-color: #FFABF8; }
a { background-color: rgb(255,171,248); }
div.DivClassName
{
background-color: #FFABF8;
}
.BgClassName
{
background-color: #FFABF8;
}
</style>
border-color css
<style>
span { border-color: #FFABF8; }
span { border-color: rgb(255,171,248); }
td.TdClassName
{
border-color: #FFABF8;
}
.TagClassName
{
border-color: #FFABF8;
}
</style>