Shades of Lavender Rose #FC9FEC
Tints of Lavender Rose #FC9FEC
RGB
CMYK
RGB Variations
Color information
#FC9FEC (or 0xFC9FEC) is known color: Lavender Rose. HEX triplet: FC, 9F and EC. RGB value is (252,159,236). Sum of RGB (Red+Green+Blue) = 252+159+236=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 159 (62.5% from 255 or 24.57% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9FEC is #036013. Grayscale: #C3C3C3. Windows color (decimal): -221204 or 15507452. OLE color: 15507452.
HSL color Cylindrical-coordinate representation of color #FC9FEC: hue angle of 310.32º 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 #FC9FEC is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 159 | 236 | - |
CMYK | 0 | 0.37 | 0.06 | 0.01 |
HSL | 310.32º | 0.94% | 0.81% | - |
HSV(B) | 310.32º | 0.37% | 0.99% | - |
XYZ | 67.68 | 51.55 | 85.74 | - |
YUV | 195.59 | 150.81 | 168.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 159 | 236 | 0 | 0.37 | 0.06 | 0.01 | 310.32 | 0.94 | 0.81 |
Hex | FC | 9F | EC | 0 | 25 | 6 | 1 | 136 | 5E | 51 |
Octal | 374 | 237 | 354 | 0 | 45 | 6 | 1 | 466 | 136 | 121 |
Binary | 11111100 | 10011111 | 11101100 | 0 | 100101 | 110 | 1 | 100110110 | 1011110 | 1010001 |
Color Harmonies of #FC9FEC
Complementary color
Monochromatic Colors of #FC9FEC
Black with #FC9FEC
Text Example
Text Example
White with #FC9FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9FEC; }
p { color: rgb(252,159,236); }
H1.HeaderClassName
{
color: #FC9FEC;
}
.AnyTagClassName
{
color: #FC9FEC;
}
</style>
background-color css
<style>
a { background-color: #FC9FEC; }
a { background-color: rgb(252,159,236); }
div.DivClassName
{
background-color: #FC9FEC;
}
.BgClassName
{
background-color: #FC9FEC;
}
</style>
border-color css
<style>
span { border-color: #FC9FEC; }
span { border-color: rgb(252,159,236); }
td.TdClassName
{
border-color: #FC9FEC;
}
.TagClassName
{
border-color: #FC9FEC;
}
</style>