Shades of Lavender Rose #FBA1E2
Tints of Lavender Rose #FBA1E2
RGB
CMYK
RGB Variations
Color information
#FBA1E2 (or 0xFBA1E2) is known color: Lavender Rose. HEX triplet: FB, A1 and E2. RGB value is (251,161,226). Sum of RGB (Red+Green+Blue) = 251+161+226=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 161 (63.28% from 255 or 25.24% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1E2 is #045E1D. Grayscale: #C3C3C3. Windows color (decimal): -286238 or 14852603. OLE color: 14852603.
HSL color Cylindrical-coordinate representation of color #FBA1E2: hue angle of 316.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 #FBA1E2 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 226 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.02 |
| HSL | 316.67º | 0.92% | 0.81% | - |
| HSV(B) | 316.67º | 0.36% | 0.98% | - |
| XYZ | 66.26 | 51.49 | 78.4 | - |
| YUV | 195.32 | 145.32 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 226 | 0 | 0.36 | 0.10 | 0.02 | 316.67 | 0.92 | 0.81 |
| Hex | FB | A1 | E2 | 0 | 24 | A | 2 | 13D | 5C | 51 |
| Octal | 373 | 241 | 342 | 0 | 44 | 12 | 2 | 475 | 134 | 121 |
| Binary | 11111011 | 10100001 | 11100010 | 0 | 100100 | 1010 | 10 | 100111101 | 1011100 | 1010001 |
Color Harmonies of #FBA1E2
Complementary color
Monochromatic Colors of #FBA1E2
Black with #FBA1E2
Text Example
Text Example
White with #FBA1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1E2; }
p { color: rgb(251,161,226); }
H1.HeaderClassName
{
color: #FBA1E2;
}
.AnyTagClassName
{
color: #FBA1E2;
}
</style>
background-color css
<style>
a { background-color: #FBA1E2; }
a { background-color: rgb(251,161,226); }
div.DivClassName
{
background-color: #FBA1E2;
}
.BgClassName
{
background-color: #FBA1E2;
}
</style>
border-color css
<style>
span { border-color: #FBA1E2; }
span { border-color: rgb(251,161,226); }
td.TdClassName
{
border-color: #FBA1E2;
}
.TagClassName
{
border-color: #FBA1E2;
}
</style>