Color Hex Logo

#fcbeba Color Hex

#FCBEBA
(252,190,186)
0 Favorites   0 Comments

Color spaces of #fcbeba

RGB 252190186
HSL0.010.920.86
HSV26°99°
CMYK 0.000.250.26   0.01
XYZ67.421361.067554.6881
Yxy61.06750.36810.3334
Hunter Lab78.145717.248413.2095
CIE-Lab82.415021.716610.7016

#fcbeba color RGB value is (252,190,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 10111010
Octal 374 276 272
Decimal 252 190 186
Hex FC BE BA

RGB Percentages of Color #fcbeba

%40.13
%30.25
%29.62

CMYK Percentages of Color #fcbeba

%0
%25
%26
%1

Triadic Colors of #fcbeba

#fcbeba #bafcbe #bebafc

Analogous Colors of #fcbeba

#fcbeba #fcdfba #fcbad7

Monochromatic Colors of #fcbeba

#fcbeba

Complementary Color

#fcbeba #baf8fc

#fcbeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbeba Color CSS Codes

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

#fcbeba Text Font Color

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

This sample text font color is #fcbeba
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.


#fcbeba Background Color

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

This div background color is #fcbeba


#fcbeba Border Color

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

This div border color is #fcbeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbeba

Related Colors


Comments

No comments written yet.

Please login to write comment.