Shades of Lavender Rose #FBA3F7
Tints of Lavender Rose #FBA3F7
RGB
CMYK
RGB Variations
Color information
#FBA3F7 (or 0xFBA3F7) is known color: Lavender Rose. HEX triplet: FB, A3 and F7. RGB value is (251,163,247). Sum of RGB (Red+Green+Blue) = 251+163+247=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 163 (64.06% from 255 or 24.66% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA3F7 is #045C08. Grayscale: #C6C6C6. Windows color (decimal): -285705 or 16229371. OLE color: 16229371.
HSL color Cylindrical-coordinate representation of color #FBA3F7: hue angle of 302.73º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA3F7 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 247 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.02 |
| HSL | 302.73º | 0.92% | 0.81% | - |
| HSV(B) | 302.73º | 0.35% | 0.98% | - |
| XYZ | 69.67 | 53.42 | 94.63 | - |
| YUV | 198.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 247 | 0 | 0.35 | 0.02 | 0.02 | 302.73 | 0.92 | 0.81 |
| Hex | FB | A3 | F7 | 0 | 23 | 2 | 2 | 12F | 5C | 51 |
| Octal | 373 | 243 | 367 | 0 | 43 | 2 | 2 | 457 | 134 | 121 |
| Binary | 11111011 | 10100011 | 11110111 | 0 | 100011 | 10 | 10 | 100101111 | 1011100 | 1010001 |
Color Harmonies of #FBA3F7
Complementary color
Monochromatic Colors of #FBA3F7
Black with #FBA3F7
Text Example
Text Example
White with #FBA3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3F7; }
p { color: rgb(251,163,247); }
H1.HeaderClassName
{
color: #FBA3F7;
}
.AnyTagClassName
{
color: #FBA3F7;
}
</style>
background-color css
<style>
a { background-color: #FBA3F7; }
a { background-color: rgb(251,163,247); }
div.DivClassName
{
background-color: #FBA3F7;
}
.BgClassName
{
background-color: #FBA3F7;
}
</style>
border-color css
<style>
span { border-color: #FBA3F7; }
span { border-color: rgb(251,163,247); }
td.TdClassName
{
border-color: #FBA3F7;
}
.TagClassName
{
border-color: #FBA3F7;
}
</style>