Shades of Lavender Rose #FBA0FC
Tints of Lavender Rose #FBA0FC
RGB
CMYK
RGB Variations
Color information
#FBA0FC (or 0xFBA0FC) is known color: Lavender Rose. HEX triplet: FB, A0 and FC. RGB value is (251,160,252). Sum of RGB (Red+Green+Blue) = 251+160+252=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 160 (62.89% from 255 or 24.13% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBA0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA0FC is #045F03. Grayscale: #C5C5C5. Windows color (decimal): -286468 or 16556283. OLE color: 16556283.
HSL color Cylindrical-coordinate representation of color #FBA0FC: hue angle of 299.35º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBA0FC is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 160 | 252 | - |
| CMYK | 0.00 | 0.37 | 0 | 0.01 |
| HSL | 299.35º | 0.94% | 0.81% | - |
| HSV(B) | 299.35º | 0.37% | 0.99% | - |
| XYZ | 69.93 | 52.68 | 98.58 | - |
| YUV | 197.7 | 158.65 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 252 | 0.00 | 0.37 | 0 | 0.01 | 299.35 | 0.94 | 0.81 |
| Hex | FB | A0 | FC | 0 | 25 | 0 | 1 | 12B | 5E | 51 |
| Octal | 373 | 240 | 374 | 0 | 45 | 0 | 1 | 453 | 136 | 121 |
| Binary | 11111011 | 10100000 | 11111100 | 0 | 100101 | 0 | 1 | 100101011 | 1011110 | 1010001 |
Color Harmonies of #FBA0FC
Complementary color
Monochromatic Colors of #FBA0FC
Black with #FBA0FC
Text Example
Text Example
White with #FBA0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA0FC; }
p { color: rgb(251,160,252); }
H1.HeaderClassName
{
color: #FBA0FC;
}
.AnyTagClassName
{
color: #FBA0FC;
}
</style>
background-color css
<style>
a { background-color: #FBA0FC; }
a { background-color: rgb(251,160,252); }
div.DivClassName
{
background-color: #FBA0FC;
}
.BgClassName
{
background-color: #FBA0FC;
}
</style>
border-color css
<style>
span { border-color: #FBA0FC; }
span { border-color: rgb(251,160,252); }
td.TdClassName
{
border-color: #FBA0FC;
}
.TagClassName
{
border-color: #FBA0FC;
}
</style>