Shades of Lavender Rose #FBBAEE
Tints of Lavender Rose #FBBAEE
RGB
CMYK
RGB Variations
Color information
#FBBAEE (or 0xFBBAEE) is known color: Lavender Rose. HEX triplet: FB, BA and EE. RGB value is (251,186,238). Sum of RGB (Red+Green+Blue) = 251+186+238=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 186 (73.05% from 255 or 27.56% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAEE is #044511. Grayscale: #D3D3D3. Windows color (decimal): -279826 or 15645435. OLE color: 15645435.
HSL color Cylindrical-coordinate representation of color #FBBAEE: hue angle of 312º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBBAEE is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 238 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.02 |
| HSL | 312º | 0.89% | 0.86% | - |
| HSV(B) | 312º | 0.26% | 0.98% | - |
| XYZ | 72.78 | 61.8 | 88.98 | - |
| YUV | 211.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 238 | 0 | 0.26 | 0.05 | 0.02 | 312 | 0.89 | 0.86 |
| Hex | FB | BA | EE | 0 | 1A | 5 | 2 | 138 | 59 | 56 |
| Octal | 373 | 272 | 356 | 0 | 32 | 5 | 2 | 470 | 131 | 126 |
| Binary | 11111011 | 10111010 | 11101110 | 0 | 11010 | 101 | 10 | 100111000 | 1011001 | 1010110 |
Color Harmonies of #FBBAEE
Complementary color
Monochromatic Colors of #FBBAEE
Black with #FBBAEE
Text Example
Text Example
White with #FBBAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAEE; }
p { color: rgb(251,186,238); }
H1.HeaderClassName
{
color: #FBBAEE;
}
.AnyTagClassName
{
color: #FBBAEE;
}
</style>
background-color css
<style>
a { background-color: #FBBAEE; }
a { background-color: rgb(251,186,238); }
div.DivClassName
{
background-color: #FBBAEE;
}
.BgClassName
{
background-color: #FBBAEE;
}
</style>
border-color css
<style>
span { border-color: #FBBAEE; }
span { border-color: rgb(251,186,238); }
td.TdClassName
{
border-color: #FBBAEE;
}
.TagClassName
{
border-color: #FBBAEE;
}
</style>