Color Hex Logo

#fe9acc Color Hex

#FE9ACC
(254,154,204)
0 Favorites   0 Comments

Color spaces of #fe9acc

RGB 254154204
HSL0.920.980.80
HSV330°39°100°
CMYK 0.000.390.20   0.00
XYZ63.327748.541763.1585
Yxy48.54170.36180.2773
Hunter Lab69.671940.3204-4.9769
CIE-Lab75.165343.7513-9.6150

#fe9acc color RGB value is (254,154,204).

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

The process color (four color CMYK) of #fe9acc color hex is 0.00, 0.39, 0.20, 0.00. Web safe color of #fe9acc is #ff99cc. Color #fe9acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011010 11001100
Octal 376 232 314
Decimal 254 154 204
Hex FE 9A CC

RGB Percentages of Color #fe9acc

%41.50
%25.16
%33.33

CMYK Percentages of Color #fe9acc

%0
%39
%20
%0

Triadic Colors of #fe9acc

#fe9acc #ccfe9a #9accfe

Analogous Colors of #fe9acc

#fe9acc #fe9a9a #fe9afe

Monochromatic Colors of #fe9acc

#fe9acc

Complementary Color

#fe9acc #9afecc

#fe9acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9acc Color CSS Codes

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

#fe9acc Text Font Color

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

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


#fe9acc Background Color

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

This div background color is #fe9acc


#fe9acc Border Color

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

This div border color is #fe9acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9acc

Related Colors


Comments

No comments written yet.

Please login to write comment.