Shades of Lavender Rose #FBA6FE
Tints of Lavender Rose #FBA6FE
RGB
CMYK
RGB Variations
Color information
#FBA6FE (or 0xFBA6FE) is known color: Lavender Rose. HEX triplet: FB, A6 and FE. RGB value is (251,166,254). Sum of RGB (Red+Green+Blue) = 251+166+254=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 166 (65.23% from 255 or 24.74% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBA6FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA6FE is #045901. Grayscale: #C9C9C9. Windows color (decimal): -284930 or 16688891. OLE color: 16688891.
HSL color Cylindrical-coordinate representation of color #FBA6FE: hue angle of 297.95º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA6FE is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 166 | 254 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.00 |
| HSL | 297.95º | 0.98% | 0.82% | - |
| HSV(B) | 297.95º | 0.35% | 1% | - |
| XYZ | 71.31 | 54.94 | 100.61 | - |
| YUV | 201.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 254 | 0.01 | 0.35 | 0 | 0.00 | 297.95 | 0.98 | 0.82 |
| Hex | FB | A6 | FE | 1 | 23 | 0 | 0 | 12A | 62 | 52 |
| Octal | 373 | 246 | 376 | 1 | 43 | 0 | 0 | 452 | 142 | 122 |
| Binary | 11111011 | 10100110 | 11111110 | 1 | 100011 | 0 | 0 | 100101010 | 1100010 | 1010010 |
Color Harmonies of #FBA6FE
Complementary color
Monochromatic Colors of #FBA6FE
Black with #FBA6FE
Text Example
Text Example
White with #FBA6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6FE; }
p { color: rgb(251,166,254); }
H1.HeaderClassName
{
color: #FBA6FE;
}
.AnyTagClassName
{
color: #FBA6FE;
}
</style>
background-color css
<style>
a { background-color: #FBA6FE; }
a { background-color: rgb(251,166,254); }
div.DivClassName
{
background-color: #FBA6FE;
}
.BgClassName
{
background-color: #FBA6FE;
}
</style>
border-color css
<style>
span { border-color: #FBA6FE; }
span { border-color: rgb(251,166,254); }
td.TdClassName
{
border-color: #FBA6FE;
}
.TagClassName
{
border-color: #FBA6FE;
}
</style>