Shades of Lavender Rose #FC98EA
Tints of Lavender Rose #FC98EA
RGB
CMYK
RGB Variations
Color information
#FC98EA (or 0xFC98EA) is known color: Lavender Rose. HEX triplet: FC, 98 and EA. RGB value is (252,152,234). Sum of RGB (Red+Green+Blue) = 252+152+234=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 152 (59.77% from 255 or 23.82% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC98EA is #036715. Grayscale: #BFBFBF. Windows color (decimal): -222998 or 15374588. OLE color: 15374588.
HSL color Cylindrical-coordinate representation of color #FC98EA: hue angle of 310.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC98EA is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 152 | 234 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.01 |
| HSL | 310.8º | 0.94% | 0.79% | - |
| HSV(B) | 310.8º | 0.4% | 0.99% | - |
| XYZ | 66.22 | 49.09 | 83.83 | - |
| YUV | 191.25 | 152.13 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 234 | 0 | 0.40 | 0.07 | 0.01 | 310.8 | 0.94 | 0.79 |
| Hex | FC | 98 | EA | 0 | 28 | 7 | 1 | 137 | 5E | 4F |
| Octal | 374 | 230 | 352 | 0 | 50 | 7 | 1 | 467 | 136 | 117 |
| Binary | 11111100 | 10011000 | 11101010 | 0 | 101000 | 111 | 1 | 100110111 | 1011110 | 1001111 |
Color Harmonies of #FC98EA
Complementary color
Monochromatic Colors of #FC98EA
Black with #FC98EA
Text Example
Text Example
White with #FC98EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC98EA; }
p { color: rgb(252,152,234); }
H1.HeaderClassName
{
color: #FC98EA;
}
.AnyTagClassName
{
color: #FC98EA;
}
</style>
background-color css
<style>
a { background-color: #FC98EA; }
a { background-color: rgb(252,152,234); }
div.DivClassName
{
background-color: #FC98EA;
}
.BgClassName
{
background-color: #FC98EA;
}
</style>
border-color css
<style>
span { border-color: #FC98EA; }
span { border-color: rgb(252,152,234); }
td.TdClassName
{
border-color: #FC98EA;
}
.TagClassName
{
border-color: #FC98EA;
}
</style>