#FCB2C1

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

Shades of Light Pink #FCB2C1

Tints of Light Pink #FCB2C1

Color information

#FCB2C1 (or 0xFCB2C1) is unknown color: approx Light Pink. HEX triplet: FC, B2 and C1. RGB value is (252,178,193). Sum of RGB (Red+Green+Blue) = 252+178+193=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2C1 is #034D3E. Grayscale: #C9C9C9. Windows color (decimal): -216383 or 12694268. OLE color: 12694268.

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

Color convert

RGB252178193-
CMYK00.290.230.01
HSL347.84º92.5%84.31%-
HSV(B)347.84º29.37%98.82%-
XYZ65.6956.3957.87-
YUV201.84123.02163.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 178 (69.92% from 255) = 28.57%
BLUE value IS 193 (75.78% from 255) = 30.98%
R=40.45%
G=28.57%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217819300.290.230.01347.8492.584.31
HexFCB2C101D17115c5c54
Octal374262301035271534134124
Binary11111100101100101100000101110110111110101110010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2C1; }

 p { color: rgb(252,178,193); }

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

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

 a { background-color: rgb(252,178,193); }

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

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

 span { border-color: rgb(252,178,193); }

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