Shades of Lavender Rose #FBAAF9
Tints of Lavender Rose #FBAAF9
RGB
CMYK
RGB Variations
Color information
#FBAAF9 (or 0xFBAAF9) is known color: Lavender Rose. HEX triplet: FB, AA and F9. RGB value is (251,170,249). Sum of RGB (Red+Green+Blue) = 251+170+249=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 170 (66.80% from 255 or 25.37% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAF9 is #045506. Grayscale: #CACACA. Windows color (decimal): -283911 or 16362235. OLE color: 16362235.
HSL color Cylindrical-coordinate representation of color #FBAAF9: hue angle of 301.48º 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 #FBAAF9 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 249 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.02 |
| HSL | 301.48º | 0.91% | 0.83% | - |
| HSV(B) | 301.48º | 0.32% | 0.98% | - |
| XYZ | 71.26 | 56.1 | 96.69 | - |
| YUV | 203.23 | 153.84 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 249 | 0 | 0.32 | 0.01 | 0.02 | 301.48 | 0.91 | 0.83 |
| Hex | FB | AA | F9 | 0 | 20 | 1 | 2 | 12D | 5B | 53 |
| Octal | 373 | 252 | 371 | 0 | 40 | 1 | 2 | 455 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11111001 | 0 | 100000 | 1 | 10 | 100101101 | 1011011 | 1010011 |
Color Harmonies of #FBAAF9
Complementary color
Monochromatic Colors of #FBAAF9
Black with #FBAAF9
Text Example
Text Example
White with #FBAAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAF9; }
p { color: rgb(251,170,249); }
H1.HeaderClassName
{
color: #FBAAF9;
}
.AnyTagClassName
{
color: #FBAAF9;
}
</style>
background-color css
<style>
a { background-color: #FBAAF9; }
a { background-color: rgb(251,170,249); }
div.DivClassName
{
background-color: #FBAAF9;
}
.BgClassName
{
background-color: #FBAAF9;
}
</style>
border-color css
<style>
span { border-color: #FBAAF9; }
span { border-color: rgb(251,170,249); }
td.TdClassName
{
border-color: #FBAAF9;
}
.TagClassName
{
border-color: #FBAAF9;
}
</style>