Color Hex Logo

#fe9992 Color Hex

#FE9992
(254,153,146)
0 Favorites   0 Comments

Color spaces of #fe9992

RGB 254153146
HSL0.010.980.78
HSV43°100°
CMYK 0.000.400.43   0.00
XYZ57.452645.928633.0312
Yxy45.92860.42120.3367
Hunter Lab67.770632.724818.5417
CIE-Lab73.499236.987519.9237

#fe9992 color RGB value is (254,153,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011001 10010010
Octal 376 231 222
Decimal 254 153 146
Hex FE 99 92

RGB Percentages of Color #fe9992

%45.93
%27.67
%26.40

CMYK Percentages of Color #fe9992

%0
%40
%43
%0

Triadic Colors of #fe9992

#fe9992 #92fe99 #9992fe

Analogous Colors of #fe9992

#fe9992 #fecf92 #fe92c1

Monochromatic Colors of #fe9992

#fe9992

Complementary Color

#fe9992 #92f7fe

#fe9992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9992 Color CSS Codes

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

#fe9992 Text Font Color

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

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


#fe9992 Background Color

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

This div background color is #fe9992


#fe9992 Border Color

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

This div border color is #fe9992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9992

Related Colors


Comments

No comments written yet.

Please login to write comment.