Shades of Lavender Rose #FBABF2
Tints of Lavender Rose #FBABF2
RGB
CMYK
RGB Variations
Color information
#FBABF2 (or 0xFBABF2) is known color: Lavender Rose. HEX triplet: FB, AB and F2. RGB value is (251,171,242). Sum of RGB (Red+Green+Blue) = 251+171+242=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 171 (67.19% from 255 or 25.75% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBABF2 is #04540D. Grayscale: #CACACA. Windows color (decimal): -283662 or 15903739. OLE color: 15903739.
HSL color Cylindrical-coordinate representation of color #FBABF2: hue angle of 306.75º 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 #FBABF2 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 242 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.02 |
| HSL | 306.75º | 0.91% | 0.83% | - |
| HSV(B) | 306.75º | 0.32% | 0.98% | - |
| XYZ | 70.37 | 56.05 | 91.11 | - |
| YUV | 203.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 242 | 0 | 0.32 | 0.04 | 0.02 | 306.75 | 0.91 | 0.83 |
| Hex | FB | AB | F2 | 0 | 20 | 4 | 2 | 133 | 5B | 53 |
| Octal | 373 | 253 | 362 | 0 | 40 | 4 | 2 | 463 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11110010 | 0 | 100000 | 100 | 10 | 100110011 | 1011011 | 1010011 |
Color Harmonies of #FBABF2
Complementary color
Monochromatic Colors of #FBABF2
Black with #FBABF2
Text Example
Text Example
White with #FBABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABF2; }
p { color: rgb(251,171,242); }
H1.HeaderClassName
{
color: #FBABF2;
}
.AnyTagClassName
{
color: #FBABF2;
}
</style>
background-color css
<style>
a { background-color: #FBABF2; }
a { background-color: rgb(251,171,242); }
div.DivClassName
{
background-color: #FBABF2;
}
.BgClassName
{
background-color: #FBABF2;
}
</style>
border-color css
<style>
span { border-color: #FBABF2; }
span { border-color: rgb(251,171,242); }
td.TdClassName
{
border-color: #FBABF2;
}
.TagClassName
{
border-color: #FBABF2;
}
</style>