Shades of Lavender Pink #FC9FD1
Tints of Lavender Pink #FC9FD1
RGB
CMYK
RGB Variations
Color information
#FC9FD1 (or 0xFC9FD1) is known color: Lavender Pink. HEX triplet: FC, 9F and D1. RGB value is (252,159,209). Sum of RGB (Red+Green+Blue) = 252+159+209=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FD1 is #03602E. Grayscale: #C0C0C0. Windows color (decimal): -221231 or 13737980. OLE color: 13737980.
HSL color Cylindrical-coordinate representation of color #FC9FD1: hue angle of 327.74º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FC9FD1 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 159 | 209 | - |
CMYK | 0 | 0.37 | 0.17 | 0.01 |
HSL | 327.74º | 0.94% | 0.81% | - |
HSV(B) | 327.74º | 0.37% | 0.99% | - |
XYZ | 64.05 | 50.1 | 66.62 | - |
YUV | 192.51 | 137.31 | 170.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 159 | 209 | 0 | 0.37 | 0.17 | 0.01 | 327.74 | 0.94 | 0.81 |
Hex | FC | 9F | D1 | 0 | 25 | 11 | 1 | 148 | 5E | 51 |
Octal | 374 | 237 | 321 | 0 | 45 | 21 | 1 | 510 | 136 | 121 |
Binary | 11111100 | 10011111 | 11010001 | 0 | 100101 | 10001 | 1 | 101001000 | 1011110 | 1010001 |
Color Harmonies of #FC9FD1
Complementary color
Monochromatic Colors of #FC9FD1
Black with #FC9FD1
Text Example
Text Example
White with #FC9FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9FD1; }
p { color: rgb(252,159,209); }
H1.HeaderClassName
{
color: #FC9FD1;
}
.AnyTagClassName
{
color: #FC9FD1;
}
</style>
background-color css
<style>
a { background-color: #FC9FD1; }
a { background-color: rgb(252,159,209); }
div.DivClassName
{
background-color: #FC9FD1;
}
.BgClassName
{
background-color: #FC9FD1;
}
</style>
border-color css
<style>
span { border-color: #FC9FD1; }
span { border-color: rgb(252,159,209); }
td.TdClassName
{
border-color: #FC9FD1;
}
.TagClassName
{
border-color: #FC9FD1;
}
</style>