Shades of Lavender Rose #FBABEF
Tints of Lavender Rose #FBABEF
RGB
CMYK
RGB Variations
Color information
#FBABEF (or 0xFBABEF) is known color: Lavender Rose. HEX triplet: FB, AB and EF. RGB value is (251,171,239). Sum of RGB (Red+Green+Blue) = 251+171+239=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 171 (67.19% from 255 or 25.87% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBABEF is #045410. Grayscale: #CACACA. Windows color (decimal): -283665 or 15707131. OLE color: 15707131.
HSL color Cylindrical-coordinate representation of color #FBABEF: hue angle of 309º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBABEF is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 239 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.02 |
| HSL | 309º | 0.91% | 0.83% | - |
| HSV(B) | 309º | 0.32% | 0.98% | - |
| XYZ | 69.93 | 55.87 | 88.76 | - |
| YUV | 202.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 239 | 0 | 0.32 | 0.05 | 0.02 | 309 | 0.91 | 0.83 |
| Hex | FB | AB | EF | 0 | 20 | 5 | 2 | 135 | 5B | 53 |
| Octal | 373 | 253 | 357 | 0 | 40 | 5 | 2 | 465 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11101111 | 0 | 100000 | 101 | 10 | 100110101 | 1011011 | 1010011 |
Color Harmonies of #FBABEF
Complementary color
Monochromatic Colors of #FBABEF
Black with #FBABEF
Text Example
Text Example
White with #FBABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABEF; }
p { color: rgb(251,171,239); }
H1.HeaderClassName
{
color: #FBABEF;
}
.AnyTagClassName
{
color: #FBABEF;
}
</style>
background-color css
<style>
a { background-color: #FBABEF; }
a { background-color: rgb(251,171,239); }
div.DivClassName
{
background-color: #FBABEF;
}
.BgClassName
{
background-color: #FBABEF;
}
</style>
border-color css
<style>
span { border-color: #FBABEF; }
span { border-color: rgb(251,171,239); }
td.TdClassName
{
border-color: #FBABEF;
}
.TagClassName
{
border-color: #FBABEF;
}
</style>