Shades of Lavender Rose #FC9CE5
Tints of Lavender Rose #FC9CE5
RGB
CMYK
RGB Variations
Color information
#FC9CE5 (or 0xFC9CE5) is known color: Lavender Rose. HEX triplet: FC, 9C and E5. RGB value is (252,156,229). Sum of RGB (Red+Green+Blue) = 252+156+229=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 156 (61.33% from 255 or 24.49% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9CE5 is #03631A. Grayscale: #C0C0C0. Windows color (decimal): -221979 or 15047932. OLE color: 15047932.
HSL color Cylindrical-coordinate representation of color #FC9CE5: hue angle of 314.38º 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 #FC9CE5 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 156 | 229 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.01 |
| HSL | 314.38º | 0.94% | 0.8% | - |
| HSV(B) | 314.38º | 0.38% | 0.99% | - |
| XYZ | 66.18 | 50.13 | 80.32 | - |
| YUV | 193.03 | 148.3 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 156 | 229 | 0 | 0.38 | 0.09 | 0.01 | 314.38 | 0.94 | 0.8 |
| Hex | FC | 9C | E5 | 0 | 26 | 9 | 1 | 13A | 5E | 50 |
| Octal | 374 | 234 | 345 | 0 | 46 | 11 | 1 | 472 | 136 | 120 |
| Binary | 11111100 | 10011100 | 11100101 | 0 | 100110 | 1001 | 1 | 100111010 | 1011110 | 1010000 |
Color Harmonies of #FC9CE5
Complementary color
Monochromatic Colors of #FC9CE5
Black with #FC9CE5
Text Example
Text Example
White with #FC9CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9CE5; }
p { color: rgb(252,156,229); }
H1.HeaderClassName
{
color: #FC9CE5;
}
.AnyTagClassName
{
color: #FC9CE5;
}
</style>
background-color css
<style>
a { background-color: #FC9CE5; }
a { background-color: rgb(252,156,229); }
div.DivClassName
{
background-color: #FC9CE5;
}
.BgClassName
{
background-color: #FC9CE5;
}
</style>
border-color css
<style>
span { border-color: #FC9CE5; }
span { border-color: rgb(252,156,229); }
td.TdClassName
{
border-color: #FC9CE5;
}
.TagClassName
{
border-color: #FC9CE5;
}
</style>