Shades of Lavender Rose #FBA2EC
Tints of Lavender Rose #FBA2EC
RGB
CMYK
RGB Variations
Color information
#FBA2EC (or 0xFBA2EC) is known color: Lavender Rose. HEX triplet: FB, A2 and EC. RGB value is (251,162,236). Sum of RGB (Red+Green+Blue) = 251+162+236=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 162 (63.67% from 255 or 24.96% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA2EC is #045D13. Grayscale: #C4C4C4. Windows color (decimal): -285972 or 15508219. OLE color: 15508219.
HSL color Cylindrical-coordinate representation of color #FBA2EC: hue angle of 310.11º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA2EC is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 236 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.02 |
| HSL | 310.11º | 0.92% | 0.81% | - |
| HSV(B) | 310.11º | 0.35% | 0.98% | - |
| XYZ | 67.84 | 52.41 | 85.9 | - |
| YUV | 197.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 236 | 0 | 0.35 | 0.06 | 0.02 | 310.11 | 0.92 | 0.81 |
| Hex | FB | A2 | EC | 0 | 23 | 6 | 2 | 136 | 5C | 51 |
| Octal | 373 | 242 | 354 | 0 | 43 | 6 | 2 | 466 | 134 | 121 |
| Binary | 11111011 | 10100010 | 11101100 | 0 | 100011 | 110 | 10 | 100110110 | 1011100 | 1010001 |
Color Harmonies of #FBA2EC
Complementary color
Monochromatic Colors of #FBA2EC
Black with #FBA2EC
Text Example
Text Example
White with #FBA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2EC; }
p { color: rgb(251,162,236); }
H1.HeaderClassName
{
color: #FBA2EC;
}
.AnyTagClassName
{
color: #FBA2EC;
}
</style>
background-color css
<style>
a { background-color: #FBA2EC; }
a { background-color: rgb(251,162,236); }
div.DivClassName
{
background-color: #FBA2EC;
}
.BgClassName
{
background-color: #FBA2EC;
}
</style>
border-color css
<style>
span { border-color: #FBA2EC; }
span { border-color: rgb(251,162,236); }
td.TdClassName
{
border-color: #FBA2EC;
}
.TagClassName
{
border-color: #FBA2EC;
}
</style>