Shades of Lavender Rose #FC99F0
Tints of Lavender Rose #FC99F0
RGB
CMYK
RGB Variations
Color information
#FC99F0 (or 0xFC99F0) is known color: Lavender Rose. HEX triplet: FC, 99 and F0. RGB value is (252,153,240). Sum of RGB (Red+Green+Blue) = 252+153+240=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 153 (60.16% from 255 or 23.72% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC99F0 is #03660F. Grayscale: #C0C0C0. Windows color (decimal): -222736 or 15768060. OLE color: 15768060.
HSL color Cylindrical-coordinate representation of color #FC99F0: hue angle of 307.27º 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 #FC99F0 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 240 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.01 |
| HSL | 307.27º | 0.94% | 0.79% | - |
| HSV(B) | 307.27º | 0.39% | 0.99% | - |
| XYZ | 67.26 | 49.77 | 88.5 | - |
| YUV | 192.52 | 154.8 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 240 | 0 | 0.39 | 0.05 | 0.01 | 307.27 | 0.94 | 0.79 |
| Hex | FC | 99 | F0 | 0 | 27 | 5 | 1 | 133 | 5E | 4F |
| Octal | 374 | 231 | 360 | 0 | 47 | 5 | 1 | 463 | 136 | 117 |
| Binary | 11111100 | 10011001 | 11110000 | 0 | 100111 | 101 | 1 | 100110011 | 1011110 | 1001111 |
Color Harmonies of #FC99F0
Complementary color
Monochromatic Colors of #FC99F0
Black with #FC99F0
Text Example
Text Example
White with #FC99F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC99F0; }
p { color: rgb(252,153,240); }
H1.HeaderClassName
{
color: #FC99F0;
}
.AnyTagClassName
{
color: #FC99F0;
}
</style>
background-color css
<style>
a { background-color: #FC99F0; }
a { background-color: rgb(252,153,240); }
div.DivClassName
{
background-color: #FC99F0;
}
.BgClassName
{
background-color: #FC99F0;
}
</style>
border-color css
<style>
span { border-color: #FC99F0; }
span { border-color: rgb(252,153,240); }
td.TdClassName
{
border-color: #FC99F0;
}
.TagClassName
{
border-color: #FC99F0;
}
</style>