Color Hex Logo

#fe9fba Color Hex

#FE9FBA
(254,159,186)
0 Favorites   0 Comments

Color spaces of #fe9fba

RGB 254159186
HSL0.950.980.81
HSV343°37°100°
CMYK 0.000.370.27   0.00
XYZ62.134149.412352.7171
Yxy49.41230.37830.3008
Hunter Lab70.293934.76524.7410
CIE-Lab75.707138.65491.0696

#fe9fba color RGB value is (254,159,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011111 10111010
Octal 376 237 272
Decimal 254 159 186
Hex FE 9F BA

RGB Percentages of Color #fe9fba

%42.40
%26.54
%31.05

CMYK Percentages of Color #fe9fba

%0
%37
%27
%0

Triadic Colors of #fe9fba

#fe9fba #bafe9f #9fbafe

Analogous Colors of #fe9fba

#fe9fba #feb49f #fe9fea

Monochromatic Colors of #fe9fba

#fe9fba

Complementary Color

#fe9fba #9ffee3

#fe9fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9fba Color CSS Codes

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

#fe9fba Text Font Color

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

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


#fe9fba Background Color

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

This div background color is #fe9fba


#fe9fba Border Color

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

This div border color is #fe9fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9fba

Related Colors


Comments

No comments written yet.

Please login to write comment.