Color Hex Logo

#fc90bd Color Hex

#FC90BD
(252,144,189)
0 Favorites   0 Comments

Color spaces of #fc90bd

RGB 252144189
HSL0.930.950.78
HSV335°43°99°
CMYK 0.000.430.25   0.01
XYZ59.303544.316153.5723
Yxy44.31610.37730.2819
Hunter Lab66.570342.5168-1.1142
CIE-Lab72.439346.0481-5.4093

#fc90bd color RGB value is (252,144,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010000 10111101
Octal 374 220 275
Decimal 252 144 189
Hex FC 90 BD

RGB Percentages of Color #fc90bd

%43.08
%24.62
%32.31

CMYK Percentages of Color #fc90bd

%0
%43
%25
%1

Triadic Colors of #fc90bd

#fc90bd #bdfc90 #90bdfc

Analogous Colors of #fc90bd

#fc90bd #fc9990 #fc90f3

Monochromatic Colors of #fc90bd

#fc90bd

Complementary Color

#fc90bd #90fccf

#fc90bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc90bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc90bd Color CSS Codes

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

#fc90bd Text Font Color

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

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


#fc90bd Background Color

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

This div background color is #fc90bd


#fc90bd Border Color

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

This div border color is #fc90bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,144,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fc90bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc90bd


Comments

No comments written yet.

Please login to write comment.