Color Hex Logo

#fc9dba Color Hex

#FC9DBA
(252,157,186)
0 Favorites   0 Comments

Color spaces of #fc9dba

RGB 252157186
HSL0.950.940.80
HSV342°38°99°
CMYK 0.000.380.26   0.01
XYZ61.064848.354652.5693
Yxy48.35460.37700.2985
Hunter Lab69.537535.06043.8539
CIE-Lab75.048038.99200.0802

#fc9dba color RGB value is (252,157,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011101 10111010
Octal 374 235 272
Decimal 252 157 186
Hex FC 9D BA

RGB Percentages of Color #fc9dba

%42.35
%26.39
%31.26

CMYK Percentages of Color #fc9dba

%0
%38
%26
%1

Triadic Colors of #fc9dba

#fc9dba #bafc9d #9dbafc

Analogous Colors of #fc9dba

#fc9dba #fcb09d #fc9dea

Monochromatic Colors of #fc9dba

#fc9dba

Complementary Color

#fc9dba #9dfcdf

#fc9dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9dba Color CSS Codes

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

#fc9dba Text Font Color

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

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


#fc9dba Background Color

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

This div background color is #fc9dba


#fc9dba Border Color

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

This div border color is #fc9dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9dba

Related Colors


Comments

No comments written yet.

Please login to write comment.