Shades of Lavender Rose #FBA5F1
Tints of Lavender Rose #FBA5F1
RGB
CMYK
RGB Variations
Color information
#FBA5F1 (or 0xFBA5F1) is known color: Lavender Rose. HEX triplet: FB, A5 and F1. RGB value is (251,165,241). Sum of RGB (Red+Green+Blue) = 251+165+241=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 165 (64.84% from 255 or 25.11% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA5F1 is #045A0E. Grayscale: #C7C7C7. Windows color (decimal): -285199 or 15836667. OLE color: 15836667.
HSL color Cylindrical-coordinate representation of color #FBA5F1: hue angle of 306.98º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA5F1 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 241 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.02 |
| HSL | 306.98º | 0.91% | 0.82% | - |
| HSV(B) | 306.98º | 0.34% | 0.98% | - |
| XYZ | 69.12 | 53.77 | 89.95 | - |
| YUV | 199.38 | 151.49 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 241 | 0 | 0.34 | 0.04 | 0.02 | 306.98 | 0.91 | 0.82 |
| Hex | FB | A5 | F1 | 0 | 22 | 4 | 2 | 133 | 5B | 52 |
| Octal | 373 | 245 | 361 | 0 | 42 | 4 | 2 | 463 | 133 | 122 |
| Binary | 11111011 | 10100101 | 11110001 | 0 | 100010 | 100 | 10 | 100110011 | 1011011 | 1010010 |
Color Harmonies of #FBA5F1
Complementary color
Monochromatic Colors of #FBA5F1
Black with #FBA5F1
Text Example
Text Example
White with #FBA5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5F1; }
p { color: rgb(251,165,241); }
H1.HeaderClassName
{
color: #FBA5F1;
}
.AnyTagClassName
{
color: #FBA5F1;
}
</style>
background-color css
<style>
a { background-color: #FBA5F1; }
a { background-color: rgb(251,165,241); }
div.DivClassName
{
background-color: #FBA5F1;
}
.BgClassName
{
background-color: #FBA5F1;
}
</style>
border-color css
<style>
span { border-color: #FBA5F1; }
span { border-color: rgb(251,165,241); }
td.TdClassName
{
border-color: #FBA5F1;
}
.TagClassName
{
border-color: #FBA5F1;
}
</style>