Color Hex Logo

#fcb4be Color Hex

#FCB4BE
(252,180,190)
0 Favorites   0 Comments

Color spaces of #fcb4be

RGB 252180190
HSL0.980.920.85
HSV352°29°99°
CMYK 0.000.290.25   0.01
XYZ65.760457.055756.2621
Yxy57.05570.36720.3186
Hunter Lab75.535223.21418.7127
CIE-Lab80.210927.52495.3906

#fcb4be color RGB value is (252,180,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 10111110
Octal 374 264 276
Decimal 252 180 190
Hex FC B4 BE

RGB Percentages of Color #fcb4be

%40.51
%28.94
%30.55

CMYK Percentages of Color #fcb4be

%0
%29
%25
%1

Triadic Colors of #fcb4be

#fcb4be #befcb4 #b4befc

Analogous Colors of #fcb4be

#fcb4be #fcceb4 #fcb4e2

Monochromatic Colors of #fcb4be

#fcb4be

Complementary Color

#fcb4be #b4fcf2

#fcb4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb4be Color CSS Codes

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

#fcb4be Text Font Color

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

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


#fcb4be Background Color

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

This div background color is #fcb4be


#fcb4be Border Color

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

This div border color is #fcb4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb4be


Comments

No comments written yet.

Please login to write comment.