Shades of Lavender Rose #FBA1F1
Tints of Lavender Rose #FBA1F1
RGB
CMYK
RGB Variations
Color information
#FBA1F1 (or 0xFBA1F1) is known color: Lavender Rose. HEX triplet: FB, A1 and F1. RGB value is (251,161,241). Sum of RGB (Red+Green+Blue) = 251+161+241=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 161 (63.28% from 255 or 24.66% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA1F1 is #045E0E. Grayscale: #C4C4C4. Windows color (decimal): -286223 or 15835643. OLE color: 15835643.
HSL color Cylindrical-coordinate representation of color #FBA1F1: hue angle of 306.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA1F1 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 241 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.02 |
| HSL | 306.67º | 0.92% | 0.81% | - |
| HSV(B) | 306.67º | 0.36% | 0.98% | - |
| XYZ | 68.41 | 52.35 | 89.72 | - |
| YUV | 197.03 | 152.82 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 241 | 0 | 0.36 | 0.04 | 0.02 | 306.67 | 0.92 | 0.81 |
| Hex | FB | A1 | F1 | 0 | 24 | 4 | 2 | 133 | 5C | 51 |
| Octal | 373 | 241 | 361 | 0 | 44 | 4 | 2 | 463 | 134 | 121 |
| Binary | 11111011 | 10100001 | 11110001 | 0 | 100100 | 100 | 10 | 100110011 | 1011100 | 1010001 |
Color Harmonies of #FBA1F1
Complementary color
Monochromatic Colors of #FBA1F1
Black with #FBA1F1
Text Example
Text Example
White with #FBA1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1F1; }
p { color: rgb(251,161,241); }
H1.HeaderClassName
{
color: #FBA1F1;
}
.AnyTagClassName
{
color: #FBA1F1;
}
</style>
background-color css
<style>
a { background-color: #FBA1F1; }
a { background-color: rgb(251,161,241); }
div.DivClassName
{
background-color: #FBA1F1;
}
.BgClassName
{
background-color: #FBA1F1;
}
</style>
border-color css
<style>
span { border-color: #FBA1F1; }
span { border-color: rgb(251,161,241); }
td.TdClassName
{
border-color: #FBA1F1;
}
.TagClassName
{
border-color: #FBA1F1;
}
</style>