#FCB9C9

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

Shades of Pink #FCB9C9

Tints of Pink #FCB9C9

Color information

#FCB9C9 (or 0xFCB9C9) is unknown color: approx Pink. HEX triplet: FC, B9 and C9. RGB value is (252,185,201). Sum of RGB (Red+Green+Blue) = 252+185+201=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9C9 is #034636. Grayscale: #CECECE. Windows color (decimal): -214583 or 13220348. OLE color: 13220348.

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

Color convert

RGB252185201-
CMYK00.270.200.01
HSL345.67º91.78%85.69%-
HSV(B)345.67º26.59%98.82%-
XYZ68.0459.6163.18-
YUV206.86124.7160.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 185 (72.66% from 255) = 29.00%
BLUE value IS 201 (78.91% from 255) = 31.50%
R=39.50%
G=29.00%
B=31.50%

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
Decimal25218520100.270.200.01345.6791.7885.69
HexFCB9C901B14115a5c56
Octal374271311033241532134126
Binary11111100101110011100100101101110100110101101010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9C9; }

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

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

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

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

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

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

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

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