Color Hex Logo

#feafe8 Color Hex

#FEAFE8
(254,175,232)
0 Favorites   0 Comments

Color spaces of #feafe8

RGB 254175232
HSL0.880.980.84
HSV317°31°100°
CMYK 0.000.310.09   0.00
XYZ70.768557.557083.7236
Yxy57.55700.33370.2714
Hunter Lab75.866333.7396-12.3241
CIE-Lab80.491937.2666-16.8630

#feafe8 color RGB value is (254,175,232).

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

The process color (four color CMYK) of #feafe8 color hex is 0.00, 0.31, 0.09, 0.00. Web safe color of #feafe8 is #ff99ff. Color #feafe8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11101000
Octal 376 257 350
Decimal 254 175 232
Hex FE AF E8

RGB Percentages of Color #feafe8

%38.43
%26.48
%35.10

CMYK Percentages of Color #feafe8

%0
%31
%9
%0

Triadic Colors of #feafe8

#feafe8 #e8feaf #afe8fe

Analogous Colors of #feafe8

#feafe8 #feafc1 #edaffe

Monochromatic Colors of #feafe8

#feafe8

Complementary Color

#feafe8 #affec5

#feafe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafe8 Color CSS Codes

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

#feafe8 Text Font Color

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

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


#feafe8 Background Color

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

This div background color is #feafe8


#feafe8 Border Color

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

This div border color is #feafe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafe8

Related Colors

#feafe8 Color Palettes


Comments

No comments written yet.

Please login to write comment.