#FCB1B6

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

Shades of Light Pink #FCB1B6

Tints of Light Pink #FCB1B6

Color information

#FCB1B6 (or 0xFCB1B6) is unknown color: approx Light Pink. HEX triplet: FC, B1 and B6. RGB value is (252,177,182). Sum of RGB (Red+Green+Blue) = 252+177+182=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1B6 is #034E49. Grayscale: #C8C8C8. Windows color (decimal): -216650 or 11973116. OLE color: 11973116.

HSL color Cylindrical-coordinate representation of color #FCB1B6: hue angle of 356º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB1B6 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB252177182-
CMYK00.300.280.01
HSL356º92.59%84.12%-
HSV(B)356º29.76%98.82%-
XYZ64.3155.5251.58-
YUV200117.85165.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 177 (69.53% from 255) = 28.97%
BLUE value IS 182 (71.48% from 255) = 29.79%
R=41.24%
G=28.97%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217718200.300.280.0135692.5984.12
HexFCB1B601E1C11645d54
Octal374261266036341544135124
Binary11111100101100011011011001111011100110110010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1B6; }

 p { color: rgb(252,177,182); }

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

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

 a { background-color: rgb(252,177,182); }

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

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

 span { border-color: rgb(252,177,182); }

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