Shades of Lavender Rose #FBA8EC
Tints of Lavender Rose #FBA8EC
RGB
CMYK
RGB Variations
Color information
#FBA8EC (or 0xFBA8EC) is known color: Lavender Rose. HEX triplet: FB, A8 and EC. RGB value is (251,168,236). Sum of RGB (Red+Green+Blue) = 251+168+236=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 168 (66.02% from 255 or 25.65% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA8EC is #045713. Grayscale: #C8C8C8. Windows color (decimal): -284436 or 15509755. OLE color: 15509755.
HSL color Cylindrical-coordinate representation of color #FBA8EC: hue angle of 310.84º 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 #FBA8EC is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 236 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.02 |
| HSL | 310.84º | 0.91% | 0.82% | - |
| HSV(B) | 310.84º | 0.33% | 0.98% | - |
| XYZ | 68.93 | 54.57 | 86.26 | - |
| YUV | 200.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 236 | 0 | 0.33 | 0.06 | 0.02 | 310.84 | 0.91 | 0.82 |
| Hex | FB | A8 | EC | 0 | 21 | 6 | 2 | 137 | 5B | 52 |
| Octal | 373 | 250 | 354 | 0 | 41 | 6 | 2 | 467 | 133 | 122 |
| Binary | 11111011 | 10101000 | 11101100 | 0 | 100001 | 110 | 10 | 100110111 | 1011011 | 1010010 |
Color Harmonies of #FBA8EC
Complementary color
Monochromatic Colors of #FBA8EC
Black with #FBA8EC
Text Example
Text Example
White with #FBA8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8EC; }
p { color: rgb(251,168,236); }
H1.HeaderClassName
{
color: #FBA8EC;
}
.AnyTagClassName
{
color: #FBA8EC;
}
</style>
background-color css
<style>
a { background-color: #FBA8EC; }
a { background-color: rgb(251,168,236); }
div.DivClassName
{
background-color: #FBA8EC;
}
.BgClassName
{
background-color: #FBA8EC;
}
</style>
border-color css
<style>
span { border-color: #FBA8EC; }
span { border-color: rgb(251,168,236); }
td.TdClassName
{
border-color: #FBA8EC;
}
.TagClassName
{
border-color: #FBA8EC;
}
</style>