Color Hex Logo

#fc90ba Color Hex

#FC90BA
(252,144,186)
0 Favorites   0 Comments

Color spaces of #fc90ba

RGB 252144186
HSL0.940.950.78
HSV337°43°99°
CMYK 0.000.430.26   0.01
XYZ58.981144.187151.8747
Yxy44.18710.38040.2850
Hunter Lab66.473442.05270.2625
CIE-Lab72.353445.6427-3.8717

#fc90ba color RGB value is (252,144,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010000 10111010
Octal 374 220 272
Decimal 252 144 186
Hex FC 90 BA

RGB Percentages of Color #fc90ba

%43.30
%24.74
%31.96

CMYK Percentages of Color #fc90ba

%0
%43
%26
%1

Triadic Colors of #fc90ba

#fc90ba #bafc90 #90bafc

Analogous Colors of #fc90ba

#fc90ba #fc9c90 #fc90f0

Monochromatic Colors of #fc90ba

#fc90ba

Complementary Color

#fc90ba #90fcd2

#fc90ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc90ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc90ba Color CSS Codes

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

#fc90ba Text Font Color

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

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


#fc90ba Background Color

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

This div background color is #fc90ba


#fc90ba Border Color

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

This div border color is #fc90ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc90ba


Comments

No comments written yet.

Please login to write comment.