Color Hex Logo

#feafdd Color Hex

#FEAFDD
(254,175,221)
0 Favorites   0 Comments

Color spaces of #feafdd

RGB 254175221
HSL0.900.980.84
HSV325°31°100°
CMYK 0.000.310.13   0.00
XYZ69.254256.951275.7492
Yxy56.95120.34290.2820
Hunter Lab75.466031.7416-6.6863
CIE-Lab80.152135.4752-11.4363

#feafdd color RGB value is (254,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11011101
Octal 376 257 335
Decimal 254 175 221
Hex FE AF DD

RGB Percentages of Color #feafdd

%39.08
%26.92
%34.00

CMYK Percentages of Color #feafdd

%0
%31
%13
%0

Triadic Colors of #feafdd

#feafdd #ddfeaf #afddfe

Analogous Colors of #feafdd

#feafdd #feafb6 #f8affe

Monochromatic Colors of #feafdd

#feafdd

Complementary Color

#feafdd #affed0

#feafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafdd Color CSS Codes

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

#feafdd Text Font Color

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

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


#feafdd Background Color

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

This div background color is #feafdd


#feafdd Border Color

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

This div border color is #feafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafdd


Comments

No comments written yet.

Please login to write comment.