Shades of Lavender Rose #FBA3F1
Tints of Lavender Rose #FBA3F1
RGB
CMYK
RGB Variations
Color information
#FBA3F1 (or 0xFBA3F1) is known color: Lavender Rose. HEX triplet: FB, A3 and F1. RGB value is (251,163,241). Sum of RGB (Red+Green+Blue) = 251+163+241=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 163 (64.06% from 255 or 24.89% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA3F1 is #045C0E. Grayscale: #C5C5C5. Windows color (decimal): -285711 or 15836155. OLE color: 15836155.
HSL color Cylindrical-coordinate representation of color #FBA3F1: hue angle of 306.82º 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 #FBA3F1 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 241 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.02 |
| HSL | 306.82º | 0.92% | 0.81% | - |
| HSV(B) | 306.82º | 0.35% | 0.98% | - |
| XYZ | 68.76 | 53.05 | 89.84 | - |
| YUV | 198.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 241 | 0 | 0.35 | 0.04 | 0.02 | 306.82 | 0.92 | 0.81 |
| Hex | FB | A3 | F1 | 0 | 23 | 4 | 2 | 133 | 5C | 51 |
| Octal | 373 | 243 | 361 | 0 | 43 | 4 | 2 | 463 | 134 | 121 |
| Binary | 11111011 | 10100011 | 11110001 | 0 | 100011 | 100 | 10 | 100110011 | 1011100 | 1010001 |
Color Harmonies of #FBA3F1
Complementary color
Monochromatic Colors of #FBA3F1
Black with #FBA3F1
Text Example
Text Example
White with #FBA3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3F1; }
p { color: rgb(251,163,241); }
H1.HeaderClassName
{
color: #FBA3F1;
}
.AnyTagClassName
{
color: #FBA3F1;
}
</style>
background-color css
<style>
a { background-color: #FBA3F1; }
a { background-color: rgb(251,163,241); }
div.DivClassName
{
background-color: #FBA3F1;
}
.BgClassName
{
background-color: #FBA3F1;
}
</style>
border-color css
<style>
span { border-color: #FBA3F1; }
span { border-color: rgb(251,163,241); }
td.TdClassName
{
border-color: #FBA3F1;
}
.TagClassName
{
border-color: #FBA3F1;
}
</style>