Shades of Lavender Rose #FC9CE2
Tints of Lavender Rose #FC9CE2
RGB
CMYK
RGB Variations
Color information
#FC9CE2 (or 0xFC9CE2) is known color: Lavender Rose. HEX triplet: FC, 9C and E2. RGB value is (252,156,226). Sum of RGB (Red+Green+Blue) = 252+156+226=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 156 (61.33% from 255 or 24.61% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9CE2 is #03631D. Grayscale: #C0C0C0. Windows color (decimal): -221982 or 14851324. OLE color: 14851324.
HSL color Cylindrical-coordinate representation of color #FC9CE2: hue angle of 316.25º 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 #FC9CE2 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 156 | 226 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.01 |
| HSL | 316.25º | 0.94% | 0.8% | - |
| HSV(B) | 316.25º | 0.38% | 0.99% | - |
| XYZ | 65.76 | 49.96 | 78.13 | - |
| YUV | 192.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 156 | 226 | 0 | 0.38 | 0.10 | 0.01 | 316.25 | 0.94 | 0.8 |
| Hex | FC | 9C | E2 | 0 | 26 | A | 1 | 13C | 5E | 50 |
| Octal | 374 | 234 | 342 | 0 | 46 | 12 | 1 | 474 | 136 | 120 |
| Binary | 11111100 | 10011100 | 11100010 | 0 | 100110 | 1010 | 1 | 100111100 | 1011110 | 1010000 |
Color Harmonies of #FC9CE2
Complementary color
Monochromatic Colors of #FC9CE2
Black with #FC9CE2
Text Example
Text Example
White with #FC9CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9CE2; }
p { color: rgb(252,156,226); }
H1.HeaderClassName
{
color: #FC9CE2;
}
.AnyTagClassName
{
color: #FC9CE2;
}
</style>
background-color css
<style>
a { background-color: #FC9CE2; }
a { background-color: rgb(252,156,226); }
div.DivClassName
{
background-color: #FC9CE2;
}
.BgClassName
{
background-color: #FC9CE2;
}
</style>
border-color css
<style>
span { border-color: #FC9CE2; }
span { border-color: rgb(252,156,226); }
td.TdClassName
{
border-color: #FC9CE2;
}
.TagClassName
{
border-color: #FC9CE2;
}
</style>