Color Hex Logo

#fcb7ba Color Hex

#FCB7BA
(252,183,186)
0 Favorites   0 Comments

Color spaces of #fcb7ba

RGB 252183186
HSL0.990.920.85
HSV357°27°99°
CMYK 0.000.270.26   0.01
XYZ65.941358.107654.1948
Yxy58.10760.37000.3260
Hunter Lab76.228321.011811.2074
CIE-Lab80.798625.39708.3941

#fcb7ba color RGB value is (252,183,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110111 10111010
Octal 374 267 272
Decimal 252 183 186
Hex FC B7 BA

RGB Percentages of Color #fcb7ba

%40.58
%29.47
%29.95

CMYK Percentages of Color #fcb7ba

%0
%27
%26
%1

Triadic Colors of #fcb7ba

#fcb7ba #bafcb7 #b7bafc

Analogous Colors of #fcb7ba

#fcb7ba #fcd7b7 #fcb7dd

Monochromatic Colors of #fcb7ba

#fcb7ba

Complementary Color

#fcb7ba #b7fcf9

#fcb7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb7ba Color CSS Codes

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

#fcb7ba Text Font Color

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

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


#fcb7ba Background Color

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

This div background color is #fcb7ba


#fcb7ba Border Color

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

This div border color is #fcb7ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,183,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 #fcb7ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb7ba


Comments

No comments written yet.

Please login to write comment.