Shades of Lavender Rose #FC99D4
Tints of Lavender Rose #FC99D4
RGB
CMYK
RGB Variations
Color information
#FC99D4 (or 0xFC99D4) is known color: Lavender Rose. HEX triplet: FC, 99 and D4. RGB value is (252,153,212). Sum of RGB (Red+Green+Blue) = 252+153+212=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC99D4 is #03662B. Grayscale: #BDBDBD. Windows color (decimal): -222764 or 13933052. OLE color: 13933052.
HSL color Cylindrical-coordinate representation of color #FC99D4: hue angle of 324.24º 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 #FC99D4 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 212 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.01 |
| HSL | 324.24º | 0.94% | 0.79% | - |
| HSV(B) | 324.24º | 0.39% | 0.99% | - |
| XYZ | 63.42 | 48.23 | 68.25 | - |
| YUV | 189.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 212 | 0 | 0.39 | 0.16 | 0.01 | 324.24 | 0.94 | 0.79 |
| Hex | FC | 99 | D4 | 0 | 27 | 10 | 1 | 144 | 5E | 4F |
| Octal | 374 | 231 | 324 | 0 | 47 | 20 | 1 | 504 | 136 | 117 |
| Binary | 11111100 | 10011001 | 11010100 | 0 | 100111 | 10000 | 1 | 101000100 | 1011110 | 1001111 |
Color Harmonies of #FC99D4
Complementary color
Monochromatic Colors of #FC99D4
Black with #FC99D4
Text Example
Text Example
White with #FC99D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC99D4; }
p { color: rgb(252,153,212); }
H1.HeaderClassName
{
color: #FC99D4;
}
.AnyTagClassName
{
color: #FC99D4;
}
</style>
background-color css
<style>
a { background-color: #FC99D4; }
a { background-color: rgb(252,153,212); }
div.DivClassName
{
background-color: #FC99D4;
}
.BgClassName
{
background-color: #FC99D4;
}
</style>
border-color css
<style>
span { border-color: #FC99D4; }
span { border-color: rgb(252,153,212); }
td.TdClassName
{
border-color: #FC99D4;
}
.TagClassName
{
border-color: #FC99D4;
}
</style>