Shades of Lavender Rose #FA98EC
Tints of Lavender Rose #FA98EC
RGB
CMYK
RGB Variations
Color information
#FA98EC (or 0xFA98EC) is known color: Lavender Rose. HEX triplet: FA, 98 and EC. RGB value is (250,152,236). Sum of RGB (Red+Green+Blue) = 250+152+236=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 152 (59.77% from 255 or 23.82% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA98EC is #056713. Grayscale: #BEBEBE. Windows color (decimal): -354068 or 15505658. OLE color: 15505658.
HSL color Cylindrical-coordinate representation of color #FA98EC: hue angle of 308.57º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA98EC is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 236 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.02 |
| HSL | 308.57º | 0.91% | 0.79% | - |
| HSV(B) | 308.57º | 0.39% | 0.98% | - |
| XYZ | 65.79 | 48.84 | 85.32 | - |
| YUV | 190.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 236 | 0 | 0.39 | 0.06 | 0.02 | 308.57 | 0.91 | 0.79 |
| Hex | FA | 98 | EC | 0 | 27 | 6 | 2 | 135 | 5B | 4F |
| Octal | 372 | 230 | 354 | 0 | 47 | 6 | 2 | 465 | 133 | 117 |
| Binary | 11111010 | 10011000 | 11101100 | 0 | 100111 | 110 | 10 | 100110101 | 1011011 | 1001111 |
Color Harmonies of #FA98EC
Complementary color
Monochromatic Colors of #FA98EC
Black with #FA98EC
Text Example
Text Example
White with #FA98EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA98EC; }
p { color: rgb(250,152,236); }
H1.HeaderClassName
{
color: #FA98EC;
}
.AnyTagClassName
{
color: #FA98EC;
}
</style>
background-color css
<style>
a { background-color: #FA98EC; }
a { background-color: rgb(250,152,236); }
div.DivClassName
{
background-color: #FA98EC;
}
.BgClassName
{
background-color: #FA98EC;
}
</style>
border-color css
<style>
span { border-color: #FA98EC; }
span { border-color: rgb(250,152,236); }
td.TdClassName
{
border-color: #FA98EC;
}
.TagClassName
{
border-color: #FA98EC;
}
</style>