Shades of Lavender Rose #FBAAE4
Tints of Lavender Rose #FBAAE4
RGB
CMYK
RGB Variations
Color information
#FBAAE4 (or 0xFBAAE4) is known color: Lavender Rose. HEX triplet: FB, AA and E4. RGB value is (251,170,228). Sum of RGB (Red+Green+Blue) = 251+170+228=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 170 (66.80% from 255 or 26.19% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAE4 is #04551B. Grayscale: #C8C8C8. Windows color (decimal): -283932 or 14985979. OLE color: 14985979.
HSL color Cylindrical-coordinate representation of color #FBAAE4: hue angle of 317.04º 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 #FBAAE4 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 228 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.02 |
| HSL | 317.04º | 0.91% | 0.83% | - |
| HSV(B) | 317.04º | 0.32% | 0.98% | - |
| XYZ | 68.16 | 54.86 | 80.4 | - |
| YUV | 200.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 228 | 0 | 0.32 | 0.09 | 0.02 | 317.04 | 0.91 | 0.83 |
| Hex | FB | AA | E4 | 0 | 20 | 9 | 2 | 13D | 5B | 53 |
| Octal | 373 | 252 | 344 | 0 | 40 | 11 | 2 | 475 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11100100 | 0 | 100000 | 1001 | 10 | 100111101 | 1011011 | 1010011 |
Color Harmonies of #FBAAE4
Complementary color
Monochromatic Colors of #FBAAE4
Black with #FBAAE4
Text Example
Text Example
White with #FBAAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAE4; }
p { color: rgb(251,170,228); }
H1.HeaderClassName
{
color: #FBAAE4;
}
.AnyTagClassName
{
color: #FBAAE4;
}
</style>
background-color css
<style>
a { background-color: #FBAAE4; }
a { background-color: rgb(251,170,228); }
div.DivClassName
{
background-color: #FBAAE4;
}
.BgClassName
{
background-color: #FBAAE4;
}
</style>
border-color css
<style>
span { border-color: #FBAAE4; }
span { border-color: rgb(251,170,228); }
td.TdClassName
{
border-color: #FBAAE4;
}
.TagClassName
{
border-color: #FBAAE4;
}
</style>