Shades of Lavender Rose #FC9CE4
Tints of Lavender Rose #FC9CE4
RGB
CMYK
RGB Variations
Color information
#FC9CE4 (or 0xFC9CE4) is known color: Lavender Rose. HEX triplet: FC, 9C and E4. RGB value is (252,156,228). Sum of RGB (Red+Green+Blue) = 252+156+228=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 156 (61.33% from 255 or 24.53% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9CE4 is #03631B. Grayscale: #C0C0C0. Windows color (decimal): -221980 or 14982396. OLE color: 14982396.
HSL color Cylindrical-coordinate representation of color #FC9CE4: hue angle of 315º 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 #FC9CE4 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 156 | 228 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.01 |
| HSL | 315º | 0.94% | 0.8% | - |
| HSV(B) | 315º | 0.38% | 0.99% | - |
| XYZ | 66.04 | 50.07 | 79.58 | - |
| YUV | 192.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 156 | 228 | 0 | 0.38 | 0.10 | 0.01 | 315 | 0.94 | 0.8 |
| Hex | FC | 9C | E4 | 0 | 26 | A | 1 | 13B | 5E | 50 |
| Octal | 374 | 234 | 344 | 0 | 46 | 12 | 1 | 473 | 136 | 120 |
| Binary | 11111100 | 10011100 | 11100100 | 0 | 100110 | 1010 | 1 | 100111011 | 1011110 | 1010000 |
Color Harmonies of #FC9CE4
Complementary color
Monochromatic Colors of #FC9CE4
Black with #FC9CE4
Text Example
Text Example
White with #FC9CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9CE4; }
p { color: rgb(252,156,228); }
H1.HeaderClassName
{
color: #FC9CE4;
}
.AnyTagClassName
{
color: #FC9CE4;
}
</style>
background-color css
<style>
a { background-color: #FC9CE4; }
a { background-color: rgb(252,156,228); }
div.DivClassName
{
background-color: #FC9CE4;
}
.BgClassName
{
background-color: #FC9CE4;
}
</style>
border-color css
<style>
span { border-color: #FC9CE4; }
span { border-color: rgb(252,156,228); }
td.TdClassName
{
border-color: #FC9CE4;
}
.TagClassName
{
border-color: #FC9CE4;
}
</style>