Shades of Lavender Rose #FBA1FD
Tints of Lavender Rose #FBA1FD
RGB
CMYK
RGB Variations
Color information
#FBA1FD (or 0xFBA1FD) is known color: Lavender Rose. HEX triplet: FB, A1 and FD. RGB value is (251,161,253). Sum of RGB (Red+Green+Blue) = 251+161+253=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 161 (63.28% from 255 or 24.21% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBA1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA1FD is #045E02. Grayscale: #C6C6C6. Windows color (decimal): -286211 or 16622075. OLE color: 16622075.
HSL color Cylindrical-coordinate representation of color #FBA1FD: hue angle of 298.7º 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 #FBA1FD is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 161 | 253 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.01 |
| HSL | 298.7º | 0.96% | 0.81% | - |
| HSV(B) | 298.7º | 0.36% | 0.99% | - |
| XYZ | 70.26 | 53.09 | 99.47 | - |
| YUV | 198.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 253 | 0.01 | 0.36 | 0 | 0.01 | 298.7 | 0.96 | 0.81 |
| Hex | FB | A1 | FD | 1 | 24 | 0 | 1 | 12B | 60 | 51 |
| Octal | 373 | 241 | 375 | 1 | 44 | 0 | 1 | 453 | 140 | 121 |
| Binary | 11111011 | 10100001 | 11111101 | 1 | 100100 | 0 | 1 | 100101011 | 1100000 | 1010001 |
Color Harmonies of #FBA1FD
Complementary color
Monochromatic Colors of #FBA1FD
Black with #FBA1FD
Text Example
Text Example
White with #FBA1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1FD; }
p { color: rgb(251,161,253); }
H1.HeaderClassName
{
color: #FBA1FD;
}
.AnyTagClassName
{
color: #FBA1FD;
}
</style>
background-color css
<style>
a { background-color: #FBA1FD; }
a { background-color: rgb(251,161,253); }
div.DivClassName
{
background-color: #FBA1FD;
}
.BgClassName
{
background-color: #FBA1FD;
}
</style>
border-color css
<style>
span { border-color: #FBA1FD; }
span { border-color: rgb(251,161,253); }
td.TdClassName
{
border-color: #FBA1FD;
}
.TagClassName
{
border-color: #FBA1FD;
}
</style>