Shades of Lavender Rose #FBA9EC
Tints of Lavender Rose #FBA9EC
RGB
CMYK
RGB Variations
Color information
#FBA9EC (or 0xFBA9EC) is known color: Lavender Rose. HEX triplet: FB, A9 and EC. RGB value is (251,169,236). Sum of RGB (Red+Green+Blue) = 251+169+236=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 169 (66.41% from 255 or 25.76% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA9EC is #045613. Grayscale: #C8C8C8. Windows color (decimal): -284180 or 15510011. OLE color: 15510011.
HSL color Cylindrical-coordinate representation of color #FBA9EC: hue angle of 310.98º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA9EC is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 236 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.02 |
| HSL | 310.98º | 0.91% | 0.82% | - |
| HSV(B) | 310.98º | 0.33% | 0.98% | - |
| XYZ | 69.11 | 54.94 | 86.32 | - |
| YUV | 201.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 236 | 0 | 0.33 | 0.06 | 0.02 | 310.98 | 0.91 | 0.82 |
| Hex | FB | A9 | EC | 0 | 21 | 6 | 2 | 137 | 5B | 52 |
| Octal | 373 | 251 | 354 | 0 | 41 | 6 | 2 | 467 | 133 | 122 |
| Binary | 11111011 | 10101001 | 11101100 | 0 | 100001 | 110 | 10 | 100110111 | 1011011 | 1010010 |
Color Harmonies of #FBA9EC
Complementary color
Monochromatic Colors of #FBA9EC
Black with #FBA9EC
Text Example
Text Example
White with #FBA9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9EC; }
p { color: rgb(251,169,236); }
H1.HeaderClassName
{
color: #FBA9EC;
}
.AnyTagClassName
{
color: #FBA9EC;
}
</style>
background-color css
<style>
a { background-color: #FBA9EC; }
a { background-color: rgb(251,169,236); }
div.DivClassName
{
background-color: #FBA9EC;
}
.BgClassName
{
background-color: #FBA9EC;
}
</style>
border-color css
<style>
span { border-color: #FBA9EC; }
span { border-color: rgb(251,169,236); }
td.TdClassName
{
border-color: #FBA9EC;
}
.TagClassName
{
border-color: #FBA9EC;
}
</style>