Color Hex Logo

#fe8fbf Color Hex

#FE8FBF
(254,143,191)
0 Favorites   0 Comments

Color spaces of #fe8fbf

RGB 254143191
HSL0.930.980.78
HSV334°44°100°
CMYK 0.000.440.25   0.00
XYZ60.099544.477354.7076
Yxy44.47730.37730.2792
Hunter Lab66.691344.1472-1.9523
CIE-Lab72.546447.4896-6.3321

#fe8fbf color RGB value is (254,143,191).

#fe8fbf hex color red value is 254, green value is 143 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fe8fbf hue: 0.93 , saturation: 0.98 and the lightness value of fe8fbf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001111 10111111
Octal 376 217 277
Decimal 254 143 191
Hex FE 8F BF

RGB Percentages of Color #fe8fbf

%43.20
%24.32
%32.48

CMYK Percentages of Color #fe8fbf

%0
%44
%25
%0

Triadic Colors of #fe8fbf

#fe8fbf #bffe8f #8fbffe

Analogous Colors of #fe8fbf

#fe8fbf #fe978f #fe8ff7

Monochromatic Colors of #fe8fbf

#fe8fbf

Complementary Color

#fe8fbf #8ffece

#fe8fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8fbf Color CSS Codes

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

#fe8fbf Text Font Color

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

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


#fe8fbf Background Color

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

This div background color is #fe8fbf


#fe8fbf Border Color

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

This div border color is #fe8fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8fbf

Related Colors


Comments

No comments written yet.

Please login to write comment.