Color Hex Logo

#fe929f Color Hex

#FE929F
(254,146,159)
0 Favorites   0 Comments

Color spaces of #fe929f

RGB 254146159
HSL0.980.980.78
HSV353°43°100°
CMYK 0.000.430.37   0.00
XYZ57.409944.131838.2933
Yxy44.13180.41060.3156
Hunter Lab66.431838.002912.3257
CIE-Lab72.316541.980511.0971

#fe929f color RGB value is (254,146,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010010 10011111
Octal 376 222 237
Decimal 254 146 159
Hex FE 92 9F

RGB Percentages of Color #fe929f

%45.44
%26.12
%28.44

CMYK Percentages of Color #fe929f

%0
%43
%37
%0

Triadic Colors of #fe929f

#fe929f #9ffe92 #929ffe

Analogous Colors of #fe929f

#fe929f #febb92 #fe92d5

Monochromatic Colors of #fe929f

#fe929f

Complementary Color

#fe929f #92fef1

#fe929f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe929f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe929f Color CSS Codes

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

#fe929f Text Font Color

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

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


#fe929f Background Color

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

This div background color is #fe929f


#fe929f Border Color

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

This div border color is #fe929f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe929f


Comments

No comments written yet.

Please login to write comment.