Shades of Lavender Rose #FC99E8
Tints of Lavender Rose #FC99E8
RGB
CMYK
RGB Variations
Color information
#FC99E8 (or 0xFC99E8) is known color: Lavender Rose. HEX triplet: FC, 99 and E8. RGB value is (252,153,232). Sum of RGB (Red+Green+Blue) = 252+153+232=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 153 (60.16% from 255 or 24.02% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC99E8 is #036617. Grayscale: #BFBFBF. Windows color (decimal): -222744 or 15243772. OLE color: 15243772.
HSL color Cylindrical-coordinate representation of color #FC99E8: hue angle of 312.12º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC99E8 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 232 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.01 |
| HSL | 312.12º | 0.94% | 0.79% | - |
| HSV(B) | 312.12º | 0.39% | 0.99% | - |
| XYZ | 66.1 | 49.3 | 82.38 | - |
| YUV | 191.61 | 150.8 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 232 | 0 | 0.39 | 0.08 | 0.01 | 312.12 | 0.94 | 0.79 |
| Hex | FC | 99 | E8 | 0 | 27 | 8 | 1 | 138 | 5E | 4F |
| Octal | 374 | 231 | 350 | 0 | 47 | 10 | 1 | 470 | 136 | 117 |
| Binary | 11111100 | 10011001 | 11101000 | 0 | 100111 | 1000 | 1 | 100111000 | 1011110 | 1001111 |
Color Harmonies of #FC99E8
Complementary color
Monochromatic Colors of #FC99E8
Black with #FC99E8
Text Example
Text Example
White with #FC99E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC99E8; }
p { color: rgb(252,153,232); }
H1.HeaderClassName
{
color: #FC99E8;
}
.AnyTagClassName
{
color: #FC99E8;
}
</style>
background-color css
<style>
a { background-color: #FC99E8; }
a { background-color: rgb(252,153,232); }
div.DivClassName
{
background-color: #FC99E8;
}
.BgClassName
{
background-color: #FC99E8;
}
</style>
border-color css
<style>
span { border-color: #FC99E8; }
span { border-color: rgb(252,153,232); }
td.TdClassName
{
border-color: #FC99E8;
}
.TagClassName
{
border-color: #FC99E8;
}
</style>