Color Hex Logo

#fc9eba Color Hex

#FC9EBA
(252,158,186)
0 Favorites   0 Comments

Color spaces of #fc9eba

RGB 252158186
HSL0.950.940.80
HSV342°37°99°
CMYK 0.000.370.26   0.01
XYZ61.234748.694352.6259
Yxy48.69430.37670.2996
Hunter Lab69.781334.52064.1331
CIE-Lab75.260738.47490.3906

#fc9eba color RGB value is (252,158,186).

#fc9eba hex color red value is 252, green value is 158 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fc9eba hue: 0.95 , saturation: 0.94 and the lightness value of fc9eba is 0.80.

The process color (four color CMYK) of #fc9eba color hex is 0.00, 0.37, 0.26, 0.01. Web safe color of #fc9eba is #ff99cc. Color #fc9eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011110 10111010
Octal 374 236 272
Decimal 252 158 186
Hex FC 9E BA

RGB Percentages of Color #fc9eba

%42.28
%26.51
%31.21

CMYK Percentages of Color #fc9eba

%0
%37
%26
%1

Triadic Colors of #fc9eba

#fc9eba #bafc9e #9ebafc

Analogous Colors of #fc9eba

#fc9eba #fcb19e #fc9ee9

Monochromatic Colors of #fc9eba

#fc9eba

Complementary Color

#fc9eba #9efce0

#fc9eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9eba Color CSS Codes

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

#fc9eba Text Font Color

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

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


#fc9eba Background Color

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

This div background color is #fc9eba


#fc9eba Border Color

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

This div border color is #fc9eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9eba

Related Colors


Comments

No comments written yet.

Please login to write comment.