Shades of Lavender Rose #FC98D4
Tints of Lavender Rose #FC98D4
RGB
CMYK
RGB Variations
Color information
#FC98D4 (or 0xFC98D4) is known color: Lavender Rose. HEX triplet: FC, 98 and D4. RGB value is (252,152,212). Sum of RGB (Red+Green+Blue) = 252+152+212=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 152 (59.77% from 255 or 24.68% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98D4 is #03672B. Grayscale: #BCBCBC. Windows color (decimal): -223020 or 13932796. OLE color: 13932796.
HSL color Cylindrical-coordinate representation of color #FC98D4: hue angle of 324º 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 #FC98D4 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 152 | 212 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.01 |
| HSL | 324º | 0.94% | 0.79% | - |
| HSV(B) | 324º | 0.4% | 0.99% | - |
| XYZ | 63.26 | 47.91 | 68.2 | - |
| YUV | 188.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 212 | 0 | 0.40 | 0.16 | 0.01 | 324 | 0.94 | 0.79 |
| Hex | FC | 98 | D4 | 0 | 28 | 10 | 1 | 144 | 5E | 4F |
| Octal | 374 | 230 | 324 | 0 | 50 | 20 | 1 | 504 | 136 | 117 |
| Binary | 11111100 | 10011000 | 11010100 | 0 | 101000 | 10000 | 1 | 101000100 | 1011110 | 1001111 |
Color Harmonies of #FC98D4
Complementary color
Monochromatic Colors of #FC98D4
Black with #FC98D4
Text Example
Text Example
White with #FC98D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC98D4; }
p { color: rgb(252,152,212); }
H1.HeaderClassName
{
color: #FC98D4;
}
.AnyTagClassName
{
color: #FC98D4;
}
</style>
background-color css
<style>
a { background-color: #FC98D4; }
a { background-color: rgb(252,152,212); }
div.DivClassName
{
background-color: #FC98D4;
}
.BgClassName
{
background-color: #FC98D4;
}
</style>
border-color css
<style>
span { border-color: #FC98D4; }
span { border-color: rgb(252,152,212); }
td.TdClassName
{
border-color: #FC98D4;
}
.TagClassName
{
border-color: #FC98D4;
}
</style>