Shades of Lavender Rose #FBA8FB
Tints of Lavender Rose #FBA8FB
RGB
CMYK
RGB Variations
Color information
#FBA8FB (or 0xFBA8FB) is known color: Lavender Rose. HEX triplet: FB, A8 and FB. RGB value is (251,168,251). Sum of RGB (Red+Green+Blue) = 251+168+251=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 168 (66.02% from 255 or 25.07% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBA8FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA8FB is #045704. Grayscale: #CACACA. Windows color (decimal): -284421 or 16492795. OLE color: 16492795.
HSL color Cylindrical-coordinate representation of color #FBA8FB: hue angle of 300º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA8FB is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 251 | - |
| CMYK | 0 | 0.33 | 0 | 0.02 |
| HSL | 300º | 0.91% | 0.82% | - |
| HSV(B) | 300º | 0.33% | 0.98% | - |
| XYZ | 71.2 | 55.48 | 98.22 | - |
| YUV | 202.28 | 155.5 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 251 | 0 | 0.33 | 0 | 0.02 | 300 | 0.91 | 0.82 |
| Hex | FB | A8 | FB | 0 | 21 | 0 | 2 | 12C | 5B | 52 |
| Octal | 373 | 250 | 373 | 0 | 41 | 0 | 2 | 454 | 133 | 122 |
| Binary | 11111011 | 10101000 | 11111011 | 0 | 100001 | 0 | 10 | 100101100 | 1011011 | 1010010 |
Color Harmonies of #FBA8FB
Complementary color
Monochromatic Colors of #FBA8FB
Black with #FBA8FB
Text Example
Text Example
White with #FBA8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8FB; }
p { color: rgb(251,168,251); }
H1.HeaderClassName
{
color: #FBA8FB;
}
.AnyTagClassName
{
color: #FBA8FB;
}
</style>
background-color css
<style>
a { background-color: #FBA8FB; }
a { background-color: rgb(251,168,251); }
div.DivClassName
{
background-color: #FBA8FB;
}
.BgClassName
{
background-color: #FBA8FB;
}
</style>
border-color css
<style>
span { border-color: #FBA8FB; }
span { border-color: rgb(251,168,251); }
td.TdClassName
{
border-color: #FBA8FB;
}
.TagClassName
{
border-color: #FBA8FB;
}
</style>