Shades of Lavender Rose #FBABEC
Tints of Lavender Rose #FBABEC
RGB
CMYK
RGB Variations
Color information
#FBABEC (or 0xFBABEC) is known color: Lavender Rose. HEX triplet: FB, AB and EC. RGB value is (251,171,236). Sum of RGB (Red+Green+Blue) = 251+171+236=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 171 (67.19% from 255 or 25.99% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBABEC is #045413. Grayscale: #CACACA. Windows color (decimal): -283668 or 15510523. OLE color: 15510523.
HSL color Cylindrical-coordinate representation of color #FBABEC: hue angle of 311.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 #FBABEC is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 236 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.02 |
| HSL | 311.25º | 0.91% | 0.83% | - |
| HSV(B) | 311.25º | 0.32% | 0.98% | - |
| XYZ | 69.49 | 55.69 | 86.44 | - |
| YUV | 202.33 | 147 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 236 | 0 | 0.32 | 0.06 | 0.02 | 311.25 | 0.91 | 0.83 |
| Hex | FB | AB | EC | 0 | 20 | 6 | 2 | 137 | 5B | 53 |
| Octal | 373 | 253 | 354 | 0 | 40 | 6 | 2 | 467 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11101100 | 0 | 100000 | 110 | 10 | 100110111 | 1011011 | 1010011 |
Color Harmonies of #FBABEC
Complementary color
Monochromatic Colors of #FBABEC
Black with #FBABEC
Text Example
Text Example
White with #FBABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABEC; }
p { color: rgb(251,171,236); }
H1.HeaderClassName
{
color: #FBABEC;
}
.AnyTagClassName
{
color: #FBABEC;
}
</style>
background-color css
<style>
a { background-color: #FBABEC; }
a { background-color: rgb(251,171,236); }
div.DivClassName
{
background-color: #FBABEC;
}
.BgClassName
{
background-color: #FBABEC;
}
</style>
border-color css
<style>
span { border-color: #FBABEC; }
span { border-color: rgb(251,171,236); }
td.TdClassName
{
border-color: #FBABEC;
}
.TagClassName
{
border-color: #FBABEC;
}
</style>