Shades of Lavender Rose #FBA1EC
Tints of Lavender Rose #FBA1EC
RGB
CMYK
RGB Variations
Color information
#FBA1EC (or 0xFBA1EC) is known color: Lavender Rose. HEX triplet: FB, A1 and EC. RGB value is (251,161,236). Sum of RGB (Red+Green+Blue) = 251+161+236=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 161 (63.28% from 255 or 24.85% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA1EC is #045E13. Grayscale: #C4C4C4. Windows color (decimal): -286228 or 15507963. OLE color: 15507963.
HSL color Cylindrical-coordinate representation of color #FBA1EC: hue angle of 310º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA1EC is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 236 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.02 |
| HSL | 310º | 0.92% | 0.81% | - |
| HSV(B) | 310º | 0.36% | 0.98% | - |
| XYZ | 67.67 | 52.06 | 85.84 | - |
| YUV | 196.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 236 | 0 | 0.36 | 0.06 | 0.02 | 310 | 0.92 | 0.81 |
| Hex | FB | A1 | EC | 0 | 24 | 6 | 2 | 136 | 5C | 51 |
| Octal | 373 | 241 | 354 | 0 | 44 | 6 | 2 | 466 | 134 | 121 |
| Binary | 11111011 | 10100001 | 11101100 | 0 | 100100 | 110 | 10 | 100110110 | 1011100 | 1010001 |
Color Harmonies of #FBA1EC
Complementary color
Monochromatic Colors of #FBA1EC
Black with #FBA1EC
Text Example
Text Example
White with #FBA1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1EC; }
p { color: rgb(251,161,236); }
H1.HeaderClassName
{
color: #FBA1EC;
}
.AnyTagClassName
{
color: #FBA1EC;
}
</style>
background-color css
<style>
a { background-color: #FBA1EC; }
a { background-color: rgb(251,161,236); }
div.DivClassName
{
background-color: #FBA1EC;
}
.BgClassName
{
background-color: #FBA1EC;
}
</style>
border-color css
<style>
span { border-color: #FBA1EC; }
span { border-color: rgb(251,161,236); }
td.TdClassName
{
border-color: #FBA1EC;
}
.TagClassName
{
border-color: #FBA1EC;
}
</style>