Color Hex Logo

#fc9eef Color Hex

#FC9EEF
(252,158,239)
0 Favorites   0 Comments

Color spaces of #fc9eef

RGB 252158239
HSL0.860.940.80
HSV308°37°99°
CMYK 0.000.370.05   0.01
XYZ67.951751.381287.9975
Yxy51.38120.32770.2478
Hunter Lab71.680743.7729-22.6098
CIE-Lab76.909346.6142-26.1060

#fc9eef color RGB value is (252,158,239).

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

The process color (four color CMYK) of #fc9eef color hex is 0.00, 0.37, 0.05, 0.01. Web safe color of #fc9eef is #ff99ff. Color #fc9eef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011110 11101111
Octal 374 236 357
Decimal 252 158 239
Hex FC 9E EF

RGB Percentages of Color #fc9eef

%38.83
%24.35
%36.83

CMYK Percentages of Color #fc9eef

%0
%37
%5
%1

Triadic Colors of #fc9eef

#fc9eef #effc9e #9eeffc

Analogous Colors of #fc9eef

#fc9eef #fc9ec0 #da9efc

Monochromatic Colors of #fc9eef

#fc9eef

Complementary Color

#fc9eef #9efcab

#fc9eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9eef Color CSS Codes

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

#fc9eef Text Font Color

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

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


#fc9eef Background Color

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

This div background color is #fc9eef


#fc9eef Border Color

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

This div border color is #fc9eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9eef


Comments

No comments written yet.

Please login to write comment.