Color Hex Logo

#fe9af6 Color Hex

#FE9AF6
(254,154,246)
0 Favorites   0 Comments

Color spaces of #fe9af6

RGB 254154246
HSL0.850.980.80
HSV305°39°100°
CMYK 0.000.390.03   0.00
XYZ69.063250.835993.3610
Yxy50.83590.32380.2384
Hunter Lab71.299348.1281-27.7262
CIE-Lab76.579550.4605-30.3852

#fe9af6 color RGB value is (254,154,246).

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

The process color (four color CMYK) of #fe9af6 color hex is 0.00, 0.39, 0.03, 0.00. Web safe color of #fe9af6 is #ff99ff. Color #fe9af6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011010 11110110
Octal 376 232 366
Decimal 254 154 246
Hex FE 9A F6

RGB Percentages of Color #fe9af6

%38.84
%23.55
%37.61

CMYK Percentages of Color #fe9af6

%0
%39
%3
%0

Triadic Colors of #fe9af6

#fe9af6 #f6fe9a #9af6fe

Analogous Colors of #fe9af6

#fe9af6 #fe9ac4 #d49afe

Monochromatic Colors of #fe9af6

#fe9af6

Complementary Color

#fe9af6 #9afea2

#fe9af6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9af6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9af6 Color CSS Codes

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

#fe9af6 Text Font Color

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

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


#fe9af6 Background Color

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

This div background color is #fe9af6


#fe9af6 Border Color

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

This div border color is #fe9af6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9af6

Related Colors


Comments

No comments written yet.

Please login to write comment.