Color Hex Logo

#fedaf2 Color Hex

#FEDAF2
(254,218,242)
0 Favorites   0 Comments

Color spaces of #fedaf2

RGB 254218242
HSL0.890.950.93
HSV320°14°100°
CMYK 0.000.140.05   0.00
XYZ81.971577.624494.6671
Yxy77.62440.32240.3053
Hunter Lab88.104711.8909-2.0329
CIE-Lab90.608216.4137-7.0797

#fedaf2 color RGB value is (254,218,242).

#fedaf2 hex color red value is 254, green value is 218 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #fedaf2 hue: 0.89 , saturation: 0.95 and the lightness value of fedaf2 is 0.93.

The process color (four color CMYK) of #fedaf2 color hex is 0.00, 0.14, 0.05, 0.00. Web safe color of #fedaf2 is #ffccff. Color #fedaf2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 11110010
Octal 376 332 362
Decimal 254 218 242
Hex FE DA F2

RGB Percentages of Color #fedaf2

%35.57
%30.53
%33.89

CMYK Percentages of Color #fedaf2

%0
%14
%5
%0

Triadic Colors of #fedaf2

#fedaf2 #f2feda #daf2fe

Analogous Colors of #fedaf2

#fedaf2 #fedae0 #f8dafe

Monochromatic Colors of #fedaf2

#fedaf2

Complementary Color

#fedaf2 #dafee6

#fedaf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedaf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedaf2 Color CSS Codes

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

#fedaf2 Text Font Color

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

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


#fedaf2 Background Color

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

This div background color is #fedaf2


#fedaf2 Border Color

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

This div border color is #fedaf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedaf2

Related Colors


Comments

No comments written yet.

Please login to write comment.