Color Hex Logo

#fe0fbb Color Hex

#FE0FBB
(254,15,187)
0 Favorites   0 Comments

Color spaces of #fe0fbb

RGB 25415187
HSL0.880.990.53
HSV317°94°100°
CMYK 0.000.940.26   0.00
XYZ50.013525.000349.2032
Yxy25.00030.40260.2013
Hunter Lab50.000391.0466-23.3446
CIE-Lab57.075788.6821-27.4836

#fe0fbb color RGB value is (254,15,187).

#fe0fbb hex color red value is 254, green value is 15 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fe0fbb hue: 0.88 , saturation: 0.99 and the lightness value of fe0fbb is 0.53.

The process color (four color CMYK) of #fe0fbb color hex is 0.00, 0.94, 0.26, 0.00. Web safe color of #fe0fbb is #ff00cc. Color #fe0fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001111 10111011
Octal 376 17 273
Decimal 254 15 187
Hex FE F BB

RGB Percentages of Color #fe0fbb

%55.70
%3.29
%41.01

CMYK Percentages of Color #fe0fbb

%0
%94
%26
%0

Triadic Colors of #fe0fbb

#fe0fbb #bbfe0f #0fbbfe

Analogous Colors of #fe0fbb

#fe0fbb #fe0f43 #ca0ffe

Monochromatic Colors of #fe0fbb

#fe0fbb

Complementary Color

#fe0fbb #0ffe52

#fe0fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0fbb Color CSS Codes

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

#fe0fbb Text Font Color

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

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


#fe0fbb Background Color

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

This div background color is #fe0fbb


#fe0fbb Border Color

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

This div border color is #fe0fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0fbb

#fe0fbb Color Palettes


Comments

No comments written yet.

Please login to write comment.