Shades of Lavender Rose #FBA6FB
Tints of Lavender Rose #FBA6FB
RGB
CMYK
RGB Variations
Color information
#FBA6FB (or 0xFBA6FB) is known color: Lavender Rose. HEX triplet: FB, A6 and FB. RGB value is (251,166,251). Sum of RGB (Red+Green+Blue) = 251+166+251=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 166 (65.23% from 255 or 24.85% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBA6FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA6FB is #045904. Grayscale: #C8C8C8. Windows color (decimal): -284933 or 16492283. OLE color: 16492283.
HSL color Cylindrical-coordinate representation of color #FBA6FB: 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.34%. Process color model (Four color, CMYK) of #FBA6FB is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 251 | - |
| CMYK | 0 | 0.34 | 0 | 0.02 |
| HSL | 300º | 0.91% | 0.82% | - |
| HSV(B) | 300º | 0.34% | 0.98% | - |
| XYZ | 70.83 | 54.75 | 98.1 | - |
| YUV | 201.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 251 | 0 | 0.34 | 0 | 0.02 | 300 | 0.91 | 0.82 |
| Hex | FB | A6 | FB | 0 | 22 | 0 | 2 | 12C | 5B | 52 |
| Octal | 373 | 246 | 373 | 0 | 42 | 0 | 2 | 454 | 133 | 122 |
| Binary | 11111011 | 10100110 | 11111011 | 0 | 100010 | 0 | 10 | 100101100 | 1011011 | 1010010 |
Color Harmonies of #FBA6FB
Complementary color
Monochromatic Colors of #FBA6FB
Black with #FBA6FB
Text Example
Text Example
White with #FBA6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6FB; }
p { color: rgb(251,166,251); }
H1.HeaderClassName
{
color: #FBA6FB;
}
.AnyTagClassName
{
color: #FBA6FB;
}
</style>
background-color css
<style>
a { background-color: #FBA6FB; }
a { background-color: rgb(251,166,251); }
div.DivClassName
{
background-color: #FBA6FB;
}
.BgClassName
{
background-color: #FBA6FB;
}
</style>
border-color css
<style>
span { border-color: #FBA6FB; }
span { border-color: rgb(251,166,251); }
td.TdClassName
{
border-color: #FBA6FB;
}
.TagClassName
{
border-color: #FBA6FB;
}
</style>