#FCB0B1

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

Shades of Light Pink #FCB0B1

Tints of Light Pink #FCB0B1

Color information

#FCB0B1 (or 0xFCB0B1) is unknown color: approx Light Pink. HEX triplet: FC, B0 and B1. RGB value is (252,176,177). Sum of RGB (Red+Green+Blue) = 252+176+177=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB0B1 is #034F4E. Grayscale: #C6C6C6. Windows color (decimal): -216911 or 11645180. OLE color: 11645180.

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

Color convert

RGB252176177-
CMYK00.300.300.01
HSL359.21º92.68%83.92%-
HSV(B)359.21º30.16%98.82%-
XYZ63.6154.9248.84-
YUV198.84115.68165.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.65%
GREEN value IS 176 (69.14% from 255) = 29.09%
BLUE value IS 177 (69.53% from 255) = 29.26%
R=41.65%
G=29.09%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217617700.300.300.01359.2192.6883.92
HexFCB0B101E1E11675d54
Octal374260261036361547135124
Binary11111100101100001011000101111011110110110011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB0B1; }

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

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

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

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

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

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

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

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