Color Hex Logo

#feafde Color Hex

#FEAFDE
(254,175,222)
0 Favorites   0 Comments

Color spaces of #feafde

RGB 254175222
HSL0.900.980.84
HSV324°31°100°
CMYK 0.000.310.13   0.00
XYZ69.387857.004776.4531
Yxy57.00470.34210.2810
Hunter Lab75.501531.9186-7.1863
CIE-Lab80.182235.6346-11.9317

#feafde color RGB value is (254,175,222).

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

The process color (four color CMYK) of #feafde color hex is 0.00, 0.31, 0.13, 0.00. Web safe color of #feafde is #ff99cc. Color #feafde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11011110
Octal 376 257 336
Decimal 254 175 222
Hex FE AF DE

RGB Percentages of Color #feafde

%39.02
%26.88
%34.10

CMYK Percentages of Color #feafde

%0
%31
%13
%0

Triadic Colors of #feafde

#feafde #defeaf #afdefe

Analogous Colors of #feafde

#feafde #feafb7 #f7affe

Monochromatic Colors of #feafde

#feafde

Complementary Color

#feafde #affecf

#feafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafde Color CSS Codes

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

#feafde Text Font Color

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

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


#feafde Background Color

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

This div background color is #feafde


#feafde Border Color

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

This div border color is #feafde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafde

Related Colors


Comments

No comments written yet.

Please login to write comment.