#FC9FD1

Color #FC9FD1 Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #FC9FD1

Tints of Lavender Pink #FC9FD1

Color information

#FC9FD1 (or 0xFC9FD1) is unknown color: approx 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

RGB252159209-
CMYK00.370.170.01
HSL327.74º93.94%80.59%-
HSV(B)327.74º36.9%98.82%-
XYZ64.0550.166.62-
YUV192.51137.31170.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 40.65%
GREEN value IS 159 (62.5% from 255) = 25.65%
BLUE value IS 209 (82.03% from 255) = 33.71%
R=40.65%
G=25.65%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215920900.370.170.01327.7493.9480.59
HexFC9FD10251111485e51
Octal374237321045211510136121
Binary111111001001111111010001010010110001110100100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>