Shades of Lavender Rose #FC96E2
Tints of Lavender Rose #FC96E2
RGB
CMYK
RGB Variations
Color information
#FC96E2 (or 0xFC96E2) is known color: Lavender Rose. HEX triplet: FC, 96 and E2. RGB value is (252,150,226). Sum of RGB (Red+Green+Blue) = 252+150+226=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 226 (88.67% from 255 or 35.99% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC96E2 is #03691D. Grayscale: #BCBCBC. Windows color (decimal): -223518 or 14849788. OLE color: 14849788.
HSL color Cylindrical-coordinate representation of color #FC96E2: hue angle of 315.29º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC96E2 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 150 | 226 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.01 |
| HSL | 315.29º | 0.94% | 0.79% | - |
| HSV(B) | 315.29º | 0.4% | 0.99% | - |
| XYZ | 64.78 | 48 | 77.8 | - |
| YUV | 189.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 150 | 226 | 0 | 0.40 | 0.10 | 0.01 | 315.29 | 0.94 | 0.79 |
| Hex | FC | 96 | E2 | 0 | 28 | A | 1 | 13B | 5E | 4F |
| Octal | 374 | 226 | 342 | 0 | 50 | 12 | 1 | 473 | 136 | 117 |
| Binary | 11111100 | 10010110 | 11100010 | 0 | 101000 | 1010 | 1 | 100111011 | 1011110 | 1001111 |
Color Harmonies of #FC96E2
Complementary color
Monochromatic Colors of #FC96E2
Black with #FC96E2
Text Example
Text Example
White with #FC96E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC96E2; }
p { color: rgb(252,150,226); }
H1.HeaderClassName
{
color: #FC96E2;
}
.AnyTagClassName
{
color: #FC96E2;
}
</style>
background-color css
<style>
a { background-color: #FC96E2; }
a { background-color: rgb(252,150,226); }
div.DivClassName
{
background-color: #FC96E2;
}
.BgClassName
{
background-color: #FC96E2;
}
</style>
border-color css
<style>
span { border-color: #FC96E2; }
span { border-color: rgb(252,150,226); }
td.TdClassName
{
border-color: #FC96E2;
}
.TagClassName
{
border-color: #FC96E2;
}
</style>