Shades of Lavender Pink #FC9ED2
Tints of Lavender Pink #FC9ED2
RGB
CMYK
RGB Variations
Color information
#FC9ED2 (or 0xFC9ED2) is known color: Lavender Pink. HEX triplet: FC, 9E and D2. RGB value is (252,158,210). Sum of RGB (Red+Green+Blue) = 252+158+210=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 158 (62.11% from 255 or 25.48% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9ED2 is #03612D. Grayscale: #BFBFBF. Windows color (decimal): -221486 or 13803260. OLE color: 13803260.
HSL color Cylindrical-coordinate representation of color #FC9ED2: hue angle of 326.81º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FC9ED2 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 210 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.01 |
| HSL | 326.81º | 0.94% | 0.8% | - |
| HSV(B) | 326.81º | 0.37% | 0.99% | - |
| XYZ | 64 | 49.8 | 67.21 | - |
| YUV | 192.03 | 138.14 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 210 | 0 | 0.37 | 0.17 | 0.01 | 326.81 | 0.94 | 0.8 |
| Hex | FC | 9E | D2 | 0 | 25 | 11 | 1 | 147 | 5E | 50 |
| Octal | 374 | 236 | 322 | 0 | 45 | 21 | 1 | 507 | 136 | 120 |
| Binary | 11111100 | 10011110 | 11010010 | 0 | 100101 | 10001 | 1 | 101000111 | 1011110 | 1010000 |
Color Harmonies of #FC9ED2
Complementary color
Monochromatic Colors of #FC9ED2
Black with #FC9ED2
Text Example
Text Example
White with #FC9ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9ED2; }
p { color: rgb(252,158,210); }
H1.HeaderClassName
{
color: #FC9ED2;
}
.AnyTagClassName
{
color: #FC9ED2;
}
</style>
background-color css
<style>
a { background-color: #FC9ED2; }
a { background-color: rgb(252,158,210); }
div.DivClassName
{
background-color: #FC9ED2;
}
.BgClassName
{
background-color: #FC9ED2;
}
</style>
border-color css
<style>
span { border-color: #FC9ED2; }
span { border-color: rgb(252,158,210); }
td.TdClassName
{
border-color: #FC9ED2;
}
.TagClassName
{
border-color: #FC9ED2;
}
</style>