Shades of Lavender Rose #FBAAFE
Tints of Lavender Rose #FBAAFE
RGB
CMYK
RGB Variations
Color information
#FBAAFE (or 0xFBAAFE) is known color: Lavender Rose. HEX triplet: FB, AA and FE. RGB value is (251,170,254). Sum of RGB (Red+Green+Blue) = 251+170+254=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 170 (66.80% from 255 or 25.19% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBAAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAFE is #045501. Grayscale: #CBCBCB. Windows color (decimal): -283906 or 16689915. OLE color: 16689915.
HSL color Cylindrical-coordinate representation of color #FBAAFE: hue angle of 297.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBAAFE is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 170 | 254 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.00 |
| HSL | 297.86º | 0.98% | 0.83% | - |
| HSV(B) | 297.86º | 0.33% | 1% | - |
| XYZ | 72.05 | 56.41 | 100.86 | - |
| YUV | 203.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 254 | 0.01 | 0.33 | 0 | 0.00 | 297.86 | 0.98 | 0.83 |
| Hex | FB | AA | FE | 1 | 21 | 0 | 0 | 12A | 62 | 53 |
| Octal | 373 | 252 | 376 | 1 | 41 | 0 | 0 | 452 | 142 | 123 |
| Binary | 11111011 | 10101010 | 11111110 | 1 | 100001 | 0 | 0 | 100101010 | 1100010 | 1010011 |
Color Harmonies of #FBAAFE
Complementary color
Monochromatic Colors of #FBAAFE
Black with #FBAAFE
Text Example
Text Example
White with #FBAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAFE; }
p { color: rgb(251,170,254); }
H1.HeaderClassName
{
color: #FBAAFE;
}
.AnyTagClassName
{
color: #FBAAFE;
}
</style>
background-color css
<style>
a { background-color: #FBAAFE; }
a { background-color: rgb(251,170,254); }
div.DivClassName
{
background-color: #FBAAFE;
}
.BgClassName
{
background-color: #FBAAFE;
}
</style>
border-color css
<style>
span { border-color: #FBAAFE; }
span { border-color: rgb(251,170,254); }
td.TdClassName
{
border-color: #FBAAFE;
}
.TagClassName
{
border-color: #FBAAFE;
}
</style>