Shades of Lavender Rose #FBBAED
Tints of Lavender Rose #FBBAED
RGB
CMYK
RGB Variations
Color information
#FBBAED (or 0xFBBAED) is known color: Lavender Rose. HEX triplet: FB, BA and ED. RGB value is (251,186,237). Sum of RGB (Red+Green+Blue) = 251+186+237=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 186 (73.05% from 255 or 27.60% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAED is #044512. Grayscale: #D3D3D3. Windows color (decimal): -279827 or 15579899. OLE color: 15579899.
HSL color Cylindrical-coordinate representation of color #FBBAED: hue angle of 312.92º 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 #FBBAED is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 237 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.02 |
| HSL | 312.92º | 0.89% | 0.86% | - |
| HSV(B) | 312.92º | 0.26% | 0.98% | - |
| XYZ | 72.63 | 61.74 | 88.21 | - |
| YUV | 211.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 237 | 0 | 0.26 | 0.06 | 0.02 | 312.92 | 0.89 | 0.86 |
| Hex | FB | BA | ED | 0 | 1A | 6 | 2 | 139 | 59 | 56 |
| Octal | 373 | 272 | 355 | 0 | 32 | 6 | 2 | 471 | 131 | 126 |
| Binary | 11111011 | 10111010 | 11101101 | 0 | 11010 | 110 | 10 | 100111001 | 1011001 | 1010110 |
Color Harmonies of #FBBAED
Complementary color
Monochromatic Colors of #FBBAED
Black with #FBBAED
Text Example
Text Example
White with #FBBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAED; }
p { color: rgb(251,186,237); }
H1.HeaderClassName
{
color: #FBBAED;
}
.AnyTagClassName
{
color: #FBBAED;
}
</style>
background-color css
<style>
a { background-color: #FBBAED; }
a { background-color: rgb(251,186,237); }
div.DivClassName
{
background-color: #FBBAED;
}
.BgClassName
{
background-color: #FBBAED;
}
</style>
border-color css
<style>
span { border-color: #FBBAED; }
span { border-color: rgb(251,186,237); }
td.TdClassName
{
border-color: #FBBAED;
}
.TagClassName
{
border-color: #FBBAED;
}
</style>