Shades of Lavender Rose #FAB4EC
Tints of Lavender Rose #FAB4EC
RGB
CMYK
RGB Variations
Color information
#FAB4EC (or 0xFAB4EC) is known color: Lavender Rose. HEX triplet: FA, B4 and EC. RGB value is (250,180,236). Sum of RGB (Red+Green+Blue) = 250+180+236=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 180 (70.70% from 255 or 27.03% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB4EC is #054B13. Grayscale: #CFCFCF. Windows color (decimal): -346900 or 15512826. OLE color: 15512826.
HSL color Cylindrical-coordinate representation of color #FAB4EC: hue angle of 312º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB4EC is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 236 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.02 |
| HSL | 312º | 0.88% | 0.84% | - |
| HSV(B) | 312º | 0.28% | 0.98% | - |
| XYZ | 70.89 | 59.02 | 87.01 | - |
| YUV | 207.31 | 144.19 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 236 | 0 | 0.28 | 0.06 | 0.02 | 312 | 0.88 | 0.84 |
| Hex | FA | B4 | EC | 0 | 1C | 6 | 2 | 138 | 58 | 54 |
| Octal | 372 | 264 | 354 | 0 | 34 | 6 | 2 | 470 | 130 | 124 |
| Binary | 11111010 | 10110100 | 11101100 | 0 | 11100 | 110 | 10 | 100111000 | 1011000 | 1010100 |
Color Harmonies of #FAB4EC
Complementary color
Monochromatic Colors of #FAB4EC
Black with #FAB4EC
Text Example
Text Example
White with #FAB4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB4EC; }
p { color: rgb(250,180,236); }
H1.HeaderClassName
{
color: #FAB4EC;
}
.AnyTagClassName
{
color: #FAB4EC;
}
</style>
background-color css
<style>
a { background-color: #FAB4EC; }
a { background-color: rgb(250,180,236); }
div.DivClassName
{
background-color: #FAB4EC;
}
.BgClassName
{
background-color: #FAB4EC;
}
</style>
border-color css
<style>
span { border-color: #FAB4EC; }
span { border-color: rgb(250,180,236); }
td.TdClassName
{
border-color: #FAB4EC;
}
.TagClassName
{
border-color: #FAB4EC;
}
</style>