Shades of Lavender Rose #FBAAF0
Tints of Lavender Rose #FBAAF0
RGB
CMYK
RGB Variations
Color information
#FBAAF0 (or 0xFBAAF0) is known color: Lavender Rose. HEX triplet: FB, AA and F0. RGB value is (251,170,240). Sum of RGB (Red+Green+Blue) = 251+170+240=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 170 (66.80% from 255 or 25.72% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAF0 is #04550F. Grayscale: #CACACA. Windows color (decimal): -283920 or 15772411. OLE color: 15772411.
HSL color Cylindrical-coordinate representation of color #FBAAF0: hue angle of 308.15º 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 #FBAAF0 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 240 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.02 |
| HSL | 308.15º | 0.91% | 0.83% | - |
| HSV(B) | 308.15º | 0.32% | 0.98% | - |
| XYZ | 69.89 | 55.55 | 89.48 | - |
| YUV | 202.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 240 | 0 | 0.32 | 0.04 | 0.02 | 308.15 | 0.91 | 0.83 |
| Hex | FB | AA | F0 | 0 | 20 | 4 | 2 | 134 | 5B | 53 |
| Octal | 373 | 252 | 360 | 0 | 40 | 4 | 2 | 464 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11110000 | 0 | 100000 | 100 | 10 | 100110100 | 1011011 | 1010011 |
Color Harmonies of #FBAAF0
Complementary color
Monochromatic Colors of #FBAAF0
Black with #FBAAF0
Text Example
Text Example
White with #FBAAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAF0; }
p { color: rgb(251,170,240); }
H1.HeaderClassName
{
color: #FBAAF0;
}
.AnyTagClassName
{
color: #FBAAF0;
}
</style>
background-color css
<style>
a { background-color: #FBAAF0; }
a { background-color: rgb(251,170,240); }
div.DivClassName
{
background-color: #FBAAF0;
}
.BgClassName
{
background-color: #FBAAF0;
}
</style>
border-color css
<style>
span { border-color: #FBAAF0; }
span { border-color: rgb(251,170,240); }
td.TdClassName
{
border-color: #FBAAF0;
}
.TagClassName
{
border-color: #FBAAF0;
}
</style>