#FC9CD2

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

Shades of Lavender Pink #FC9CD2

Tints of Lavender Pink #FC9CD2

Color information

#FC9CD2 (or 0xFC9CD2) is unknown color: approx Lavender Pink. HEX triplet: FC, 9C and D2. RGB value is (252,156,210). Sum of RGB (Red+Green+Blue) = 252+156+210=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9CD2 is #03632D. Grayscale: #BEBEBE. Windows color (decimal): -221998 or 13802748. OLE color: 13802748.

HSL color Cylindrical-coordinate representation of color #FC9CD2: hue angle of 326.25º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9CD2 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB252156210-
CMYK00.380.170.01
HSL326.25º94.12%80%-
HSV(B)326.25º38.1%98.82%-
XYZ63.6749.1367.1-
YUV190.86138.8171.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 156 (61.33% from 255) = 25.24%
BLUE value IS 210 (82.42% from 255) = 33.98%
R=40.78%
G=25.24%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215621000.380.170.01326.2594.1280
HexFC9CD20261111465e50
Octal374234322046211506136120
Binary111111001001110011010010010011010001110100011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9CD2; }

 p { color: rgb(252,156,210); }

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

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

 a { background-color: rgb(252,156,210); }

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

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

 span { border-color: rgb(252,156,210); }

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