Color Hex Logo

#fe9caf Color Hex

#FE9CAF
(254,156,175)
0 Favorites   0 Comments

Color spaces of #fe9caf

RGB 254156175
HSL0.970.980.80
HSV348°39°100°
CMYK 0.000.390.31   0.00
XYZ60.499447.942946.6227
Yxy47.94290.39020.3092
Hunter Lab69.240834.79368.5462
CIE-Lab74.788938.77335.7878

#fe9caf color RGB value is (254,156,175).

#fe9caf hex color red value is 254, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fe9caf hue: 0.97 , saturation: 0.98 and the lightness value of fe9caf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011100 10101111
Octal 376 234 257
Decimal 254 156 175
Hex FE 9C AF

RGB Percentages of Color #fe9caf

%43.42
%26.67
%29.91

CMYK Percentages of Color #fe9caf

%0
%39
%31
%0

Triadic Colors of #fe9caf

#fe9caf #affe9c #9caffe

Analogous Colors of #fe9caf

#fe9caf #feba9c #fe9ce0

Monochromatic Colors of #fe9caf

#fe9caf

Complementary Color

#fe9caf #9cfeeb

#fe9caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9caf Color CSS Codes

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

#fe9caf Text Font Color

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

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


#fe9caf Background Color

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

This div background color is #fe9caf


#fe9caf Border Color

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

This div border color is #fe9caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9caf

Related Colors


Comments

No comments written yet.

Please login to write comment.