Shades of Lavender Rose #FBA9F1
Tints of Lavender Rose #FBA9F1
RGB
CMYK
RGB Variations
Color information
#FBA9F1 (or 0xFBA9F1) is known color: Lavender Rose. HEX triplet: FB, A9 and F1. RGB value is (251,169,241). Sum of RGB (Red+Green+Blue) = 251+169+241=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 169 (66.41% from 255 or 25.57% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA9F1 is #04560E. Grayscale: #C9C9C9. Windows color (decimal): -284175 or 15837691. OLE color: 15837691.
HSL color Cylindrical-coordinate representation of color #FBA9F1: hue angle of 307.32º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA9F1 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 241 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.02 |
| HSL | 307.32º | 0.91% | 0.82% | - |
| HSV(B) | 307.32º | 0.33% | 0.98% | - |
| XYZ | 69.85 | 55.24 | 90.2 | - |
| YUV | 201.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 241 | 0 | 0.33 | 0.04 | 0.02 | 307.32 | 0.91 | 0.82 |
| Hex | FB | A9 | F1 | 0 | 21 | 4 | 2 | 133 | 5B | 52 |
| Octal | 373 | 251 | 361 | 0 | 41 | 4 | 2 | 463 | 133 | 122 |
| Binary | 11111011 | 10101001 | 11110001 | 0 | 100001 | 100 | 10 | 100110011 | 1011011 | 1010010 |
Color Harmonies of #FBA9F1
Complementary color
Monochromatic Colors of #FBA9F1
Black with #FBA9F1
Text Example
Text Example
White with #FBA9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9F1; }
p { color: rgb(251,169,241); }
H1.HeaderClassName
{
color: #FBA9F1;
}
.AnyTagClassName
{
color: #FBA9F1;
}
</style>
background-color css
<style>
a { background-color: #FBA9F1; }
a { background-color: rgb(251,169,241); }
div.DivClassName
{
background-color: #FBA9F1;
}
.BgClassName
{
background-color: #FBA9F1;
}
</style>
border-color css
<style>
span { border-color: #FBA9F1; }
span { border-color: rgb(251,169,241); }
td.TdClassName
{
border-color: #FBA9F1;
}
.TagClassName
{
border-color: #FBA9F1;
}
</style>