Shades of Lavender Rose #FBA8FF
Tints of Lavender Rose #FBA8FF
RGB
CMYK
RGB Variations
Color information
#FBA8FF (or 0xFBA8FF) is known color: Lavender Rose. HEX triplet: FB, A8 and FF. RGB value is (251,168,255). Sum of RGB (Red+Green+Blue) = 251+168+255=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 168 (66.02% from 255 or 24.93% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBA8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA8FF is #045700. Grayscale: #CACACA. Windows color (decimal): -284417 or 16754939. OLE color: 16754939.
HSL color Cylindrical-coordinate representation of color #FBA8FF: hue angle of 297.24º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA8FF is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 168 | 255 | - |
| CMYK | 0.02 | 0.34 | 0 | 0 |
| HSL | 297.24º | 1% | 0.83% | - |
| HSV(B) | 297.24º | 0.34% | 1% | - |
| XYZ | 71.84 | 55.73 | 101.58 | - |
| YUV | 202.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 255 | 0.02 | 0.34 | 0 | 0 | 297.24 | 1 | 0.83 |
| Hex | FB | A8 | FF | 2 | 22 | 0 | 0 | 129 | 64 | 53 |
| Octal | 373 | 250 | 377 | 2 | 42 | 0 | 0 | 451 | 144 | 123 |
| Binary | 11111011 | 10101000 | 11111111 | 10 | 100010 | 0 | 0 | 100101001 | 1100100 | 1010011 |
Color Harmonies of #FBA8FF
Complementary color
Monochromatic Colors of #FBA8FF
Black with #FBA8FF
Text Example
Text Example
White with #FBA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8FF; }
p { color: rgb(251,168,255); }
H1.HeaderClassName
{
color: #FBA8FF;
}
.AnyTagClassName
{
color: #FBA8FF;
}
</style>
background-color css
<style>
a { background-color: #FBA8FF; }
a { background-color: rgb(251,168,255); }
div.DivClassName
{
background-color: #FBA8FF;
}
.BgClassName
{
background-color: #FBA8FF;
}
</style>
border-color css
<style>
span { border-color: #FBA8FF; }
span { border-color: rgb(251,168,255); }
td.TdClassName
{
border-color: #FBA8FF;
}
.TagClassName
{
border-color: #FBA8FF;
}
</style>