Shades of Lavender Rose #FC99E3
Tints of Lavender Rose #FC99E3
RGB
CMYK
RGB Variations
Color information
#FC99E3 (or 0xFC99E3) is known color: Lavender Rose. HEX triplet: FC, 99 and E3. RGB value is (252,153,227). Sum of RGB (Red+Green+Blue) = 252+153+227=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 153 (60.16% from 255 or 24.21% from 632); Blue value is 227 (89.06% from 255 or 35.92% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC99E3 is #03661C. Grayscale: #BEBEBE. Windows color (decimal): -222749 or 14916092. OLE color: 14916092.
HSL color Cylindrical-coordinate representation of color #FC99E3: hue angle of 315.15º 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 #FC99E3 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 227 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.01 |
| HSL | 315.15º | 0.94% | 0.79% | - |
| HSV(B) | 315.15º | 0.39% | 0.99% | - |
| XYZ | 65.4 | 49.02 | 78.69 | - |
| YUV | 191.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 227 | 0 | 0.39 | 0.10 | 0.01 | 315.15 | 0.94 | 0.79 |
| Hex | FC | 99 | E3 | 0 | 27 | A | 1 | 13B | 5E | 4F |
| Octal | 374 | 231 | 343 | 0 | 47 | 12 | 1 | 473 | 136 | 117 |
| Binary | 11111100 | 10011001 | 11100011 | 0 | 100111 | 1010 | 1 | 100111011 | 1011110 | 1001111 |
Color Harmonies of #FC99E3
Complementary color
Monochromatic Colors of #FC99E3
Black with #FC99E3
Text Example
Text Example
White with #FC99E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC99E3; }
p { color: rgb(252,153,227); }
H1.HeaderClassName
{
color: #FC99E3;
}
.AnyTagClassName
{
color: #FC99E3;
}
</style>
background-color css
<style>
a { background-color: #FC99E3; }
a { background-color: rgb(252,153,227); }
div.DivClassName
{
background-color: #FC99E3;
}
.BgClassName
{
background-color: #FC99E3;
}
</style>
border-color css
<style>
span { border-color: #FC99E3; }
span { border-color: rgb(252,153,227); }
td.TdClassName
{
border-color: #FC99E3;
}
.TagClassName
{
border-color: #FC99E3;
}
</style>