Color Hex Logo

#fcbebb Color Hex

#FCBEBB
(252,190,187)
0 Favorites   0 Comments

Color spaces of #fcbebb

RGB 252190187
HSL0.010.920.86
HSV26°99°
CMYK 0.000.250.26   0.01
XYZ67.528061.110255.2500
Yxy61.11020.36720.3323
Hunter Lab78.173017.390412.8170
CIE-Lab82.437921.852910.1985

#fcbebb color RGB value is (252,190,187).

#fcbebb hex color red value is 252, green value is 190 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fcbebb hue: 0.01 , saturation: 0.92 and the lightness value of fcbebb is 0.86.

The process color (four color CMYK) of #fcbebb color hex is 0.00, 0.25, 0.26, 0.01. Web safe color of #fcbebb is #ffcccc. Color #fcbebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 10111011
Octal 374 276 273
Decimal 252 190 187
Hex FC BE BB

RGB Percentages of Color #fcbebb

%40.06
%30.21
%29.73

CMYK Percentages of Color #fcbebb

%0
%25
%26
%1

Triadic Colors of #fcbebb

#fcbebb #bbfcbe #bebbfc

Analogous Colors of #fcbebb

#fcbebb #fcdfbb #fcbbd9

Monochromatic Colors of #fcbebb

#fcbebb

Complementary Color

#fcbebb #bbf9fc

#fcbebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbebb Color CSS Codes

.mybgcolor {background-color:#fcbebb; } 
.myforecolor {color:#fcbebb; }
.mybordercolor {border:3px solid #fcbebb; }

#fcbebb Text Font Color

<p style="color:#fcbebb">Text here</p>

This sample text font color is #fcbebb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fcbebb Background Color

<div style="background-color:#fcbebb">
Div content here</div>

This div background color is #fcbebb


#fcbebb Border Color

<div style="border:3px solid #fcbebb">
Div here</div>

This div border color is #fcbebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,190,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcbebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcbebb;
  -webkit-box-shadow: 1px 1px 3px 2px #fcbebb;
  box-shadow:         1px 1px 3px 2px #fcbebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,190,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcbebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fcbebb;
  -webkit-box-shadow: 1px 1px 3px 2px #fcbebb;
  box-shadow:         1px 1px 3px 2px #fcbebb;">
Div content here</div>

This div box has shadow with color #fcbebb


Comments

No comments written yet.

Please login to write comment.