Shades of Lavender Rose #FC98DF
Tints of Lavender Rose #FC98DF
RGB
CMYK
RGB Variations
Color information
#FC98DF (or 0xFC98DF) is known color: Lavender Rose. HEX triplet: FC, 98 and DF. RGB value is (252,152,223). Sum of RGB (Red+Green+Blue) = 252+152+223=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 152 (59.77% from 255 or 24.24% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98DF is #036720. Grayscale: #BDBDBD. Windows color (decimal): -223009 or 14653692. OLE color: 14653692.
HSL color Cylindrical-coordinate representation of color #FC98DF: hue angle of 317.4º 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 #FC98DF is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 152 | 223 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.01 |
| HSL | 317.4º | 0.94% | 0.79% | - |
| HSV(B) | 317.4º | 0.4% | 0.99% | - |
| XYZ | 64.69 | 48.48 | 75.76 | - |
| YUV | 189.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 223 | 0 | 0.40 | 0.12 | 0.01 | 317.4 | 0.94 | 0.79 |
| Hex | FC | 98 | DF | 0 | 28 | C | 1 | 13D | 5E | 4F |
| Octal | 374 | 230 | 337 | 0 | 50 | 14 | 1 | 475 | 136 | 117 |
| Binary | 11111100 | 10011000 | 11011111 | 0 | 101000 | 1100 | 1 | 100111101 | 1011110 | 1001111 |
Color Harmonies of #FC98DF
Complementary color
Monochromatic Colors of #FC98DF
Black with #FC98DF
Text Example
Text Example
White with #FC98DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC98DF; }
p { color: rgb(252,152,223); }
H1.HeaderClassName
{
color: #FC98DF;
}
.AnyTagClassName
{
color: #FC98DF;
}
</style>
background-color css
<style>
a { background-color: #FC98DF; }
a { background-color: rgb(252,152,223); }
div.DivClassName
{
background-color: #FC98DF;
}
.BgClassName
{
background-color: #FC98DF;
}
</style>
border-color css
<style>
span { border-color: #FC98DF; }
span { border-color: rgb(252,152,223); }
td.TdClassName
{
border-color: #FC98DF;
}
.TagClassName
{
border-color: #FC98DF;
}
</style>