Shades of Lavender Rose #FA98EA
Tints of Lavender Rose #FA98EA
RGB
CMYK
RGB Variations
Color information
#FA98EA (or 0xFA98EA) is known color: Lavender Rose. HEX triplet: FA, 98 and EA. RGB value is (250,152,234). Sum of RGB (Red+Green+Blue) = 250+152+234=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 152 (59.77% from 255 or 23.90% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA98EA is #056715. Grayscale: #BEBEBE. Windows color (decimal): -354070 or 15374586. OLE color: 15374586.
HSL color Cylindrical-coordinate representation of color #FA98EA: hue angle of 309.8º 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 #FA98EA is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 234 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.02 |
| HSL | 309.8º | 0.91% | 0.79% | - |
| HSV(B) | 309.8º | 0.39% | 0.98% | - |
| XYZ | 65.5 | 48.72 | 83.79 | - |
| YUV | 190.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 234 | 0 | 0.39 | 0.06 | 0.02 | 309.8 | 0.91 | 0.79 |
| Hex | FA | 98 | EA | 0 | 27 | 6 | 2 | 136 | 5B | 4F |
| Octal | 372 | 230 | 352 | 0 | 47 | 6 | 2 | 466 | 133 | 117 |
| Binary | 11111010 | 10011000 | 11101010 | 0 | 100111 | 110 | 10 | 100110110 | 1011011 | 1001111 |
Color Harmonies of #FA98EA
Complementary color
Monochromatic Colors of #FA98EA
Black with #FA98EA
Text Example
Text Example
White with #FA98EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA98EA; }
p { color: rgb(250,152,234); }
H1.HeaderClassName
{
color: #FA98EA;
}
.AnyTagClassName
{
color: #FA98EA;
}
</style>
background-color css
<style>
a { background-color: #FA98EA; }
a { background-color: rgb(250,152,234); }
div.DivClassName
{
background-color: #FA98EA;
}
.BgClassName
{
background-color: #FA98EA;
}
</style>
border-color css
<style>
span { border-color: #FA98EA; }
span { border-color: rgb(250,152,234); }
td.TdClassName
{
border-color: #FA98EA;
}
.TagClassName
{
border-color: #FA98EA;
}
</style>