Shades of Lavender Rose #FBA1EE
Tints of Lavender Rose #FBA1EE
RGB
CMYK
RGB Variations
Color information
#FBA1EE (or 0xFBA1EE) is known color: Lavender Rose. HEX triplet: FB, A1 and EE. RGB value is (251,161,238). Sum of RGB (Red+Green+Blue) = 251+161+238=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 161 (63.28% from 255 or 24.77% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA1EE is #045E11. Grayscale: #C4C4C4. Windows color (decimal): -286226 or 15639035. OLE color: 15639035.
HSL color Cylindrical-coordinate representation of color #FBA1EE: hue angle of 308.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 #FBA1EE is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 238 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.02 |
| HSL | 308.67º | 0.92% | 0.81% | - |
| HSV(B) | 308.67º | 0.36% | 0.98% | - |
| XYZ | 67.96 | 52.17 | 87.38 | - |
| YUV | 196.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 238 | 0 | 0.36 | 0.05 | 0.02 | 308.67 | 0.92 | 0.81 |
| Hex | FB | A1 | EE | 0 | 24 | 5 | 2 | 135 | 5C | 51 |
| Octal | 373 | 241 | 356 | 0 | 44 | 5 | 2 | 465 | 134 | 121 |
| Binary | 11111011 | 10100001 | 11101110 | 0 | 100100 | 101 | 10 | 100110101 | 1011100 | 1010001 |
Color Harmonies of #FBA1EE
Complementary color
Monochromatic Colors of #FBA1EE
Black with #FBA1EE
Text Example
Text Example
White with #FBA1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1EE; }
p { color: rgb(251,161,238); }
H1.HeaderClassName
{
color: #FBA1EE;
}
.AnyTagClassName
{
color: #FBA1EE;
}
</style>
background-color css
<style>
a { background-color: #FBA1EE; }
a { background-color: rgb(251,161,238); }
div.DivClassName
{
background-color: #FBA1EE;
}
.BgClassName
{
background-color: #FBA1EE;
}
</style>
border-color css
<style>
span { border-color: #FBA1EE; }
span { border-color: rgb(251,161,238); }
td.TdClassName
{
border-color: #FBA1EE;
}
.TagClassName
{
border-color: #FBA1EE;
}
</style>