Shades of Lavender Rose #FBA8FC
Tints of Lavender Rose #FBA8FC
RGB
CMYK
RGB Variations
Color information
#FBA8FC (or 0xFBA8FC) is known color: Lavender Rose. HEX triplet: FB, A8 and FC. RGB value is (251,168,252). Sum of RGB (Red+Green+Blue) = 251+168+252=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 168 (66.02% from 255 or 25.04% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBA8FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA8FC is #045703. Grayscale: #CACACA. Windows color (decimal): -284420 or 16558331. OLE color: 16558331.
HSL color Cylindrical-coordinate representation of color #FBA8FC: hue angle of 299.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA8FC is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 168 | 252 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.01 |
| HSL | 299.29º | 0.93% | 0.82% | - |
| HSV(B) | 299.29º | 0.33% | 0.99% | - |
| XYZ | 71.36 | 55.54 | 99.06 | - |
| YUV | 202.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 252 | 0.00 | 0.33 | 0 | 0.01 | 299.29 | 0.93 | 0.82 |
| Hex | FB | A8 | FC | 0 | 21 | 0 | 1 | 12B | 5D | 52 |
| Octal | 373 | 250 | 374 | 0 | 41 | 0 | 1 | 453 | 135 | 122 |
| Binary | 11111011 | 10101000 | 11111100 | 0 | 100001 | 0 | 1 | 100101011 | 1011101 | 1010010 |
Color Harmonies of #FBA8FC
Complementary color
Monochromatic Colors of #FBA8FC
Black with #FBA8FC
Text Example
Text Example
White with #FBA8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8FC; }
p { color: rgb(251,168,252); }
H1.HeaderClassName
{
color: #FBA8FC;
}
.AnyTagClassName
{
color: #FBA8FC;
}
</style>
background-color css
<style>
a { background-color: #FBA8FC; }
a { background-color: rgb(251,168,252); }
div.DivClassName
{
background-color: #FBA8FC;
}
.BgClassName
{
background-color: #FBA8FC;
}
</style>
border-color css
<style>
span { border-color: #FBA8FC; }
span { border-color: rgb(251,168,252); }
td.TdClassName
{
border-color: #FBA8FC;
}
.TagClassName
{
border-color: #FBA8FC;
}
</style>