Shades of Lavender Rose #FBABED
Tints of Lavender Rose #FBABED
RGB
CMYK
RGB Variations
Color information
#FBABED (or 0xFBABED) is known color: Lavender Rose. HEX triplet: FB, AB and ED. RGB value is (251,171,237). Sum of RGB (Red+Green+Blue) = 251+171+237=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 171 (67.19% from 255 or 25.95% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBABED is #045412. Grayscale: #CACACA. Windows color (decimal): -283667 or 15576059. OLE color: 15576059.
HSL color Cylindrical-coordinate representation of color #FBABED: hue angle of 310.5º 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 #FBABED is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 237 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.02 |
| HSL | 310.5º | 0.91% | 0.83% | - |
| HSV(B) | 310.5º | 0.32% | 0.98% | - |
| XYZ | 69.63 | 55.75 | 87.21 | - |
| YUV | 202.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 237 | 0 | 0.32 | 0.06 | 0.02 | 310.5 | 0.91 | 0.83 |
| Hex | FB | AB | ED | 0 | 20 | 6 | 2 | 136 | 5B | 53 |
| Octal | 373 | 253 | 355 | 0 | 40 | 6 | 2 | 466 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11101101 | 0 | 100000 | 110 | 10 | 100110110 | 1011011 | 1010011 |
Color Harmonies of #FBABED
Complementary color
Monochromatic Colors of #FBABED
Black with #FBABED
Text Example
Text Example
White with #FBABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABED; }
p { color: rgb(251,171,237); }
H1.HeaderClassName
{
color: #FBABED;
}
.AnyTagClassName
{
color: #FBABED;
}
</style>
background-color css
<style>
a { background-color: #FBABED; }
a { background-color: rgb(251,171,237); }
div.DivClassName
{
background-color: #FBABED;
}
.BgClassName
{
background-color: #FBABED;
}
</style>
border-color css
<style>
span { border-color: #FBABED; }
span { border-color: rgb(251,171,237); }
td.TdClassName
{
border-color: #FBABED;
}
.TagClassName
{
border-color: #FBABED;
}
</style>