Color Hex Logo

#fcbabe Color Hex

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

Color spaces of #fcbabe

RGB 252186190
HSL0.990.920.86
HSV356°26°99°
CMYK 0.000.260.25   0.01
XYZ66.998159.531056.6746
Yxy59.53100.36570.3249
Hunter Lab77.156319.975510.4584
CIE-Lab81.582624.36977.3644

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

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

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

Base Numbers

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

RGB Percentages of Color #fcbabe

%40.13
%29.62
%30.25

CMYK Percentages of Color #fcbabe

%0
%26
%25
%1

Triadic Colors of #fcbabe

#fcbabe #befcba #babefc

Analogous Colors of #fcbabe

#fcbabe #fcd7ba #fcbadf

Monochromatic Colors of #fcbabe

#fcbabe

Complementary Color

#fcbabe #bafcf8

#fcbabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbabe Color CSS Codes

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

#fcbabe Text Font Color

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

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


#fcbabe Background Color

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

This div background color is #fcbabe


#fcbabe Border Color

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

This div border color is #fcbabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbabe


Comments

No comments written yet.

Please login to write comment.