Color Hex Logo

#fe968d Color Hex

#FE968D
(254,150,141)
0 Favorites   0 Comments

Color spaces of #fe968d

RGB 254150141
HSL0.010.980.77
HSV44°100°
CMYK 0.000.410.44   0.00
XYZ56.587144.806630.8654
Yxy44.80660.42790.3388
Hunter Lab66.937733.757419.5174
CIE-Lab72.764438.021221.6606

#fe968d color RGB value is (254,150,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010110 10001101
Octal 376 226 215
Decimal 254 150 141
Hex FE 96 8D

RGB Percentages of Color #fe968d

%46.61
%27.52
%25.87

CMYK Percentages of Color #fe968d

%0
%41
%44
%0

Triadic Colors of #fe968d

#fe968d #8dfe96 #968dfe

Analogous Colors of #fe968d

#fe968d #fecf8d #fe8dbd

Monochromatic Colors of #fe968d

#fe968d

Complementary Color

#fe968d #8df5fe

#fe968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe968d Color CSS Codes

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

#fe968d Text Font Color

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

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


#fe968d Background Color

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

This div background color is #fe968d


#fe968d Border Color

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

This div border color is #fe968d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe968d

Related Colors


Comments

No comments written yet.

Please login to write comment.