Color Hex Logo

#fc9ecf Color Hex

#FC9ECF
(252,158,207)
0 Favorites   0 Comments

Color spaces of #fc9ecf

RGB 252158207
HSL0.910.940.80
HSV329°37°99°
CMYK 0.000.370.18   0.01
XYZ63.634249.654265.2618
Yxy49.65420.35640.2781
Hunter Lab70.465737.8797-5.5854
CIE-Lab75.856541.4754-10.2547

#fc9ecf color RGB value is (252,158,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011110 11001111
Octal 374 236 317
Decimal 252 158 207
Hex FC 9E CF

RGB Percentages of Color #fc9ecf

%40.84
%25.61
%33.55

CMYK Percentages of Color #fc9ecf

%0
%37
%18
%1

Triadic Colors of #fc9ecf

#fc9ecf #cffc9e #9ecffc

Analogous Colors of #fc9ecf

#fc9ecf #fc9ea0 #fa9efc

Monochromatic Colors of #fc9ecf

#fc9ecf

Complementary Color

#fc9ecf #9efccb

#fc9ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9ecf Color CSS Codes

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

#fc9ecf Text Font Color

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

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


#fc9ecf Background Color

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

This div background color is #fc9ecf


#fc9ecf Border Color

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

This div border color is #fc9ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9ecf


Comments

No comments written yet.

Please login to write comment.