Color Hex Logo

#fe969b Color Hex

#FE969B
(254,150,155)
0 Favorites   0 Comments

Color spaces of #fe969b

RGB 254150155
HSL0.990.980.79
HSV357°41°100°
CMYK 0.000.410.39   0.00
XYZ57.695845.250136.7036
Yxy45.25010.41310.3240
Hunter Lab67.268235.379814.7373
CIE-Lab73.056339.492314.3537

#fe969b color RGB value is (254,150,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010110 10011011
Octal 376 226 233
Decimal 254 150 155
Hex FE 96 9B

RGB Percentages of Color #fe969b

%45.44
%26.83
%27.73

CMYK Percentages of Color #fe969b

%0
%41
%39
%0

Triadic Colors of #fe969b

#fe969b #9bfe96 #969bfe

Analogous Colors of #fe969b

#fe969b #fec596 #fe96cf

Monochromatic Colors of #fe969b

#fe969b

Complementary Color

#fe969b #96fef9

#fe969b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe969b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe969b Color CSS Codes

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

#fe969b Text Font Color

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

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


#fe969b Background Color

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

This div background color is #fe969b


#fe969b Border Color

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

This div border color is #fe969b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe969b

Related Colors


Comments

No comments written yet.

Please login to write comment.