#FCB1B8

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

Shades of Light Pink #FCB1B8

Tints of Light Pink #FCB1B8

Color information

#FCB1B8 (or 0xFCB1B8) is unknown color: approx Light Pink. HEX triplet: FC, B1 and B8. RGB value is (252,177,184). Sum of RGB (Red+Green+Blue) = 252+177+184=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 184 (72.27% from 255 or 30.02% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1B8 is #034E47. Grayscale: #C8C8C8. Windows color (decimal): -216648 or 12104188. OLE color: 12104188.

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

Color convert

RGB252177184-
CMYK00.300.270.01
HSL354.4º92.59%84.12%-
HSV(B)354.4º29.76%98.82%-
XYZ64.5255.652.68-
YUV200.22118.85164.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.11%
GREEN value IS 177 (69.53% from 255) = 28.87%
BLUE value IS 184 (72.27% from 255) = 30.02%
R=41.11%
G=28.87%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217718400.300.270.01354.492.5984.12
HexFCB1B801E1B11625d54
Octal374261270036331542135124
Binary11111100101100011011100001111011011110110001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1B8; }

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

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

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

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

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

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

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

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