Color Hex Logo

#fe99be Color Hex

#FE99BE
(254,153,190)
0 Favorites   0 Comments

Color spaces of #fe99be

RGB 254153190
HSL0.940.980.80
HSV338°40°100°
CMYK 0.000.400.25   0.00
XYZ61.558547.571054.6528
Yxy47.57100.37590.2905
Hunter Lab68.971738.61391.2992
CIE-Lab74.553542.2831-2.8184

#fe99be color RGB value is (254,153,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011001 10111110
Octal 376 231 276
Decimal 254 153 190
Hex FE 99 BE

RGB Percentages of Color #fe99be

%42.55
%25.63
%31.83

CMYK Percentages of Color #fe99be

%0
%40
%25
%0

Triadic Colors of #fe99be

#fe99be #befe99 #99befe

Analogous Colors of #fe99be

#fe99be #fea799 #fe99f1

Monochromatic Colors of #fe99be

#fe99be

Complementary Color

#fe99be #99fed9

#fe99be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe99be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe99be Color CSS Codes

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

#fe99be Text Font Color

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

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


#fe99be Background Color

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

This div background color is #fe99be


#fe99be Border Color

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

This div border color is #fe99be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe99be


Comments

No comments written yet.

Please login to write comment.