Shades of Lavender Rose #FC9FE8
Tints of Lavender Rose #FC9FE8
RGB
CMYK
RGB Variations
Color information
#FC9FE8 (or 0xFC9FE8) is known color: Lavender Rose. HEX triplet: FC, 9F and E8. RGB value is (252,159,232). Sum of RGB (Red+Green+Blue) = 252+159+232=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 159 (62.5% from 255 or 24.73% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9FE8 is #036017. Grayscale: #C2C2C2. Windows color (decimal): -221208 or 15245308. OLE color: 15245308.
HSL color Cylindrical-coordinate representation of color #FC9FE8: hue angle of 312.9º 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 #FC9FE8 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 159 | 232 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.01 |
| HSL | 312.9º | 0.94% | 0.81% | - |
| HSV(B) | 312.9º | 0.37% | 0.99% | - |
| XYZ | 67.11 | 51.32 | 82.71 | - |
| YUV | 195.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 159 | 232 | 0 | 0.37 | 0.08 | 0.01 | 312.9 | 0.94 | 0.81 |
| Hex | FC | 9F | E8 | 0 | 25 | 8 | 1 | 139 | 5E | 51 |
| Octal | 374 | 237 | 350 | 0 | 45 | 10 | 1 | 471 | 136 | 121 |
| Binary | 11111100 | 10011111 | 11101000 | 0 | 100101 | 1000 | 1 | 100111001 | 1011110 | 1010001 |
Color Harmonies of #FC9FE8
Complementary color
Monochromatic Colors of #FC9FE8
Black with #FC9FE8
Text Example
Text Example
White with #FC9FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9FE8; }
p { color: rgb(252,159,232); }
H1.HeaderClassName
{
color: #FC9FE8;
}
.AnyTagClassName
{
color: #FC9FE8;
}
</style>
background-color css
<style>
a { background-color: #FC9FE8; }
a { background-color: rgb(252,159,232); }
div.DivClassName
{
background-color: #FC9FE8;
}
.BgClassName
{
background-color: #FC9FE8;
}
</style>
border-color css
<style>
span { border-color: #FC9FE8; }
span { border-color: rgb(252,159,232); }
td.TdClassName
{
border-color: #FC9FE8;
}
.TagClassName
{
border-color: #FC9FE8;
}
</style>