Color Hex Logo

#fe96be Color Hex

#FE96BE
(254,150,190)
0 Favorites   0 Comments

Color spaces of #fe96be

RGB 254150190
HSL0.940.980.79
HSV337°41°100°
CMYK 0.000.410.25   0.00
XYZ61.073746.601254.4912
Yxy46.60120.37660.2874
Hunter Lab68.265140.23210.4585
CIE-Lab73.934043.8150-3.7299

#fe96be color RGB value is (254,150,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010110 10111110
Octal 376 226 276
Decimal 254 150 190
Hex FE 96 BE

RGB Percentages of Color #fe96be

%42.76
%25.25
%31.99

CMYK Percentages of Color #fe96be

%0
%41
%25
%0

Triadic Colors of #fe96be

#fe96be #befe96 #96befe

Analogous Colors of #fe96be

#fe96be #fea296 #fe96f2

Monochromatic Colors of #fe96be

#fe96be

Complementary Color

#fe96be #96fed6

#fe96be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe96be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe96be Color CSS Codes

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

#fe96be Text Font Color

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

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


#fe96be Background Color

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

This div background color is #fe96be


#fe96be Border Color

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

This div border color is #fe96be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe96be


Comments

No comments written yet.

Please login to write comment.