Shades of Lavender Rose #FAB1EC
Tints of Lavender Rose #FAB1EC
RGB
CMYK
RGB Variations
Color information
#FAB1EC (or 0xFAB1EC) is known color: Lavender Rose. HEX triplet: FA, B1 and EC. RGB value is (250,177,236). Sum of RGB (Red+Green+Blue) = 250+177+236=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 177 (69.53% from 255 or 26.70% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB1EC is #054E13. Grayscale: #CDCDCD. Windows color (decimal): -347668 or 15512058. OLE color: 15512058.
HSL color Cylindrical-coordinate representation of color #FAB1EC: hue angle of 311.51º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB1EC is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 236 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.02 |
| HSL | 311.51º | 0.88% | 0.84% | - |
| HSV(B) | 311.51º | 0.29% | 0.98% | - |
| XYZ | 70.29 | 57.82 | 86.81 | - |
| YUV | 205.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 236 | 0 | 0.29 | 0.06 | 0.02 | 311.51 | 0.88 | 0.84 |
| Hex | FA | B1 | EC | 0 | 1D | 6 | 2 | 138 | 58 | 54 |
| Octal | 372 | 261 | 354 | 0 | 35 | 6 | 2 | 470 | 130 | 124 |
| Binary | 11111010 | 10110001 | 11101100 | 0 | 11101 | 110 | 10 | 100111000 | 1011000 | 1010100 |
Color Harmonies of #FAB1EC
Complementary color
Monochromatic Colors of #FAB1EC
Black with #FAB1EC
Text Example
Text Example
White with #FAB1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1EC; }
p { color: rgb(250,177,236); }
H1.HeaderClassName
{
color: #FAB1EC;
}
.AnyTagClassName
{
color: #FAB1EC;
}
</style>
background-color css
<style>
a { background-color: #FAB1EC; }
a { background-color: rgb(250,177,236); }
div.DivClassName
{
background-color: #FAB1EC;
}
.BgClassName
{
background-color: #FAB1EC;
}
</style>
border-color css
<style>
span { border-color: #FAB1EC; }
span { border-color: rgb(250,177,236); }
td.TdClassName
{
border-color: #FAB1EC;
}
.TagClassName
{
border-color: #FAB1EC;
}
</style>