Shades of Lavender Rose #FC9CDF
Tints of Lavender Rose #FC9CDF
RGB
CMYK
RGB Variations
Color information
#FC9CDF (or 0xFC9CDF) is known color: Lavender Rose. HEX triplet: FC, 9C and DF. RGB value is (252,156,223). Sum of RGB (Red+Green+Blue) = 252+156+223=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 156 (61.33% from 255 or 24.72% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9CDF is #036320. Grayscale: #C0C0C0. Windows color (decimal): -221985 or 14654716. OLE color: 14654716.
HSL color Cylindrical-coordinate representation of color #FC9CDF: hue angle of 318.12º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9CDF is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 156 | 223 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.01 |
| HSL | 318.13º | 0.94% | 0.8% | - |
| HSV(B) | 318.13º | 0.38% | 0.99% | - |
| XYZ | 65.35 | 49.8 | 75.98 | - |
| YUV | 192.34 | 145.3 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 156 | 223 | 0 | 0.38 | 0.12 | 0.01 | 318.13 | 0.94 | 0.8 |
| Hex | FC | 9C | DF | 0 | 26 | C | 1 | 13E | 5E | 50 |
| Octal | 374 | 234 | 337 | 0 | 46 | 14 | 1 | 476 | 136 | 120 |
| Binary | 11111100 | 10011100 | 11011111 | 0 | 100110 | 1100 | 1 | 100111110 | 1011110 | 1010000 |
Color Harmonies of #FC9CDF
Complementary color
Monochromatic Colors of #FC9CDF
Black with #FC9CDF
Text Example
Text Example
White with #FC9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9CDF; }
p { color: rgb(252,156,223); }
H1.HeaderClassName
{
color: #FC9CDF;
}
.AnyTagClassName
{
color: #FC9CDF;
}
</style>
background-color css
<style>
a { background-color: #FC9CDF; }
a { background-color: rgb(252,156,223); }
div.DivClassName
{
background-color: #FC9CDF;
}
.BgClassName
{
background-color: #FC9CDF;
}
</style>
border-color css
<style>
span { border-color: #FC9CDF; }
span { border-color: rgb(252,156,223); }
td.TdClassName
{
border-color: #FC9CDF;
}
.TagClassName
{
border-color: #FC9CDF;
}
</style>