Shades of Lavender Rose #FFABFA
Tints of Lavender Rose #FFABFA
RGB
CMYK
RGB Variations
Color information
#FFABFA (or 0xFFABFA) is known color: Lavender Rose. HEX triplet: FF, AB and FA. RGB value is (255,171,250). Sum of RGB (Red+Green+Blue) = 255+171+250=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 171 (67.19% from 255 or 25.30% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABFA is #005405. Grayscale: #CCCCCC. Windows color (decimal): -21510 or 16428031. OLE color: 16428031.
HSL color Cylindrical-coordinate representation of color #FFABFA: hue angle of 303.57º 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 #FFABFA is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 250 | - |
| CMYK | 0 | 0.33 | 0.02 | 0 |
| HSL | 303.57º | 1% | 0.84% | - |
| HSV(B) | 303.57º | 0.33% | 1% | - |
| XYZ | 73.06 | 57.29 | 97.65 | - |
| YUV | 205.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 250 | 0 | 0.33 | 0.02 | 0 | 303.57 | 1 | 0.84 |
| Hex | FF | AB | FA | 0 | 21 | 2 | 0 | 130 | 64 | 54 |
| Octal | 377 | 253 | 372 | 0 | 41 | 2 | 0 | 460 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11111010 | 0 | 100001 | 10 | 0 | 100110000 | 1100100 | 1010100 |
Color Harmonies of #FFABFA
Complementary color
Monochromatic Colors of #FFABFA
Black with #FFABFA
Text Example
Text Example
White with #FFABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABFA; }
p { color: rgb(255,171,250); }
H1.HeaderClassName
{
color: #FFABFA;
}
.AnyTagClassName
{
color: #FFABFA;
}
</style>
background-color css
<style>
a { background-color: #FFABFA; }
a { background-color: rgb(255,171,250); }
div.DivClassName
{
background-color: #FFABFA;
}
.BgClassName
{
background-color: #FFABFA;
}
</style>
border-color css
<style>
span { border-color: #FFABFA; }
span { border-color: rgb(255,171,250); }
td.TdClassName
{
border-color: #FFABFA;
}
.TagClassName
{
border-color: #FFABFA;
}
</style>