Shades of Lavender Rose #FC9CDC
Tints of Lavender Rose #FC9CDC
RGB
CMYK
RGB Variations
Color information
#FC9CDC (or 0xFC9CDC) is known color: Lavender Rose. HEX triplet: FC, 9C and DC. RGB value is (252,156,220). Sum of RGB (Red+Green+Blue) = 252+156+220=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 156 (61.33% from 255 or 24.84% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9CDC is #036323. Grayscale: #BFBFBF. Windows color (decimal): -221988 or 14458108. OLE color: 14458108.
HSL color Cylindrical-coordinate representation of color #FC9CDC: hue angle of 320º 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 #FC9CDC is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 156 | 220 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.01 |
| HSL | 320º | 0.94% | 0.8% | - |
| HSV(B) | 320º | 0.38% | 0.99% | - |
| XYZ | 64.95 | 49.64 | 73.87 | - |
| YUV | 192 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 156 | 220 | 0 | 0.38 | 0.13 | 0.01 | 320 | 0.94 | 0.8 |
| Hex | FC | 9C | DC | 0 | 26 | D | 1 | 140 | 5E | 50 |
| Octal | 374 | 234 | 334 | 0 | 46 | 15 | 1 | 500 | 136 | 120 |
| Binary | 11111100 | 10011100 | 11011100 | 0 | 100110 | 1101 | 1 | 101000000 | 1011110 | 1010000 |
Color Harmonies of #FC9CDC
Complementary color
Monochromatic Colors of #FC9CDC
Black with #FC9CDC
Text Example
Text Example
White with #FC9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9CDC; }
p { color: rgb(252,156,220); }
H1.HeaderClassName
{
color: #FC9CDC;
}
.AnyTagClassName
{
color: #FC9CDC;
}
</style>
background-color css
<style>
a { background-color: #FC9CDC; }
a { background-color: rgb(252,156,220); }
div.DivClassName
{
background-color: #FC9CDC;
}
.BgClassName
{
background-color: #FC9CDC;
}
</style>
border-color css
<style>
span { border-color: #FC9CDC; }
span { border-color: rgb(252,156,220); }
td.TdClassName
{
border-color: #FC9CDC;
}
.TagClassName
{
border-color: #FC9CDC;
}
</style>