Color Hex Logo

#fe8f8f Color Hex

#FE8F8F
(254,143,143)
0 Favorites   0 Comments

Color spaces of #fe8f8f

RGB 254143143
HSL0.000.980.78
HSV44°100°
CMYK 0.000.440.44   0.00
XYZ55.653442.698931.2951
Yxy42.69890.42930.3293
Hunter Lab65.344437.674617.3456
CIE-Lab71.350141.790718.6154

#fe8f8f color RGB value is (254,143,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001111 10001111
Octal 376 217 217
Decimal 254 143 143
Hex FE 8F 8F

RGB Percentages of Color #fe8f8f

%47.04
%26.48
%26.48

CMYK Percentages of Color #fe8f8f

%0
%44
%44
%0

Triadic Colors of #fe8f8f

#fe8f8f #8ffe8f #8f8ffe

Analogous Colors of #fe8f8f

#fe8f8f #fec78f #fe8fc7

Monochromatic Colors of #fe8f8f

#fe8f8f

Complementary Color

#fe8f8f #8ffefe

#fe8f8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8f8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8f8f Color CSS Codes

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

#fe8f8f Text Font Color

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

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


#fe8f8f Background Color

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

This div background color is #fe8f8f


#fe8f8f Border Color

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

This div border color is #fe8f8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8f8f


Comments

No comments written yet.

Please login to write comment.