#FC9FD3

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

Shades of Lavender Pink #FC9FD3

Tints of Lavender Pink #FC9FD3

Color information

#FC9FD3 (or 0xFC9FD3) is unknown color: approx Lavender Pink. HEX triplet: FC, 9F and D3. RGB value is (252,159,211). Sum of RGB (Red+Green+Blue) = 252+159+211=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 159 (62.5% from 255 or 25.56% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FD3 is #03602C. Grayscale: #C0C0C0. Windows color (decimal): -221229 or 13869052. OLE color: 13869052.

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

Color convert

RGB252159211-
CMYK00.370.160.01
HSL326.45º93.94%80.59%-
HSV(B)326.45º36.9%98.82%-
XYZ64.350.1967.93-
YUV192.74138.31170.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.51%
GREEN value IS 159 (62.5% from 255) = 25.56%
BLUE value IS 211 (82.81% from 255) = 33.92%
R=40.51%
G=25.56%
B=33.92%

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
Decimal25215921100.370.160.01326.4593.9480.59
HexFC9FD30251011465e51
Octal374237323045201506136121
Binary111111001001111111010011010010110000110100011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FD3; }

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

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

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

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

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

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

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

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