Shades of Lavender Rose #FC9FFC
Tints of Lavender Rose #FC9FFC
RGB
CMYK
RGB Variations
Color information
#FC9FFC (or 0xFC9FFC) is known color: Lavender Rose. HEX triplet: FC, 9F and FC. RGB value is (252,159,252). Sum of RGB (Red+Green+Blue) = 252+159+252=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 159 (62.5% from 255 or 23.98% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC9FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9FFC is #036003. Grayscale: #C5C5C5. Windows color (decimal): -221188 or 16556028. OLE color: 16556028.
HSL color Cylindrical-coordinate representation of color #FC9FFC: hue angle of 300º 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 #FC9FFC is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 159 | 252 | - |
CMYK | 0 | 0.37 | 0 | 0.01 |
HSL | 300º | 0.94% | 0.81% | - |
HSV(B) | 300º | 0.37% | 0.99% | - |
XYZ | 70.11 | 52.52 | 98.54 | - |
YUV | 197.41 | 158.81 | 166.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 159 | 252 | 0 | 0.37 | 0 | 0.01 | 300 | 0.94 | 0.81 |
Hex | FC | 9F | FC | 0 | 25 | 0 | 1 | 12C | 5E | 51 |
Octal | 374 | 237 | 374 | 0 | 45 | 0 | 1 | 454 | 136 | 121 |
Binary | 11111100 | 10011111 | 11111100 | 0 | 100101 | 0 | 1 | 100101100 | 1011110 | 1010001 |
Color Harmonies of #FC9FFC
Complementary color
Monochromatic Colors of #FC9FFC
Black with #FC9FFC
Text Example
Text Example
White with #FC9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9FFC; }
p { color: rgb(252,159,252); }
H1.HeaderClassName
{
color: #FC9FFC;
}
.AnyTagClassName
{
color: #FC9FFC;
}
</style>
background-color css
<style>
a { background-color: #FC9FFC; }
a { background-color: rgb(252,159,252); }
div.DivClassName
{
background-color: #FC9FFC;
}
.BgClassName
{
background-color: #FC9FFC;
}
</style>
border-color css
<style>
span { border-color: #FC9FFC; }
span { border-color: rgb(252,159,252); }
td.TdClassName
{
border-color: #FC9FFC;
}
.TagClassName
{
border-color: #FC9FFC;
}
</style>