Shades of Lavender Pink #FC9ED3
Tints of Lavender Pink #FC9ED3
RGB
CMYK
RGB Variations
Color information
#FC9ED3 (or 0xFC9ED3) is known color: Lavender Pink. HEX triplet: FC, 9E and D3. RGB value is (252,158,211). Sum of RGB (Red+Green+Blue) = 252+158+211=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 158 (62.11% from 255 or 25.44% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9ED3 is #03612C. Grayscale: #C0C0C0. Windows color (decimal): -221485 or 13868796. OLE color: 13868796.
HSL color Cylindrical-coordinate representation of color #FC9ED3: hue angle of 326.17º 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 #FC9ED3 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 211 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.01 |
| HSL | 326.17º | 0.94% | 0.8% | - |
| HSV(B) | 326.17º | 0.37% | 0.99% | - |
| XYZ | 64.13 | 49.85 | 67.87 | - |
| YUV | 192.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 211 | 0 | 0.37 | 0.16 | 0.01 | 326.17 | 0.94 | 0.8 |
| Hex | FC | 9E | D3 | 0 | 25 | 10 | 1 | 146 | 5E | 50 |
| Octal | 374 | 236 | 323 | 0 | 45 | 20 | 1 | 506 | 136 | 120 |
| Binary | 11111100 | 10011110 | 11010011 | 0 | 100101 | 10000 | 1 | 101000110 | 1011110 | 1010000 |
Color Harmonies of #FC9ED3
Complementary color
Monochromatic Colors of #FC9ED3
Black with #FC9ED3
Text Example
Text Example
White with #FC9ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9ED3; }
p { color: rgb(252,158,211); }
H1.HeaderClassName
{
color: #FC9ED3;
}
.AnyTagClassName
{
color: #FC9ED3;
}
</style>
background-color css
<style>
a { background-color: #FC9ED3; }
a { background-color: rgb(252,158,211); }
div.DivClassName
{
background-color: #FC9ED3;
}
.BgClassName
{
background-color: #FC9ED3;
}
</style>
border-color css
<style>
span { border-color: #FC9ED3; }
span { border-color: rgb(252,158,211); }
td.TdClassName
{
border-color: #FC9ED3;
}
.TagClassName
{
border-color: #FC9ED3;
}
</style>