Shades of Lavender Rose #FBA2EE
Tints of Lavender Rose #FBA2EE
RGB
CMYK
RGB Variations
Color information
#FBA2EE (or 0xFBA2EE) is known color: Lavender Rose. HEX triplet: FB, A2 and EE. RGB value is (251,162,238). Sum of RGB (Red+Green+Blue) = 251+162+238=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 162 (63.67% from 255 or 24.88% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA2EE is #045D11. Grayscale: #C5C5C5. Windows color (decimal): -285970 or 15639291. OLE color: 15639291.
HSL color Cylindrical-coordinate representation of color #FBA2EE: hue angle of 308.76º 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 #FBA2EE is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 238 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.02 |
| HSL | 308.76º | 0.92% | 0.81% | - |
| HSV(B) | 308.76º | 0.35% | 0.98% | - |
| XYZ | 68.14 | 52.52 | 87.44 | - |
| YUV | 197.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 238 | 0 | 0.35 | 0.05 | 0.02 | 308.76 | 0.92 | 0.81 |
| Hex | FB | A2 | EE | 0 | 23 | 5 | 2 | 135 | 5C | 51 |
| Octal | 373 | 242 | 356 | 0 | 43 | 5 | 2 | 465 | 134 | 121 |
| Binary | 11111011 | 10100010 | 11101110 | 0 | 100011 | 101 | 10 | 100110101 | 1011100 | 1010001 |
Color Harmonies of #FBA2EE
Complementary color
Monochromatic Colors of #FBA2EE
Black with #FBA2EE
Text Example
Text Example
White with #FBA2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2EE; }
p { color: rgb(251,162,238); }
H1.HeaderClassName
{
color: #FBA2EE;
}
.AnyTagClassName
{
color: #FBA2EE;
}
</style>
background-color css
<style>
a { background-color: #FBA2EE; }
a { background-color: rgb(251,162,238); }
div.DivClassName
{
background-color: #FBA2EE;
}
.BgClassName
{
background-color: #FBA2EE;
}
</style>
border-color css
<style>
span { border-color: #FBA2EE; }
span { border-color: rgb(251,162,238); }
td.TdClassName
{
border-color: #FBA2EE;
}
.TagClassName
{
border-color: #FBA2EE;
}
</style>