Shades of Lavender Rose #FBA5EC
Tints of Lavender Rose #FBA5EC
RGB
CMYK
RGB Variations
Color information
#FBA5EC (or 0xFBA5EC) is known color: Lavender Rose. HEX triplet: FB, A5 and EC. RGB value is (251,165,236). Sum of RGB (Red+Green+Blue) = 251+165+236=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 165 (64.84% from 255 or 25.31% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA5EC is #045A13. Grayscale: #C6C6C6. Windows color (decimal): -285204 or 15508987. OLE color: 15508987.
HSL color Cylindrical-coordinate representation of color #FBA5EC: hue angle of 310.47º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA5EC is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 236 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.02 |
| HSL | 310.47º | 0.91% | 0.82% | - |
| HSV(B) | 310.47º | 0.34% | 0.98% | - |
| XYZ | 68.38 | 53.48 | 86.07 | - |
| YUV | 198.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 236 | 0 | 0.34 | 0.06 | 0.02 | 310.47 | 0.91 | 0.82 |
| Hex | FB | A5 | EC | 0 | 22 | 6 | 2 | 136 | 5B | 52 |
| Octal | 373 | 245 | 354 | 0 | 42 | 6 | 2 | 466 | 133 | 122 |
| Binary | 11111011 | 10100101 | 11101100 | 0 | 100010 | 110 | 10 | 100110110 | 1011011 | 1010010 |
Color Harmonies of #FBA5EC
Complementary color
Monochromatic Colors of #FBA5EC
Black with #FBA5EC
Text Example
Text Example
White with #FBA5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5EC; }
p { color: rgb(251,165,236); }
H1.HeaderClassName
{
color: #FBA5EC;
}
.AnyTagClassName
{
color: #FBA5EC;
}
</style>
background-color css
<style>
a { background-color: #FBA5EC; }
a { background-color: rgb(251,165,236); }
div.DivClassName
{
background-color: #FBA5EC;
}
.BgClassName
{
background-color: #FBA5EC;
}
</style>
border-color css
<style>
span { border-color: #FBA5EC; }
span { border-color: rgb(251,165,236); }
td.TdClassName
{
border-color: #FBA5EC;
}
.TagClassName
{
border-color: #FBA5EC;
}
</style>