Shades of Lavender Rose #FC98DE
Tints of Lavender Rose #FC98DE
RGB
CMYK
RGB Variations
Color information
#FC98DE (or 0xFC98DE) is known color: Lavender Rose. HEX triplet: FC, 98 and DE. RGB value is (252,152,222). Sum of RGB (Red+Green+Blue) = 252+152+222=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 152 (59.77% from 255 or 24.28% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98DE is #036721. Grayscale: #BDBDBD. Windows color (decimal): -223010 or 14588156. OLE color: 14588156.
HSL color Cylindrical-coordinate representation of color #FC98DE: hue angle of 318º 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 #FC98DE is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 152 | 222 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.01 |
| HSL | 318º | 0.94% | 0.79% | - |
| HSV(B) | 318º | 0.4% | 0.99% | - |
| XYZ | 64.56 | 48.43 | 75.05 | - |
| YUV | 189.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 222 | 0 | 0.40 | 0.12 | 0.01 | 318 | 0.94 | 0.79 |
| Hex | FC | 98 | DE | 0 | 28 | C | 1 | 13E | 5E | 4F |
| Octal | 374 | 230 | 336 | 0 | 50 | 14 | 1 | 476 | 136 | 117 |
| Binary | 11111100 | 10011000 | 11011110 | 0 | 101000 | 1100 | 1 | 100111110 | 1011110 | 1001111 |
Color Harmonies of #FC98DE
Complementary color
Monochromatic Colors of #FC98DE
Black with #FC98DE
Text Example
Text Example
White with #FC98DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC98DE; }
p { color: rgb(252,152,222); }
H1.HeaderClassName
{
color: #FC98DE;
}
.AnyTagClassName
{
color: #FC98DE;
}
</style>
background-color css
<style>
a { background-color: #FC98DE; }
a { background-color: rgb(252,152,222); }
div.DivClassName
{
background-color: #FC98DE;
}
.BgClassName
{
background-color: #FC98DE;
}
</style>
border-color css
<style>
span { border-color: #FC98DE; }
span { border-color: rgb(252,152,222); }
td.TdClassName
{
border-color: #FC98DE;
}
.TagClassName
{
border-color: #FC98DE;
}
</style>