Shades of Lavender Rose #FC96DE
Tints of Lavender Rose #FC96DE
RGB
CMYK
RGB Variations
Color information
#FC96DE (or 0xFC96DE) is known color: Lavender Rose. HEX triplet: FC, 96 and DE. RGB value is (252,150,222). Sum of RGB (Red+Green+Blue) = 252+150+222=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 150 (58.98% from 255 or 24.04% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC96DE is #036921. Grayscale: #BCBCBC. Windows color (decimal): -223522 or 14587644. OLE color: 14587644.
HSL color Cylindrical-coordinate representation of color #FC96DE: hue angle of 317.65º 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 #FC96DE is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 150 | 222 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.01 |
| HSL | 317.65º | 0.94% | 0.79% | - |
| HSV(B) | 317.65º | 0.4% | 0.99% | - |
| XYZ | 64.24 | 47.78 | 74.94 | - |
| YUV | 188.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 150 | 222 | 0 | 0.40 | 0.12 | 0.01 | 317.65 | 0.94 | 0.79 |
| Hex | FC | 96 | DE | 0 | 28 | C | 1 | 13E | 5E | 4F |
| Octal | 374 | 226 | 336 | 0 | 50 | 14 | 1 | 476 | 136 | 117 |
| Binary | 11111100 | 10010110 | 11011110 | 0 | 101000 | 1100 | 1 | 100111110 | 1011110 | 1001111 |
Color Harmonies of #FC96DE
Complementary color
Monochromatic Colors of #FC96DE
Black with #FC96DE
Text Example
Text Example
White with #FC96DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC96DE; }
p { color: rgb(252,150,222); }
H1.HeaderClassName
{
color: #FC96DE;
}
.AnyTagClassName
{
color: #FC96DE;
}
</style>
background-color css
<style>
a { background-color: #FC96DE; }
a { background-color: rgb(252,150,222); }
div.DivClassName
{
background-color: #FC96DE;
}
.BgClassName
{
background-color: #FC96DE;
}
</style>
border-color css
<style>
span { border-color: #FC96DE; }
span { border-color: rgb(252,150,222); }
td.TdClassName
{
border-color: #FC96DE;
}
.TagClassName
{
border-color: #FC96DE;
}
</style>