Color Hex Logo

#fe998b Color Hex

#FE998B
(254,153,139)
0 Favorites   0 Comments

Color spaces of #fe998b

RGB 254153139
HSL0.020.980.77
HSV45°100°
CMYK 0.000.400.45   0.00
XYZ56.924545.717430.2502
Yxy45.71740.42840.3440
Hunter Lab67.614631.952820.8044
CIE-Lab73.361836.280523.5694

#fe998b color RGB value is (254,153,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011001 10001011
Octal 376 231 213
Decimal 254 153 139
Hex FE 99 8B

RGB Percentages of Color #fe998b

%46.52
%28.02
%25.46

CMYK Percentages of Color #fe998b

%0
%40
%45
%0

Triadic Colors of #fe998b

#fe998b #8bfe99 #998bfe

Analogous Colors of #fe998b

#fe998b #fed38b #fe8bb7

Monochromatic Colors of #fe998b

#fe998b

Complementary Color

#fe998b #8bf0fe

#fe998b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe998b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe998b Color CSS Codes

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

#fe998b Text Font Color

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

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


#fe998b Background Color

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

This div background color is #fe998b


#fe998b Border Color

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

This div border color is #fe998b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe998b

Related Colors


Comments

No comments written yet.

Please login to write comment.