Shades of Lavender Rose #FAB0EF
Tints of Lavender Rose #FAB0EF
RGB
CMYK
RGB Variations
Color information
#FAB0EF (or 0xFAB0EF) is known color: Lavender Rose. HEX triplet: FA, B0 and EF. RGB value is (250,176,239). Sum of RGB (Red+Green+Blue) = 250+176+239=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 176 (69.14% from 255 or 26.47% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0EF is #054F10. Grayscale: #CDCDCD. Windows color (decimal): -347921 or 15708410. OLE color: 15708410.
HSL color Cylindrical-coordinate representation of color #FAB0EF: hue angle of 308.92º 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 #FAB0EF is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 239 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.02 |
| HSL | 308.92º | 0.88% | 0.84% | - |
| HSV(B) | 308.92º | 0.3% | 0.98% | - |
| XYZ | 70.53 | 57.61 | 89.06 | - |
| YUV | 205.31 | 147.02 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 239 | 0 | 0.30 | 0.04 | 0.02 | 308.92 | 0.88 | 0.84 |
| Hex | FA | B0 | EF | 0 | 1E | 4 | 2 | 135 | 58 | 54 |
| Octal | 372 | 260 | 357 | 0 | 36 | 4 | 2 | 465 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11101111 | 0 | 11110 | 100 | 10 | 100110101 | 1011000 | 1010100 |
Color Harmonies of #FAB0EF
Complementary color
Monochromatic Colors of #FAB0EF
Black with #FAB0EF
Text Example
Text Example
White with #FAB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0EF; }
p { color: rgb(250,176,239); }
H1.HeaderClassName
{
color: #FAB0EF;
}
.AnyTagClassName
{
color: #FAB0EF;
}
</style>
background-color css
<style>
a { background-color: #FAB0EF; }
a { background-color: rgb(250,176,239); }
div.DivClassName
{
background-color: #FAB0EF;
}
.BgClassName
{
background-color: #FAB0EF;
}
</style>
border-color css
<style>
span { border-color: #FAB0EF; }
span { border-color: rgb(250,176,239); }
td.TdClassName
{
border-color: #FAB0EF;
}
.TagClassName
{
border-color: #FAB0EF;
}
</style>