Shades of Lavender Rose #FBA2FF
Tints of Lavender Rose #FBA2FF
RGB
CMYK
RGB Variations
Color information
#FBA2FF (or 0xFBA2FF) is known color: Lavender Rose. HEX triplet: FB, A2 and FF. RGB value is (251,162,255). Sum of RGB (Red+Green+Blue) = 251+162+255=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 162 (63.67% from 255 or 24.25% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBA2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA2FF is #045D00. Grayscale: #C6C6C6. Windows color (decimal): -285953 or 16753403. OLE color: 16753403.
HSL color Cylindrical-coordinate representation of color #FBA2FF: hue angle of 297.42º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA2FF is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 162 | 255 | - |
| CMYK | 0.02 | 0.36 | 0 | 0 |
| HSL | 297.42º | 1% | 0.82% | - |
| HSV(B) | 297.42º | 0.36% | 1% | - |
| XYZ | 70.75 | 53.57 | 101.22 | - |
| YUV | 199.21 | 159.49 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 255 | 0.02 | 0.36 | 0 | 0 | 297.42 | 1 | 0.82 |
| Hex | FB | A2 | FF | 2 | 24 | 0 | 0 | 129 | 64 | 52 |
| Octal | 373 | 242 | 377 | 2 | 44 | 0 | 0 | 451 | 144 | 122 |
| Binary | 11111011 | 10100010 | 11111111 | 10 | 100100 | 0 | 0 | 100101001 | 1100100 | 1010010 |
Color Harmonies of #FBA2FF
Complementary color
Monochromatic Colors of #FBA2FF
Black with #FBA2FF
Text Example
Text Example
White with #FBA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2FF; }
p { color: rgb(251,162,255); }
H1.HeaderClassName
{
color: #FBA2FF;
}
.AnyTagClassName
{
color: #FBA2FF;
}
</style>
background-color css
<style>
a { background-color: #FBA2FF; }
a { background-color: rgb(251,162,255); }
div.DivClassName
{
background-color: #FBA2FF;
}
.BgClassName
{
background-color: #FBA2FF;
}
</style>
border-color css
<style>
span { border-color: #FBA2FF; }
span { border-color: rgb(251,162,255); }
td.TdClassName
{
border-color: #FBA2FF;
}
.TagClassName
{
border-color: #FBA2FF;
}
</style>