Shades of Lavender Rose #FC98D3
Tints of Lavender Rose #FC98D3
RGB
CMYK
RGB Variations
Color information
#FC98D3 (or 0xFC98D3) is known color: Lavender Rose. HEX triplet: FC, 98 and D3. RGB value is (252,152,211). Sum of RGB (Red+Green+Blue) = 252+152+211=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98D3 is #03672C. Grayscale: #BCBCBC. Windows color (decimal): -223021 or 13867260. OLE color: 13867260.
HSL color Cylindrical-coordinate representation of color #FC98D3: hue angle of 324.6º 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 #FC98D3 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 152 | 211 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.01 |
| HSL | 324.6º | 0.94% | 0.79% | - |
| HSV(B) | 324.6º | 0.4% | 0.99% | - |
| XYZ | 63.13 | 47.86 | 67.54 | - |
| YUV | 188.63 | 140.63 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 211 | 0 | 0.40 | 0.16 | 0.01 | 324.6 | 0.94 | 0.79 |
| Hex | FC | 98 | D3 | 0 | 28 | 10 | 1 | 145 | 5E | 4F |
| Octal | 374 | 230 | 323 | 0 | 50 | 20 | 1 | 505 | 136 | 117 |
| Binary | 11111100 | 10011000 | 11010011 | 0 | 101000 | 10000 | 1 | 101000101 | 1011110 | 1001111 |
Color Harmonies of #FC98D3
Complementary color
Monochromatic Colors of #FC98D3
Black with #FC98D3
Text Example
Text Example
White with #FC98D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC98D3; }
p { color: rgb(252,152,211); }
H1.HeaderClassName
{
color: #FC98D3;
}
.AnyTagClassName
{
color: #FC98D3;
}
</style>
background-color css
<style>
a { background-color: #FC98D3; }
a { background-color: rgb(252,152,211); }
div.DivClassName
{
background-color: #FC98D3;
}
.BgClassName
{
background-color: #FC98D3;
}
</style>
border-color css
<style>
span { border-color: #FC98D3; }
span { border-color: rgb(252,152,211); }
td.TdClassName
{
border-color: #FC98D3;
}
.TagClassName
{
border-color: #FC98D3;
}
</style>