Shades of Lavender Rose #FBA1D9
Tints of Lavender Rose #FBA1D9
RGB
CMYK
RGB Variations
Color information
#FBA1D9 (or 0xFBA1D9) is known color: Lavender Rose. HEX triplet: FB, A1 and D9. RGB value is (251,161,217). Sum of RGB (Red+Green+Blue) = 251+161+217=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 161 (63.28% from 255 or 25.60% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1D9 is #045E26. Grayscale: #C2C2C2. Windows color (decimal): -286247 or 14262779. OLE color: 14262779.
HSL color Cylindrical-coordinate representation of color #FBA1D9: hue angle of 322.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 #FBA1D9 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 217 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.02 |
| HSL | 322.67º | 0.92% | 0.81% | - |
| HSV(B) | 322.67º | 0.36% | 0.98% | - |
| XYZ | 65.05 | 51.01 | 72.06 | - |
| YUV | 194.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 217 | 0 | 0.36 | 0.14 | 0.02 | 322.67 | 0.92 | 0.81 |
| Hex | FB | A1 | D9 | 0 | 24 | E | 2 | 143 | 5C | 51 |
| Octal | 373 | 241 | 331 | 0 | 44 | 16 | 2 | 503 | 134 | 121 |
| Binary | 11111011 | 10100001 | 11011001 | 0 | 100100 | 1110 | 10 | 101000011 | 1011100 | 1010001 |
Color Harmonies of #FBA1D9
Complementary color
Monochromatic Colors of #FBA1D9
Black with #FBA1D9
Text Example
Text Example
White with #FBA1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1D9; }
p { color: rgb(251,161,217); }
H1.HeaderClassName
{
color: #FBA1D9;
}
.AnyTagClassName
{
color: #FBA1D9;
}
</style>
background-color css
<style>
a { background-color: #FBA1D9; }
a { background-color: rgb(251,161,217); }
div.DivClassName
{
background-color: #FBA1D9;
}
.BgClassName
{
background-color: #FBA1D9;
}
</style>
border-color css
<style>
span { border-color: #FBA1D9; }
span { border-color: rgb(251,161,217); }
td.TdClassName
{
border-color: #FBA1D9;
}
.TagClassName
{
border-color: #FBA1D9;
}
</style>