Shades of Lavender Rose #FBAAEE
Tints of Lavender Rose #FBAAEE
RGB
CMYK
RGB Variations
Color information
#FBAAEE (or 0xFBAAEE) is known color: Lavender Rose. HEX triplet: FB, AA and EE. RGB value is (251,170,238). Sum of RGB (Red+Green+Blue) = 251+170+238=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 170 (66.80% from 255 or 25.80% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAEE is #045511. Grayscale: #C9C9C9. Windows color (decimal): -283922 or 15641339. OLE color: 15641339.
HSL color Cylindrical-coordinate representation of color #FBAAEE: hue angle of 309.63º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBAAEE is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 238 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.02 |
| HSL | 309.63º | 0.91% | 0.83% | - |
| HSV(B) | 309.63º | 0.32% | 0.98% | - |
| XYZ | 69.59 | 55.43 | 87.92 | - |
| YUV | 201.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 238 | 0 | 0.32 | 0.05 | 0.02 | 309.63 | 0.91 | 0.83 |
| Hex | FB | AA | EE | 0 | 20 | 5 | 2 | 136 | 5B | 53 |
| Octal | 373 | 252 | 356 | 0 | 40 | 5 | 2 | 466 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11101110 | 0 | 100000 | 101 | 10 | 100110110 | 1011011 | 1010011 |
Color Harmonies of #FBAAEE
Complementary color
Monochromatic Colors of #FBAAEE
Black with #FBAAEE
Text Example
Text Example
White with #FBAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAEE; }
p { color: rgb(251,170,238); }
H1.HeaderClassName
{
color: #FBAAEE;
}
.AnyTagClassName
{
color: #FBAAEE;
}
</style>
background-color css
<style>
a { background-color: #FBAAEE; }
a { background-color: rgb(251,170,238); }
div.DivClassName
{
background-color: #FBAAEE;
}
.BgClassName
{
background-color: #FBAAEE;
}
</style>
border-color css
<style>
span { border-color: #FBAAEE; }
span { border-color: rgb(251,170,238); }
td.TdClassName
{
border-color: #FBAAEE;
}
.TagClassName
{
border-color: #FBAAEE;
}
</style>