#FC9FD4

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

Shades of Lavender Pink #FC9FD4

Tints of Lavender Pink #FC9FD4

Color information

#FC9FD4 (or 0xFC9FD4) is unknown color: approx Lavender Pink. HEX triplet: FC, 9F and D4. RGB value is (252,159,212). Sum of RGB (Red+Green+Blue) = 252+159+212=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FD4 is #03602B. Grayscale: #C0C0C0. Windows color (decimal): -221228 or 13934588. OLE color: 13934588.

HSL color Cylindrical-coordinate representation of color #FC9FD4: hue angle of 325.81º 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 #FC9FD4 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB252159212-
CMYK00.370.160.01
HSL325.81º93.94%80.59%-
HSV(B)325.81º36.9%98.82%-
XYZ64.4350.2568.59-
YUV192.85138.81170.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 159 (62.5% from 255) = 25.52%
BLUE value IS 212 (83.20% from 255) = 34.03%
R=40.45%
G=25.52%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215921200.370.160.01325.8193.9480.59
HexFC9FD40251011465e51
Octal374237324045201506136121
Binary111111001001111111010100010010110000110100011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FD4; }

 p { color: rgb(252,159,212); }

 H1.HeaderClassName
 {
   color: #FC9FD4;
 }
 .AnyTagClassName
 {
   color: #FC9FD4;
 }
</style>
background-color css

<style>
 a { background-color: #FC9FD4; }

 a { background-color: rgb(252,159,212); }

 div.DivClassName
 {
   background-color: #FC9FD4;
 }
 .BgClassName
 {
   background-color: #FC9FD4;
 }
</style>
border-color css

<style>
 span { border-color: #FC9FD4; }

 span { border-color: rgb(252,159,212); }

 td.TdClassName
 {
   border-color: #FC9FD4;
 }
 .TagClassName
 {
   border-color: #FC9FD4;
 }
</style>