Color Hex Logo

#fe9fbd Color Hex

#FE9FBD
(254,159,189)
0 Favorites   0 Comments

Color spaces of #fe9fbd

RGB 254159189
HSL0.950.980.81
HSV341°37°100°
CMYK 0.000.370.26   0.00
XYZ62.456549.541254.4147
Yxy49.54120.37530.2977
Hunter Lab70.385535.21713.4330
CIE-Lab75.786839.0607-0.4610

#fe9fbd color RGB value is (254,159,189).

#fe9fbd hex color red value is 254, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fe9fbd hue: 0.95 , saturation: 0.98 and the lightness value of fe9fbd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011111 10111101
Octal 376 237 275
Decimal 254 159 189
Hex FE 9F BD

RGB Percentages of Color #fe9fbd

%42.19
%26.41
%31.40

CMYK Percentages of Color #fe9fbd

%0
%37
%26
%0

Triadic Colors of #fe9fbd

#fe9fbd #bdfe9f #9fbdfe

Analogous Colors of #fe9fbd

#fe9fbd #feb19f #fe9fed

Monochromatic Colors of #fe9fbd

#fe9fbd

Complementary Color

#fe9fbd #9ffee0

#fe9fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9fbd Color CSS Codes

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

#fe9fbd Text Font Color

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

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


#fe9fbd Background Color

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

This div background color is #fe9fbd


#fe9fbd Border Color

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

This div border color is #fe9fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9fbd


Comments

No comments written yet.

Please login to write comment.