Shades of Lavender Rose #FBA3FD
Tints of Lavender Rose #FBA3FD
RGB
CMYK
RGB Variations
Color information
#FBA3FD (or 0xFBA3FD) is known color: Lavender Rose. HEX triplet: FB, A3 and FD. RGB value is (251,163,253). Sum of RGB (Red+Green+Blue) = 251+163+253=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 163 (64.06% from 255 or 24.44% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBA3FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA3FD is #045C02. Grayscale: #C7C7C7. Windows color (decimal): -285699 or 16622587. OLE color: 16622587.
HSL color Cylindrical-coordinate representation of color #FBA3FD: hue angle of 298.67º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA3FD is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 163 | 253 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.01 |
| HSL | 298.67º | 0.96% | 0.82% | - |
| HSV(B) | 298.67º | 0.36% | 0.99% | - |
| XYZ | 70.61 | 53.8 | 99.59 | - |
| YUV | 199.57 | 158.15 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 253 | 0.01 | 0.36 | 0 | 0.01 | 298.67 | 0.96 | 0.82 |
| Hex | FB | A3 | FD | 1 | 24 | 0 | 1 | 12B | 60 | 52 |
| Octal | 373 | 243 | 375 | 1 | 44 | 0 | 1 | 453 | 140 | 122 |
| Binary | 11111011 | 10100011 | 11111101 | 1 | 100100 | 0 | 1 | 100101011 | 1100000 | 1010010 |
Color Harmonies of #FBA3FD
Complementary color
Monochromatic Colors of #FBA3FD
Black with #FBA3FD
Text Example
Text Example
White with #FBA3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3FD; }
p { color: rgb(251,163,253); }
H1.HeaderClassName
{
color: #FBA3FD;
}
.AnyTagClassName
{
color: #FBA3FD;
}
</style>
background-color css
<style>
a { background-color: #FBA3FD; }
a { background-color: rgb(251,163,253); }
div.DivClassName
{
background-color: #FBA3FD;
}
.BgClassName
{
background-color: #FBA3FD;
}
</style>
border-color css
<style>
span { border-color: #FBA3FD; }
span { border-color: rgb(251,163,253); }
td.TdClassName
{
border-color: #FBA3FD;
}
.TagClassName
{
border-color: #FBA3FD;
}
</style>