#FCB2BE

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

Shades of Light Pink #FCB2BE

Tints of Light Pink #FCB2BE

Color information

#FCB2BE (or 0xFCB2BE) is unknown color: approx Light Pink. HEX triplet: FC, B2 and BE. RGB value is (252,178,190). Sum of RGB (Red+Green+Blue) = 252+178+190=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2BE is #034D41. Grayscale: #C9C9C9. Windows color (decimal): -216386 or 12497660. OLE color: 12497660.

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

Color convert

RGB252178190-
CMYK00.290.250.01
HSL350.27º92.5%84.31%-
HSV(B)350.27º29.37%98.82%-
XYZ65.3656.2556.13-
YUV201.49121.52164.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.65%
GREEN value IS 178 (69.92% from 255) = 28.71%
BLUE value IS 190 (74.61% from 255) = 30.65%
R=40.65%
G=28.71%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217819000.290.250.01350.2792.584.31
HexFCB2BE01D19115e5c54
Octal374262276035311536134124
Binary11111100101100101011111001110111001110101111010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2BE; }

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

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

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

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

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

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

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

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