Shades of Lavender Rose #FBAAF1
Tints of Lavender Rose #FBAAF1
RGB
CMYK
RGB Variations
Color information
#FBAAF1 (or 0xFBAAF1) is known color: Lavender Rose. HEX triplet: FB, AA and F1. RGB value is (251,170,241). Sum of RGB (Red+Green+Blue) = 251+170+241=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 170 (66.80% from 255 or 25.68% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAF1 is #04550E. Grayscale: #CACACA. Windows color (decimal): -283919 or 15837947. OLE color: 15837947.
HSL color Cylindrical-coordinate representation of color #FBAAF1: hue angle of 307.41º 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 #FBAAF1 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 241 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.02 |
| HSL | 307.41º | 0.91% | 0.83% | - |
| HSV(B) | 307.41º | 0.32% | 0.98% | - |
| XYZ | 70.04 | 55.61 | 90.26 | - |
| YUV | 202.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 241 | 0 | 0.32 | 0.04 | 0.02 | 307.41 | 0.91 | 0.83 |
| Hex | FB | AA | F1 | 0 | 20 | 4 | 2 | 133 | 5B | 53 |
| Octal | 373 | 252 | 361 | 0 | 40 | 4 | 2 | 463 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11110001 | 0 | 100000 | 100 | 10 | 100110011 | 1011011 | 1010011 |
Color Harmonies of #FBAAF1
Complementary color
Monochromatic Colors of #FBAAF1
Black with #FBAAF1
Text Example
Text Example
White with #FBAAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAF1; }
p { color: rgb(251,170,241); }
H1.HeaderClassName
{
color: #FBAAF1;
}
.AnyTagClassName
{
color: #FBAAF1;
}
</style>
background-color css
<style>
a { background-color: #FBAAF1; }
a { background-color: rgb(251,170,241); }
div.DivClassName
{
background-color: #FBAAF1;
}
.BgClassName
{
background-color: #FBAAF1;
}
</style>
border-color css
<style>
span { border-color: #FBAAF1; }
span { border-color: rgb(251,170,241); }
td.TdClassName
{
border-color: #FBAAF1;
}
.TagClassName
{
border-color: #FBAAF1;
}
</style>