Color Hex Logo

#fc9ede Color Hex

#FC9EDE
(252,158,222)
0 Favorites   0 Comments

Color spaces of #fc9ede

RGB 252158222
HSL0.890.940.80
HSV319°37°99°
CMYK 0.000.370.12   0.01
XYZ65.556650.423175.3847
Yxy50.42310.34260.2635
Hunter Lab71.009240.5273-13.2369
CIE-Lab76.328243.8033-17.7446

#fc9ede color RGB value is (252,158,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011110 11011110
Octal 374 236 336
Decimal 252 158 222
Hex FC 9E DE

RGB Percentages of Color #fc9ede

%39.87
%25.00
%35.13

CMYK Percentages of Color #fc9ede

%0
%37
%12
%1

Triadic Colors of #fc9ede

#fc9ede #defc9e #9edefc

Analogous Colors of #fc9ede

#fc9ede #fc9eaf #eb9efc

Monochromatic Colors of #fc9ede

#fc9ede

Complementary Color

#fc9ede #9efcbc

#fc9ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9ede Color CSS Codes

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

#fc9ede Text Font Color

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

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


#fc9ede Background Color

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

This div background color is #fc9ede


#fc9ede Border Color

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

This div border color is #fc9ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9ede


Comments

No comments written yet.

Please login to write comment.