Shades of Lavender Rose #FBAAFC
Tints of Lavender Rose #FBAAFC
RGB
CMYK
RGB Variations
Color information
#FBAAFC (or 0xFBAAFC) is known color: Lavender Rose. HEX triplet: FB, AA and FC. RGB value is (251,170,252). Sum of RGB (Red+Green+Blue) = 251+170+252=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 170 (66.80% from 255 or 25.26% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBAAFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAAFC is #045503. Grayscale: #CBCBCB. Windows color (decimal): -283908 or 16558843. OLE color: 16558843.
HSL color Cylindrical-coordinate representation of color #FBAAFC: hue angle of 299.27º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBAAFC is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 170 | 252 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.01 |
| HSL | 299.27º | 0.93% | 0.83% | - |
| HSV(B) | 299.27º | 0.33% | 0.99% | - |
| XYZ | 71.73 | 56.29 | 99.18 | - |
| YUV | 203.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 252 | 0.00 | 0.33 | 0 | 0.01 | 299.27 | 0.93 | 0.83 |
| Hex | FB | AA | FC | 0 | 21 | 0 | 1 | 12B | 5D | 53 |
| Octal | 373 | 252 | 374 | 0 | 41 | 0 | 1 | 453 | 135 | 123 |
| Binary | 11111011 | 10101010 | 11111100 | 0 | 100001 | 0 | 1 | 100101011 | 1011101 | 1010011 |
Color Harmonies of #FBAAFC
Complementary color
Monochromatic Colors of #FBAAFC
Black with #FBAAFC
Text Example
Text Example
White with #FBAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAFC; }
p { color: rgb(251,170,252); }
H1.HeaderClassName
{
color: #FBAAFC;
}
.AnyTagClassName
{
color: #FBAAFC;
}
</style>
background-color css
<style>
a { background-color: #FBAAFC; }
a { background-color: rgb(251,170,252); }
div.DivClassName
{
background-color: #FBAAFC;
}
.BgClassName
{
background-color: #FBAAFC;
}
</style>
border-color css
<style>
span { border-color: #FBAAFC; }
span { border-color: rgb(251,170,252); }
td.TdClassName
{
border-color: #FBAAFC;
}
.TagClassName
{
border-color: #FBAAFC;
}
</style>