Shades of Lavender Rose #FBA2FD
Tints of Lavender Rose #FBA2FD
RGB
CMYK
RGB Variations
Color information
#FBA2FD (or 0xFBA2FD) is known color: Lavender Rose. HEX triplet: FB, A2 and FD. RGB value is (251,162,253). Sum of RGB (Red+Green+Blue) = 251+162+253=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 162 (63.67% from 255 or 24.32% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBA2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA2FD is #045D02. Grayscale: #C6C6C6. Windows color (decimal): -285955 or 16622331. OLE color: 16622331.
HSL color Cylindrical-coordinate representation of color #FBA2FD: hue angle of 298.68º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA2FD is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 162 | 253 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.01 |
| HSL | 298.68º | 0.96% | 0.81% | - |
| HSV(B) | 298.68º | 0.36% | 0.99% | - |
| XYZ | 70.43 | 53.44 | 99.53 | - |
| YUV | 198.99 | 158.49 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 253 | 0.01 | 0.36 | 0 | 0.01 | 298.68 | 0.96 | 0.81 |
| Hex | FB | A2 | FD | 1 | 24 | 0 | 1 | 12B | 60 | 51 |
| Octal | 373 | 242 | 375 | 1 | 44 | 0 | 1 | 453 | 140 | 121 |
| Binary | 11111011 | 10100010 | 11111101 | 1 | 100100 | 0 | 1 | 100101011 | 1100000 | 1010001 |
Color Harmonies of #FBA2FD
Complementary color
Monochromatic Colors of #FBA2FD
Black with #FBA2FD
Text Example
Text Example
White with #FBA2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2FD; }
p { color: rgb(251,162,253); }
H1.HeaderClassName
{
color: #FBA2FD;
}
.AnyTagClassName
{
color: #FBA2FD;
}
</style>
background-color css
<style>
a { background-color: #FBA2FD; }
a { background-color: rgb(251,162,253); }
div.DivClassName
{
background-color: #FBA2FD;
}
.BgClassName
{
background-color: #FBA2FD;
}
</style>
border-color css
<style>
span { border-color: #FBA2FD; }
span { border-color: rgb(251,162,253); }
td.TdClassName
{
border-color: #FBA2FD;
}
.TagClassName
{
border-color: #FBA2FD;
}
</style>