Color Hex Logo

#fe949b Color Hex

#FE949B
(254,148,155)
0 Favorites   0 Comments

Color spaces of #fe949b

RGB 254148155
HSL0.990.980.79
HSV356°42°100°
CMYK 0.000.420.39   0.00
XYZ57.379344.617236.5981
Yxy44.61720.41400.3219
Hunter Lab66.796136.442214.2718
CIE-Lab72.639140.514813.7680

#fe949b color RGB value is (254,148,155).

#fe949b hex color red value is 254, green value is 148 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fe949b hue: 0.99 , saturation: 0.98 and the lightness value of fe949b is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010100 10011011
Octal 376 224 233
Decimal 254 148 155
Hex FE 94 9B

RGB Percentages of Color #fe949b

%45.60
%26.57
%27.83

CMYK Percentages of Color #fe949b

%0
%42
%39
%0

Triadic Colors of #fe949b

#fe949b #9bfe94 #949bfe

Analogous Colors of #fe949b

#fe949b #fec294 #fe94d0

Monochromatic Colors of #fe949b

#fe949b

Complementary Color

#fe949b #94fef7

#fe949b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe949b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe949b Color CSS Codes

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

#fe949b Text Font Color

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

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


#fe949b Background Color

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

This div background color is #fe949b


#fe949b Border Color

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

This div border color is #fe949b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe949b


Comments

No comments written yet.

Please login to write comment.