Shades of Lavender Rose #FBA0FD
Tints of Lavender Rose #FBA0FD
RGB
CMYK
RGB Variations
Color information
#FBA0FD (or 0xFBA0FD) is known color: Lavender Rose. HEX triplet: FB, A0 and FD. RGB value is (251,160,253). Sum of RGB (Red+Green+Blue) = 251+160+253=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 160 (62.89% from 255 or 24.10% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBA0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA0FD is #045F02. Grayscale: #C5C5C5. Windows color (decimal): -286467 or 16621819. OLE color: 16621819.
HSL color Cylindrical-coordinate representation of color #FBA0FD: hue angle of 298.71º degrees, saturation: 0.96, 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 #FBA0FD is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 160 | 253 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.01 |
| HSL | 298.71º | 0.96% | 0.81% | - |
| HSV(B) | 298.71º | 0.37% | 0.99% | - |
| XYZ | 70.08 | 52.74 | 99.42 | - |
| YUV | 197.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 253 | 0.01 | 0.37 | 0 | 0.01 | 298.71 | 0.96 | 0.81 |
| Hex | FB | A0 | FD | 1 | 25 | 0 | 1 | 12B | 60 | 51 |
| Octal | 373 | 240 | 375 | 1 | 45 | 0 | 1 | 453 | 140 | 121 |
| Binary | 11111011 | 10100000 | 11111101 | 1 | 100101 | 0 | 1 | 100101011 | 1100000 | 1010001 |
Color Harmonies of #FBA0FD
Complementary color
Monochromatic Colors of #FBA0FD
Black with #FBA0FD
Text Example
Text Example
White with #FBA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA0FD; }
p { color: rgb(251,160,253); }
H1.HeaderClassName
{
color: #FBA0FD;
}
.AnyTagClassName
{
color: #FBA0FD;
}
</style>
background-color css
<style>
a { background-color: #FBA0FD; }
a { background-color: rgb(251,160,253); }
div.DivClassName
{
background-color: #FBA0FD;
}
.BgClassName
{
background-color: #FBA0FD;
}
</style>
border-color css
<style>
span { border-color: #FBA0FD; }
span { border-color: rgb(251,160,253); }
td.TdClassName
{
border-color: #FBA0FD;
}
.TagClassName
{
border-color: #FBA0FD;
}
</style>