#FCB9CA

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

Shades of Pink #FCB9CA

Tints of Pink #FCB9CA

Color information

#FCB9CA (or 0xFCB9CA) is unknown color: approx Pink. HEX triplet: FC, B9 and CA. RGB value is (252,185,202). Sum of RGB (Red+Green+Blue) = 252+185+202=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9CA is #034635. Grayscale: #CECECE. Windows color (decimal): -214582 or 13285884. OLE color: 13285884.

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

Color convert

RGB252185202-
CMYK00.270.200.01
HSL344.78º91.78%85.69%-
HSV(B)344.78º26.59%98.82%-
XYZ68.1559.6663.8-
YUV206.97125.2160.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 185 (72.66% from 255) = 28.95%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=39.44%
G=28.95%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218520200.270.200.01344.7891.7885.69
HexFCB9CA01B1411595c56
Octal374271312033241531134126
Binary11111100101110011100101001101110100110101100110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9CA; }

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

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

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

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

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

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

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

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