Shades of Lavender Rose #FC9FE0
Tints of Lavender Rose #FC9FE0
RGB
CMYK
RGB Variations
Color information
#FC9FE0 (or 0xFC9FE0) is known color: Lavender Rose. HEX triplet: FC, 9F and E0. RGB value is (252,159,224). Sum of RGB (Red+Green+Blue) = 252+159+224=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 159 (62.5% from 255 or 25.04% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FE0 is #03601F. Grayscale: #C2C2C2. Windows color (decimal): -221216 or 14721020. OLE color: 14721020.
HSL color Cylindrical-coordinate representation of color #FC9FE0: hue angle of 318.06º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FC9FE0 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 159 | 224 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.01 |
| HSL | 318.06º | 0.94% | 0.81% | - |
| HSV(B) | 318.06º | 0.37% | 0.99% | - |
| XYZ | 66 | 50.87 | 76.86 | - |
| YUV | 194.22 | 144.81 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 159 | 224 | 0 | 0.37 | 0.11 | 0.01 | 318.06 | 0.94 | 0.81 |
| Hex | FC | 9F | E0 | 0 | 25 | B | 1 | 13E | 5E | 51 |
| Octal | 374 | 237 | 340 | 0 | 45 | 13 | 1 | 476 | 136 | 121 |
| Binary | 11111100 | 10011111 | 11100000 | 0 | 100101 | 1011 | 1 | 100111110 | 1011110 | 1010001 |
Color Harmonies of #FC9FE0
Complementary color
Monochromatic Colors of #FC9FE0
Black with #FC9FE0
Text Example
Text Example
White with #FC9FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9FE0; }
p { color: rgb(252,159,224); }
H1.HeaderClassName
{
color: #FC9FE0;
}
.AnyTagClassName
{
color: #FC9FE0;
}
</style>
background-color css
<style>
a { background-color: #FC9FE0; }
a { background-color: rgb(252,159,224); }
div.DivClassName
{
background-color: #FC9FE0;
}
.BgClassName
{
background-color: #FC9FE0;
}
</style>
border-color css
<style>
span { border-color: #FC9FE0; }
span { border-color: rgb(252,159,224); }
td.TdClassName
{
border-color: #FC9FE0;
}
.TagClassName
{
border-color: #FC9FE0;
}
</style>