Shades of Lavender Rose #FFABFB
Tints of Lavender Rose #FFABFB
RGB
CMYK
RGB Variations
Color information
#FFABFB (or 0xFFABFB) is known color: Lavender Rose. HEX triplet: FF, AB and FB. RGB value is (255,171,251). Sum of RGB (Red+Green+Blue) = 255+171+251=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 171 (67.19% from 255 or 25.26% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABFB is #005404. Grayscale: #CDCDCD. Windows color (decimal): -21509 or 16493567. OLE color: 16493567.
HSL color Cylindrical-coordinate representation of color #FFABFB: hue angle of 302.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 #FFABFB is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 251 | - |
| CMYK | 0 | 0.33 | 0.02 | 0 |
| HSL | 302.86º | 1% | 0.84% | - |
| HSV(B) | 302.86º | 0.33% | 1% | - |
| XYZ | 73.22 | 57.35 | 98.48 | - |
| YUV | 205.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 251 | 0 | 0.33 | 0.02 | 0 | 302.86 | 1 | 0.84 |
| Hex | FF | AB | FB | 0 | 21 | 2 | 0 | 12F | 64 | 54 |
| Octal | 377 | 253 | 373 | 0 | 41 | 2 | 0 | 457 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11111011 | 0 | 100001 | 10 | 0 | 100101111 | 1100100 | 1010100 |
Color Harmonies of #FFABFB
Complementary color
Monochromatic Colors of #FFABFB
Black with #FFABFB
Text Example
Text Example
White with #FFABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABFB; }
p { color: rgb(255,171,251); }
H1.HeaderClassName
{
color: #FFABFB;
}
.AnyTagClassName
{
color: #FFABFB;
}
</style>
background-color css
<style>
a { background-color: #FFABFB; }
a { background-color: rgb(255,171,251); }
div.DivClassName
{
background-color: #FFABFB;
}
.BgClassName
{
background-color: #FFABFB;
}
</style>
border-color css
<style>
span { border-color: #FFABFB; }
span { border-color: rgb(255,171,251); }
td.TdClassName
{
border-color: #FFABFB;
}
.TagClassName
{
border-color: #FFABFB;
}
</style>