Shades of Lavender Rose #FC96F2
Tints of Lavender Rose #FC96F2
RGB
CMYK
RGB Variations
Color information
#FC96F2 (or 0xFC96F2) is known color: Lavender Rose. HEX triplet: FC, 96 and F2. RGB value is (252,150,242). Sum of RGB (Red+Green+Blue) = 252+150+242=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 150 (58.98% from 255 or 23.29% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC96F2 is #03690D. Grayscale: #BEBEBE. Windows color (decimal): -223502 or 15898364. OLE color: 15898364.
HSL color Cylindrical-coordinate representation of color #FC96F2: hue angle of 305.88º 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 #FC96F2 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 150 | 242 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.01 |
| HSL | 305.88º | 0.94% | 0.79% | - |
| HSV(B) | 305.88º | 0.4% | 0.99% | - |
| XYZ | 67.08 | 48.92 | 89.91 | - |
| YUV | 190.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 150 | 242 | 0 | 0.40 | 0.04 | 0.01 | 305.88 | 0.94 | 0.79 |
| Hex | FC | 96 | F2 | 0 | 28 | 4 | 1 | 132 | 5E | 4F |
| Octal | 374 | 226 | 362 | 0 | 50 | 4 | 1 | 462 | 136 | 117 |
| Binary | 11111100 | 10010110 | 11110010 | 0 | 101000 | 100 | 1 | 100110010 | 1011110 | 1001111 |
Color Harmonies of #FC96F2
Complementary color
Monochromatic Colors of #FC96F2
Black with #FC96F2
Text Example
Text Example
White with #FC96F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC96F2; }
p { color: rgb(252,150,242); }
H1.HeaderClassName
{
color: #FC96F2;
}
.AnyTagClassName
{
color: #FC96F2;
}
</style>
background-color css
<style>
a { background-color: #FC96F2; }
a { background-color: rgb(252,150,242); }
div.DivClassName
{
background-color: #FC96F2;
}
.BgClassName
{
background-color: #FC96F2;
}
</style>
border-color css
<style>
span { border-color: #FC96F2; }
span { border-color: rgb(252,150,242); }
td.TdClassName
{
border-color: #FC96F2;
}
.TagClassName
{
border-color: #FC96F2;
}
</style>