Shades of Lavender Rose #FBA0EE
Tints of Lavender Rose #FBA0EE
RGB
CMYK
RGB Variations
Color information
#FBA0EE (or 0xFBA0EE) is known color: Lavender Rose. HEX triplet: FB, A0 and EE. RGB value is (251,160,238). Sum of RGB (Red+Green+Blue) = 251+160+238=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 160 (62.89% from 255 or 24.65% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA0EE is #045F11. Grayscale: #C3C3C3. Windows color (decimal): -286482 or 15638779. OLE color: 15638779.
HSL color Cylindrical-coordinate representation of color #FBA0EE: hue angle of 308.57º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA0EE is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 238 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.02 |
| HSL | 308.57º | 0.92% | 0.81% | - |
| HSV(B) | 308.57º | 0.36% | 0.98% | - |
| XYZ | 67.79 | 51.82 | 87.32 | - |
| YUV | 196.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 238 | 0 | 0.36 | 0.05 | 0.02 | 308.57 | 0.92 | 0.81 |
| Hex | FB | A0 | EE | 0 | 24 | 5 | 2 | 135 | 5C | 51 |
| Octal | 373 | 240 | 356 | 0 | 44 | 5 | 2 | 465 | 134 | 121 |
| Binary | 11111011 | 10100000 | 11101110 | 0 | 100100 | 101 | 10 | 100110101 | 1011100 | 1010001 |
Color Harmonies of #FBA0EE
Complementary color
Monochromatic Colors of #FBA0EE
Black with #FBA0EE
Text Example
Text Example
White with #FBA0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA0EE; }
p { color: rgb(251,160,238); }
H1.HeaderClassName
{
color: #FBA0EE;
}
.AnyTagClassName
{
color: #FBA0EE;
}
</style>
background-color css
<style>
a { background-color: #FBA0EE; }
a { background-color: rgb(251,160,238); }
div.DivClassName
{
background-color: #FBA0EE;
}
.BgClassName
{
background-color: #FBA0EE;
}
</style>
border-color css
<style>
span { border-color: #FBA0EE; }
span { border-color: rgb(251,160,238); }
td.TdClassName
{
border-color: #FBA0EE;
}
.TagClassName
{
border-color: #FBA0EE;
}
</style>