Shades of Lavender Rose #FC9FDC
Tints of Lavender Rose #FC9FDC
RGB
CMYK
RGB Variations
Color information
#FC9FDC (or 0xFC9FDC) is known color: Lavender Rose. HEX triplet: FC, 9F and DC. RGB value is (252,159,220). Sum of RGB (Red+Green+Blue) = 252+159+220=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FDC is #036023. Grayscale: #C1C1C1. Windows color (decimal): -221220 or 14458876. OLE color: 14458876.
HSL color Cylindrical-coordinate representation of color #FC9FDC: hue angle of 320.65º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FC9FDC is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 159 | 220 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.01 |
| HSL | 320.65º | 0.94% | 0.81% | - |
| HSV(B) | 320.65º | 0.37% | 0.99% | - |
| XYZ | 65.46 | 50.66 | 74.04 | - |
| YUV | 193.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 159 | 220 | 0 | 0.37 | 0.13 | 0.01 | 320.65 | 0.94 | 0.81 |
| Hex | FC | 9F | DC | 0 | 25 | D | 1 | 141 | 5E | 51 |
| Octal | 374 | 237 | 334 | 0 | 45 | 15 | 1 | 501 | 136 | 121 |
| Binary | 11111100 | 10011111 | 11011100 | 0 | 100101 | 1101 | 1 | 101000001 | 1011110 | 1010001 |
Color Harmonies of #FC9FDC
Complementary color
Monochromatic Colors of #FC9FDC
Black with #FC9FDC
Text Example
Text Example
White with #FC9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9FDC; }
p { color: rgb(252,159,220); }
H1.HeaderClassName
{
color: #FC9FDC;
}
.AnyTagClassName
{
color: #FC9FDC;
}
</style>
background-color css
<style>
a { background-color: #FC9FDC; }
a { background-color: rgb(252,159,220); }
div.DivClassName
{
background-color: #FC9FDC;
}
.BgClassName
{
background-color: #FC9FDC;
}
</style>
border-color css
<style>
span { border-color: #FC9FDC; }
span { border-color: rgb(252,159,220); }
td.TdClassName
{
border-color: #FC9FDC;
}
.TagClassName
{
border-color: #FC9FDC;
}
</style>