Shades of Lavender Rose #FBA2EF
Tints of Lavender Rose #FBA2EF
RGB
CMYK
RGB Variations
Color information
#FBA2EF (or 0xFBA2EF) is known color: Lavender Rose. HEX triplet: FB, A2 and EF. RGB value is (251,162,239). Sum of RGB (Red+Green+Blue) = 251+162+239=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 162 (63.67% from 255 or 24.85% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA2EF is #045D10. Grayscale: #C5C5C5. Windows color (decimal): -285969 or 15704827. OLE color: 15704827.
HSL color Cylindrical-coordinate representation of color #FBA2EF: hue angle of 308.09º 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 #FBA2EF is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 239 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.02 |
| HSL | 308.09º | 0.92% | 0.81% | - |
| HSV(B) | 308.09º | 0.35% | 0.98% | - |
| XYZ | 68.28 | 52.58 | 88.21 | - |
| YUV | 197.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 239 | 0 | 0.35 | 0.05 | 0.02 | 308.09 | 0.92 | 0.81 |
| Hex | FB | A2 | EF | 0 | 23 | 5 | 2 | 134 | 5C | 51 |
| Octal | 373 | 242 | 357 | 0 | 43 | 5 | 2 | 464 | 134 | 121 |
| Binary | 11111011 | 10100010 | 11101111 | 0 | 100011 | 101 | 10 | 100110100 | 1011100 | 1010001 |
Color Harmonies of #FBA2EF
Complementary color
Monochromatic Colors of #FBA2EF
Black with #FBA2EF
Text Example
Text Example
White with #FBA2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2EF; }
p { color: rgb(251,162,239); }
H1.HeaderClassName
{
color: #FBA2EF;
}
.AnyTagClassName
{
color: #FBA2EF;
}
</style>
background-color css
<style>
a { background-color: #FBA2EF; }
a { background-color: rgb(251,162,239); }
div.DivClassName
{
background-color: #FBA2EF;
}
.BgClassName
{
background-color: #FBA2EF;
}
</style>
border-color css
<style>
span { border-color: #FBA2EF; }
span { border-color: rgb(251,162,239); }
td.TdClassName
{
border-color: #FBA2EF;
}
.TagClassName
{
border-color: #FBA2EF;
}
</style>