Color Hex Logo

#fc9dae Color Hex

#FC9DAE
(252,157,174)
0 Favorites   0 Comments

Color spaces of #fc9dae

RGB 252157174
HSL0.970.940.80
HSV349°38°99°
CMYK 0.000.380.31   0.01
XYZ59.841847.865446.1293
Yxy47.86540.38900.3111
Hunter Lab69.184833.32118.8975
CIE-Lab74.740037.42026.2370

#fc9dae color RGB value is (252,157,174).

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

The process color (four color CMYK) of #fc9dae color hex is 0.00, 0.38, 0.31, 0.01. Web safe color of #fc9dae is #ff9999. Color #fc9dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011101 10101110
Octal 374 235 256
Decimal 252 157 174
Hex FC 9D AE

RGB Percentages of Color #fc9dae

%43.22
%26.93
%29.85

CMYK Percentages of Color #fc9dae

%0
%38
%31
%1

Triadic Colors of #fc9dae

#fc9dae #aefc9d #9daefc

Analogous Colors of #fc9dae

#fc9dae #fcbc9d #fc9dde

Monochromatic Colors of #fc9dae

#fc9dae

Complementary Color

#fc9dae #9dfceb

#fc9dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9dae Color CSS Codes

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

#fc9dae Text Font Color

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

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


#fc9dae Background Color

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

This div background color is #fc9dae


#fc9dae Border Color

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

This div border color is #fc9dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9dae

Related Colors


Comments

No comments written yet.

Please login to write comment.