Shades of Lavender Rose #FC99DE
Tints of Lavender Rose #FC99DE
RGB
CMYK
RGB Variations
Color information
#FC99DE (or 0xFC99DE) is known color: Lavender Rose. HEX triplet: FC, 99 and DE. RGB value is (252,153,222). Sum of RGB (Red+Green+Blue) = 252+153+222=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 153 (60.16% from 255 or 24.40% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC99DE is #036621. Grayscale: #BEBEBE. Windows color (decimal): -222754 or 14588412. OLE color: 14588412.
HSL color Cylindrical-coordinate representation of color #FC99DE: hue angle of 318.18º 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 #FC99DE is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 222 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.01 |
| HSL | 318.18º | 0.94% | 0.79% | - |
| HSV(B) | 318.18º | 0.39% | 0.99% | - |
| XYZ | 64.72 | 48.75 | 75.11 | - |
| YUV | 190.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 222 | 0 | 0.39 | 0.12 | 0.01 | 318.18 | 0.94 | 0.79 |
| Hex | FC | 99 | DE | 0 | 27 | C | 1 | 13E | 5E | 4F |
| Octal | 374 | 231 | 336 | 0 | 47 | 14 | 1 | 476 | 136 | 117 |
| Binary | 11111100 | 10011001 | 11011110 | 0 | 100111 | 1100 | 1 | 100111110 | 1011110 | 1001111 |
Color Harmonies of #FC99DE
Complementary color
Monochromatic Colors of #FC99DE
Black with #FC99DE
Text Example
Text Example
White with #FC99DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC99DE; }
p { color: rgb(252,153,222); }
H1.HeaderClassName
{
color: #FC99DE;
}
.AnyTagClassName
{
color: #FC99DE;
}
</style>
background-color css
<style>
a { background-color: #FC99DE; }
a { background-color: rgb(252,153,222); }
div.DivClassName
{
background-color: #FC99DE;
}
.BgClassName
{
background-color: #FC99DE;
}
</style>
border-color css
<style>
span { border-color: #FC99DE; }
span { border-color: rgb(252,153,222); }
td.TdClassName
{
border-color: #FC99DE;
}
.TagClassName
{
border-color: #FC99DE;
}
</style>