Shades of Lavender Rose #FC99E6
Tints of Lavender Rose #FC99E6
RGB
CMYK
RGB Variations
Color information
#FC99E6 (or 0xFC99E6) is known color: Lavender Rose. HEX triplet: FC, 99 and E6. RGB value is (252,153,230). Sum of RGB (Red+Green+Blue) = 252+153+230=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 153 (60.16% from 255 or 24.09% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC99E6 is #036619. Grayscale: #BFBFBF. Windows color (decimal): -222746 or 15112700. OLE color: 15112700.
HSL color Cylindrical-coordinate representation of color #FC99E6: hue angle of 313.33º 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 #FC99E6 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 230 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.01 |
| HSL | 313.33º | 0.94% | 0.79% | - |
| HSV(B) | 313.33º | 0.39% | 0.99% | - |
| XYZ | 65.82 | 49.19 | 80.89 | - |
| YUV | 191.38 | 149.8 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 230 | 0 | 0.39 | 0.09 | 0.01 | 313.33 | 0.94 | 0.79 |
| Hex | FC | 99 | E6 | 0 | 27 | 9 | 1 | 139 | 5E | 4F |
| Octal | 374 | 231 | 346 | 0 | 47 | 11 | 1 | 471 | 136 | 117 |
| Binary | 11111100 | 10011001 | 11100110 | 0 | 100111 | 1001 | 1 | 100111001 | 1011110 | 1001111 |
Color Harmonies of #FC99E6
Complementary color
Monochromatic Colors of #FC99E6
Black with #FC99E6
Text Example
Text Example
White with #FC99E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC99E6; }
p { color: rgb(252,153,230); }
H1.HeaderClassName
{
color: #FC99E6;
}
.AnyTagClassName
{
color: #FC99E6;
}
</style>
background-color css
<style>
a { background-color: #FC99E6; }
a { background-color: rgb(252,153,230); }
div.DivClassName
{
background-color: #FC99E6;
}
.BgClassName
{
background-color: #FC99E6;
}
</style>
border-color css
<style>
span { border-color: #FC99E6; }
span { border-color: rgb(252,153,230); }
td.TdClassName
{
border-color: #FC99E6;
}
.TagClassName
{
border-color: #FC99E6;
}
</style>