Color Hex Logo

#fcb3ba Color Hex

#FCB3BA
(252,179,186)
0 Favorites   0 Comments

Color spaces of #fcb3ba

RGB 252179186
HSL0.980.920.85
HSV354°29°99°
CMYK 0.000.290.26   0.01
XYZ65.127956.480853.9236
Yxy56.48080.37100.3218
Hunter Lab75.153723.168410.0664
CIE-Lab79.886727.50017.0867

#fcb3ba color RGB value is (252,179,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 10111010
Octal 374 263 272
Decimal 252 179 186
Hex FC B3 BA

RGB Percentages of Color #fcb3ba

%40.84
%29.01
%30.15

CMYK Percentages of Color #fcb3ba

%0
%29
%26
%1

Triadic Colors of #fcb3ba

#fcb3ba #bafcb3 #b3bafc

Analogous Colors of #fcb3ba

#fcb3ba #fcd1b3 #fcb3df

Monochromatic Colors of #fcb3ba

#fcb3ba

Complementary Color

#fcb3ba #b3fcf5

#fcb3ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb3ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb3ba Color CSS Codes

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

#fcb3ba Text Font Color

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

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


#fcb3ba Background Color

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

This div background color is #fcb3ba


#fcb3ba Border Color

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

This div border color is #fcb3ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb3ba


Comments

No comments written yet.

Please login to write comment.