Shades of Lavender Rose #FBAAF2
Tints of Lavender Rose #FBAAF2
RGB
CMYK
RGB Variations
Color information
#FBAAF2 (or 0xFBAAF2) is known color: Lavender Rose. HEX triplet: FB, AA and F2. RGB value is (251,170,242). Sum of RGB (Red+Green+Blue) = 251+170+242=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 170 (66.80% from 255 or 25.64% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAF2 is #04550D. Grayscale: #CACACA. Windows color (decimal): -283918 or 15903483. OLE color: 15903483.
HSL color Cylindrical-coordinate representation of color #FBAAF2: hue angle of 306.67º 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 #FBAAF2 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 242 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.02 |
| HSL | 306.67º | 0.91% | 0.83% | - |
| HSV(B) | 306.67º | 0.32% | 0.98% | - |
| XYZ | 70.19 | 55.67 | 91.05 | - |
| YUV | 202.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 242 | 0 | 0.32 | 0.04 | 0.02 | 306.67 | 0.91 | 0.83 |
| Hex | FB | AA | F2 | 0 | 20 | 4 | 2 | 133 | 5B | 53 |
| Octal | 373 | 252 | 362 | 0 | 40 | 4 | 2 | 463 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11110010 | 0 | 100000 | 100 | 10 | 100110011 | 1011011 | 1010011 |
Color Harmonies of #FBAAF2
Complementary color
Monochromatic Colors of #FBAAF2
Black with #FBAAF2
Text Example
Text Example
White with #FBAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAF2; }
p { color: rgb(251,170,242); }
H1.HeaderClassName
{
color: #FBAAF2;
}
.AnyTagClassName
{
color: #FBAAF2;
}
</style>
background-color css
<style>
a { background-color: #FBAAF2; }
a { background-color: rgb(251,170,242); }
div.DivClassName
{
background-color: #FBAAF2;
}
.BgClassName
{
background-color: #FBAAF2;
}
</style>
border-color css
<style>
span { border-color: #FBAAF2; }
span { border-color: rgb(251,170,242); }
td.TdClassName
{
border-color: #FBAAF2;
}
.TagClassName
{
border-color: #FBAAF2;
}
</style>