Shades of Lavender Rose #FBA4EC
Tints of Lavender Rose #FBA4EC
RGB
CMYK
RGB Variations
Color information
#FBA4EC (or 0xFBA4EC) is known color: Lavender Rose. HEX triplet: FB, A4 and EC. RGB value is (251,164,236). Sum of RGB (Red+Green+Blue) = 251+164+236=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 164 (64.45% from 255 or 25.19% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA4EC is #045B13. Grayscale: #C6C6C6. Windows color (decimal): -285460 or 15508731. OLE color: 15508731.
HSL color Cylindrical-coordinate representation of color #FBA4EC: hue angle of 310.34º 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 #FBA4EC is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 236 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.02 |
| HSL | 310.34º | 0.92% | 0.81% | - |
| HSV(B) | 310.34º | 0.35% | 0.98% | - |
| XYZ | 68.2 | 53.12 | 86.01 | - |
| YUV | 198.22 | 149.32 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 236 | 0 | 0.35 | 0.06 | 0.02 | 310.34 | 0.92 | 0.81 |
| Hex | FB | A4 | EC | 0 | 23 | 6 | 2 | 136 | 5C | 51 |
| Octal | 373 | 244 | 354 | 0 | 43 | 6 | 2 | 466 | 134 | 121 |
| Binary | 11111011 | 10100100 | 11101100 | 0 | 100011 | 110 | 10 | 100110110 | 1011100 | 1010001 |
Color Harmonies of #FBA4EC
Complementary color
Monochromatic Colors of #FBA4EC
Black with #FBA4EC
Text Example
Text Example
White with #FBA4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA4EC; }
p { color: rgb(251,164,236); }
H1.HeaderClassName
{
color: #FBA4EC;
}
.AnyTagClassName
{
color: #FBA4EC;
}
</style>
background-color css
<style>
a { background-color: #FBA4EC; }
a { background-color: rgb(251,164,236); }
div.DivClassName
{
background-color: #FBA4EC;
}
.BgClassName
{
background-color: #FBA4EC;
}
</style>
border-color css
<style>
span { border-color: #FBA4EC; }
span { border-color: rgb(251,164,236); }
td.TdClassName
{
border-color: #FBA4EC;
}
.TagClassName
{
border-color: #FBA4EC;
}
</style>