color codes Logo

#fc9feb color codes

#FC9FEB
(252,159,235)
0 Favorites   0 Comments

Color spaces of #fc9feb

RGB 252159235
HSL0.860.940.81
HSV311°37°99°
CMYK 0.000.370.07   0.01
XYZ67.538451.489984.9761
Yxy51.48990.33110.2524
Hunter Lab71.756542.4334-19.9834
CIE-Lab76.974845.4238-23.8361

#fc9feb color RGB value is (252,159,235).

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

The process color (four color CMYK) of #fc9feb color code is 0.00, 0.37, 0.07, 0.01. Web safe color of #fc9feb is #ff99ff. Color #fc9feb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011111 11101011
Octal 374 237 353
Decimal 252 159 235
Hex FC 9F EB

RGB Percentages of Color #fc9feb

%39.01
%24.61
%36.38

CMYK Percentages of Color #fc9feb

%0
%37
%7
%1

Triadic Colors of #fc9feb

#fc9feb #ebfc9f #9febfc

Analogous Colors of #fc9feb

#fc9feb #fc9fbd #df9ffc

Monochromatic Colors of #fc9feb

#fc9feb

Complementary Color

#fc9feb #9ffcb0

#fc9feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9feb Color CSS Codes

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

#fc9feb Text Font Color

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

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


#fc9feb Background Color

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

This div background color is #fc9feb


#fc9feb Border Color

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

This div border color is #fc9feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9feb


Comments

No comments written yet.

Please login to write comment.