#FCB9CC

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

Shades of Pink #FCB9CC

Tints of Pink #FCB9CC

Color information

#FCB9CC (or 0xFCB9CC) is unknown color: approx Pink. HEX triplet: FC, B9 and CC. RGB value is (252,185,204). Sum of RGB (Red+Green+Blue) = 252+185+204=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9CC is #034633. Grayscale: #CFCFCF. Windows color (decimal): -214580 or 13416956. OLE color: 13416956.

HSL color Cylindrical-coordinate representation of color #FCB9CC: hue angle of 342.99º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB9CC is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252185204-
CMYK00.270.190.01
HSL342.99º91.78%85.69%-
HSV(B)342.99º26.59%98.82%-
XYZ68.3959.7565.06-
YUV207.2126.2159.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 185 (72.66% from 255) = 28.86%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=39.31%
G=28.86%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218520400.270.190.01342.9991.7885.69
HexFCB9CC01B1311575c56
Octal374271314033231527134126
Binary11111100101110011100110001101110011110101011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9CC; }

 p { color: rgb(252,185,204); }

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

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

 a { background-color: rgb(252,185,204); }

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

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

 span { border-color: rgb(252,185,204); }

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