Color Hex Logo

#fe6fcb Color Hex

#FE6FCB
(254,111,203)
0 Favorites   0 Comments

Color spaces of #fe6fcb

RGB 254111203
HSL0.890.990.72
HSV321°56°100°
CMYK 0.000.560.20   0.00
XYZ57.337036.751560.5717
Yxy36.75150.37070.2376
Hunter Lab60.623062.7343-16.8037
CIE-Lab67.090264.3288-21.2287

#fe6fcb color RGB value is (254,111,203).

#fe6fcb hex color red value is 254, green value is 111 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fe6fcb hue: 0.89 , saturation: 0.99 and the lightness value of fe6fcb is 0.72.

The process color (four color CMYK) of #fe6fcb color hex is 0.00, 0.56, 0.20, 0.00. Web safe color of #fe6fcb is #ff66cc. Color #fe6fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101111 11001011
Octal 376 157 313
Decimal 254 111 203
Hex FE 6F CB

RGB Percentages of Color #fe6fcb

%44.72
%19.54
%35.74

CMYK Percentages of Color #fe6fcb

%0
%56
%20
%0

Triadic Colors of #fe6fcb

#fe6fcb #cbfe6f #6fcbfe

Analogous Colors of #fe6fcb

#fe6fcb #fe6f84 #ea6ffe

Monochromatic Colors of #fe6fcb

#fe6fcb

Complementary Color

#fe6fcb #6ffea2

#fe6fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6fcb Color CSS Codes

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

#fe6fcb Text Font Color

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

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


#fe6fcb Background Color

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

This div background color is #fe6fcb


#fe6fcb Border Color

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

This div border color is #fe6fcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,111,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe6fcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe6fcb;
  -webkit-box-shadow: 1px 1px 3px 2px #fe6fcb;
  box-shadow:         1px 1px 3px 2px #fe6fcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,111,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6fcb

Related Colors


Comments

No comments written yet.

Please login to write comment.