Color Hex Logo

#fedff5 Color Hex

#FEDFF5
(254,223,245)
0 Favorites   0 Comments

Color spaces of #fedff5

RGB 254223245
HSL0.880.940.94
HSV317°12°100°
CMYK 0.000.120.04   0.00
XYZ83.742280.438897.4987
Yxy80.43880.32000.3074
Hunter Lab89.68779.7136-1.6723
CIE-Lab91.881414.3285-6.7691

#fedff5 color RGB value is (254,223,245).

#fedff5 hex color red value is 254, green value is 223 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #fedff5 hue: 0.88 , saturation: 0.94 and the lightness value of fedff5 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11110101
Octal 376 337 365
Decimal 254 223 245
Hex FE DF F5

RGB Percentages of Color #fedff5

%35.18
%30.89
%33.93

CMYK Percentages of Color #fedff5

%0
%12
%4
%0

Triadic Colors of #fedff5

#fedff5 #f5fedf #dff5fe

Analogous Colors of #fedff5

#fedff5 #fedfe6 #f8dffe

Monochromatic Colors of #fedff5

#fedff5

Complementary Color

#fedff5 #dffee8

#fedff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedff5 Color CSS Codes

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

#fedff5 Text Font Color

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

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


#fedff5 Background Color

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

This div background color is #fedff5


#fedff5 Border Color

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

This div border color is #fedff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedff5

Related Colors


Comments

No comments written yet.

Please login to write comment.