Shades of Lavender Rose #FBABF5
Tints of Lavender Rose #FBABF5
RGB
CMYK
RGB Variations
Color information
#FBABF5 (or 0xFBABF5) is known color: Lavender Rose. HEX triplet: FB, AB and F5. RGB value is (251,171,245). Sum of RGB (Red+Green+Blue) = 251+171+245=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 171 (67.19% from 255 or 25.64% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBABF5 is #04540A. Grayscale: #CBCBCB. Windows color (decimal): -283659 or 16100347. OLE color: 16100347.
HSL color Cylindrical-coordinate representation of color #FBABF5: hue angle of 304.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBABF5 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 245 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.02 |
| HSL | 304.5º | 0.91% | 0.83% | - |
| HSV(B) | 304.5º | 0.32% | 0.98% | - |
| XYZ | 70.83 | 56.23 | 93.51 | - |
| YUV | 203.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 245 | 0 | 0.32 | 0.02 | 0.02 | 304.5 | 0.91 | 0.83 |
| Hex | FB | AB | F5 | 0 | 20 | 2 | 2 | 130 | 5B | 53 |
| Octal | 373 | 253 | 365 | 0 | 40 | 2 | 2 | 460 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11110101 | 0 | 100000 | 10 | 10 | 100110000 | 1011011 | 1010011 |
Color Harmonies of #FBABF5
Complementary color
Monochromatic Colors of #FBABF5
Black with #FBABF5
Text Example
Text Example
White with #FBABF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABF5; }
p { color: rgb(251,171,245); }
H1.HeaderClassName
{
color: #FBABF5;
}
.AnyTagClassName
{
color: #FBABF5;
}
</style>
background-color css
<style>
a { background-color: #FBABF5; }
a { background-color: rgb(251,171,245); }
div.DivClassName
{
background-color: #FBABF5;
}
.BgClassName
{
background-color: #FBABF5;
}
</style>
border-color css
<style>
span { border-color: #FBABF5; }
span { border-color: rgb(251,171,245); }
td.TdClassName
{
border-color: #FBABF5;
}
.TagClassName
{
border-color: #FBABF5;
}
</style>