Shades of Lavender Rose #FBABF4
Tints of Lavender Rose #FBABF4
RGB
CMYK
RGB Variations
Color information
#FBABF4 (or 0xFBABF4) is known color: Lavender Rose. HEX triplet: FB, AB and F4. RGB value is (251,171,244). Sum of RGB (Red+Green+Blue) = 251+171+244=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 171 (67.19% from 255 or 25.68% from 666); Blue value is 244 (95.70% from 255 or 36.64% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBABF4 is #04540B. Grayscale: #CBCBCB. Windows color (decimal): -283660 or 16034811. OLE color: 16034811.
HSL color Cylindrical-coordinate representation of color #FBABF4: hue angle of 305.25º 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 #FBABF4 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 244 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.02 |
| HSL | 305.25º | 0.91% | 0.83% | - |
| HSV(B) | 305.25º | 0.32% | 0.98% | - |
| XYZ | 70.68 | 56.17 | 92.7 | - |
| YUV | 203.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 244 | 0 | 0.32 | 0.03 | 0.02 | 305.25 | 0.91 | 0.83 |
| Hex | FB | AB | F4 | 0 | 20 | 3 | 2 | 131 | 5B | 53 |
| Octal | 373 | 253 | 364 | 0 | 40 | 3 | 2 | 461 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11110100 | 0 | 100000 | 11 | 10 | 100110001 | 1011011 | 1010011 |
Color Harmonies of #FBABF4
Complementary color
Monochromatic Colors of #FBABF4
Black with #FBABF4
Text Example
Text Example
White with #FBABF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABF4; }
p { color: rgb(251,171,244); }
H1.HeaderClassName
{
color: #FBABF4;
}
.AnyTagClassName
{
color: #FBABF4;
}
</style>
background-color css
<style>
a { background-color: #FBABF4; }
a { background-color: rgb(251,171,244); }
div.DivClassName
{
background-color: #FBABF4;
}
.BgClassName
{
background-color: #FBABF4;
}
</style>
border-color css
<style>
span { border-color: #FBABF4; }
span { border-color: rgb(251,171,244); }
td.TdClassName
{
border-color: #FBABF4;
}
.TagClassName
{
border-color: #FBABF4;
}
</style>