Shades of Lavender Rose #FAB0EC
Tints of Lavender Rose #FAB0EC
RGB
CMYK
RGB Variations
Color information
#FAB0EC (or 0xFAB0EC) is known color: Lavender Rose. HEX triplet: FA, B0 and EC. RGB value is (250,176,236). Sum of RGB (Red+Green+Blue) = 250+176+236=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 176 (69.14% from 255 or 26.59% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0EC is #054F13. Grayscale: #CCCCCC. Windows color (decimal): -347924 or 15511802. OLE color: 15511802.
HSL color Cylindrical-coordinate representation of color #FAB0EC: hue angle of 311.35º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB0EC is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 236 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.02 |
| HSL | 311.35º | 0.88% | 0.84% | - |
| HSV(B) | 311.35º | 0.3% | 0.98% | - |
| XYZ | 70.09 | 57.43 | 86.75 | - |
| YUV | 204.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 236 | 0 | 0.30 | 0.06 | 0.02 | 311.35 | 0.88 | 0.84 |
| Hex | FA | B0 | EC | 0 | 1E | 6 | 2 | 137 | 58 | 54 |
| Octal | 372 | 260 | 354 | 0 | 36 | 6 | 2 | 467 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11101100 | 0 | 11110 | 110 | 10 | 100110111 | 1011000 | 1010100 |
Color Harmonies of #FAB0EC
Complementary color
Monochromatic Colors of #FAB0EC
Black with #FAB0EC
Text Example
Text Example
White with #FAB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0EC; }
p { color: rgb(250,176,236); }
H1.HeaderClassName
{
color: #FAB0EC;
}
.AnyTagClassName
{
color: #FAB0EC;
}
</style>
background-color css
<style>
a { background-color: #FAB0EC; }
a { background-color: rgb(250,176,236); }
div.DivClassName
{
background-color: #FAB0EC;
}
.BgClassName
{
background-color: #FAB0EC;
}
</style>
border-color css
<style>
span { border-color: #FAB0EC; }
span { border-color: rgb(250,176,236); }
td.TdClassName
{
border-color: #FAB0EC;
}
.TagClassName
{
border-color: #FAB0EC;
}
</style>