Color Hex Logo

#fe97bd Color Hex

#FE97BD
(254,151,189)
0 Favorites   0 Comments

Color spaces of #fe97bd

RGB 254151189
HSL0.940.980.79
HSV338°41°100°
CMYK 0.000.410.26   0.00
XYZ61.125046.878253.9709
Yxy46.87820.37740.2894
Hunter Lab68.467739.53881.1909
CIE-Lab74.111843.1693-2.9162

#fe97bd color RGB value is (254,151,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010111 10111101
Octal 376 227 275
Decimal 254 151 189
Hex FE 97 BD

RGB Percentages of Color #fe97bd

%42.76
%25.42
%31.82

CMYK Percentages of Color #fe97bd

%0
%41
%26
%0

Triadic Colors of #fe97bd

#fe97bd #bdfe97 #97bdfe

Analogous Colors of #fe97bd

#fe97bd #fea597 #fe97f1

Monochromatic Colors of #fe97bd

#fe97bd

Complementary Color

#fe97bd #97fed8

#fe97bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe97bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe97bd Color CSS Codes

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

#fe97bd Text Font Color

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

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


#fe97bd Background Color

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

This div background color is #fe97bd


#fe97bd Border Color

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

This div border color is #fe97bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,151,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 #fe97bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe97bd

Related Colors


Comments

No comments written yet.

Please login to write comment.