Color Hex Logo

#fedaf3 Color Hex

#FEDAF3
(254,218,243)
0 Favorites   0 Comments

Color spaces of #fedaf3

RGB 254218243
HSL0.880.950.93
HSV318°14°100°
CMYK 0.000.140.04   0.00
XYZ82.122177.684795.4604
Yxy77.68470.32170.3043
Hunter Lab88.138912.0715-2.5178
CIE-Lab90.635816.5860-7.5638

#fedaf3 color RGB value is (254,218,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 11110011
Octal 376 332 363
Decimal 254 218 243
Hex FE DA F3

RGB Percentages of Color #fedaf3

%35.52
%30.49
%33.99

CMYK Percentages of Color #fedaf3

%0
%14
%4
%0

Triadic Colors of #fedaf3

#fedaf3 #f3feda #daf3fe

Analogous Colors of #fedaf3

#fedaf3 #fedae1 #f7dafe

Monochromatic Colors of #fedaf3

#fedaf3

Complementary Color

#fedaf3 #dafee5

#fedaf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedaf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedaf3 Color CSS Codes

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

#fedaf3 Text Font Color

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

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


#fedaf3 Background Color

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

This div background color is #fedaf3


#fedaf3 Border Color

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

This div border color is #fedaf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedaf3

Related Colors


Comments

No comments written yet.

Please login to write comment.