Shades of Lavender Rose #FBAAF4
Tints of Lavender Rose #FBAAF4
RGB
CMYK
RGB Variations
Color information
#FBAAF4 (or 0xFBAAF4) is known color: Lavender Rose. HEX triplet: FB, AA and F4. RGB value is (251,170,244). Sum of RGB (Red+Green+Blue) = 251+170+244=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 170 (66.80% from 255 or 25.56% from 665); Blue value is 244 (95.70% from 255 or 36.69% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAF4 is #04550B. Grayscale: #CACACA. Windows color (decimal): -283916 or 16034555. OLE color: 16034555.
HSL color Cylindrical-coordinate representation of color #FBAAF4: hue angle of 305.19º 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 #FBAAF4 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 244 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.02 |
| HSL | 305.19º | 0.91% | 0.83% | - |
| HSV(B) | 305.19º | 0.32% | 0.98% | - |
| XYZ | 70.49 | 55.79 | 92.64 | - |
| YUV | 202.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 244 | 0 | 0.32 | 0.03 | 0.02 | 305.19 | 0.91 | 0.83 |
| Hex | FB | AA | F4 | 0 | 20 | 3 | 2 | 131 | 5B | 53 |
| Octal | 373 | 252 | 364 | 0 | 40 | 3 | 2 | 461 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11110100 | 0 | 100000 | 11 | 10 | 100110001 | 1011011 | 1010011 |
Color Harmonies of #FBAAF4
Complementary color
Monochromatic Colors of #FBAAF4
Black with #FBAAF4
Text Example
Text Example
White with #FBAAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAF4; }
p { color: rgb(251,170,244); }
H1.HeaderClassName
{
color: #FBAAF4;
}
.AnyTagClassName
{
color: #FBAAF4;
}
</style>
background-color css
<style>
a { background-color: #FBAAF4; }
a { background-color: rgb(251,170,244); }
div.DivClassName
{
background-color: #FBAAF4;
}
.BgClassName
{
background-color: #FBAAF4;
}
</style>
border-color css
<style>
span { border-color: #FBAAF4; }
span { border-color: rgb(251,170,244); }
td.TdClassName
{
border-color: #FBAAF4;
}
.TagClassName
{
border-color: #FBAAF4;
}
</style>