Color Hex Logo

#fe998f Color Hex

#FE998F
(254,153,143)
0 Favorites   0 Comments

Color spaces of #fe998f

RGB 254153143
HSL0.020.980.78
HSV44°100°
CMYK 0.000.400.44   0.00
XYZ57.222245.836531.8180
Yxy45.83650.42430.3398
Hunter Lab67.702732.388319.5275
CIE-Lab73.439336.679721.4864

#fe998f color RGB value is (254,153,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011001 10001111
Octal 376 231 217
Decimal 254 153 143
Hex FE 99 8F

RGB Percentages of Color #fe998f

%46.18
%27.82
%26.00

CMYK Percentages of Color #fe998f

%0
%40
%44
%0

Triadic Colors of #fe998f

#fe998f #8ffe99 #998ffe

Analogous Colors of #fe998f

#fe998f #fed18f #fe8fbd

Monochromatic Colors of #fe998f

#fe998f

Complementary Color

#fe998f #8ff4fe

#fe998f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe998f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe998f Color CSS Codes

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

#fe998f Text Font Color

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

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


#fe998f Background Color

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

This div background color is #fe998f


#fe998f Border Color

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

This div border color is #fe998f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe998f

Related Colors


Comments

No comments written yet.

Please login to write comment.