Color Hex Logo

#fed0eb Color Hex

#FED0EB
(254,208,235)
0 Favorites   0 Comments

Color spaces of #fed0eb

RGB 254208235
HSL0.900.960.91
HSV325°18°100°
CMYK 0.000.180.07   0.00
XYZ78.424372.180788.3961
Yxy72.18070.32810.3020
Hunter Lab84.959216.0914-2.2170
CIE-Lab88.055520.4503-7.1694

#fed0eb color RGB value is (254,208,235).

#fed0eb hex color red value is 254, green value is 208 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fed0eb hue: 0.90 , saturation: 0.96 and the lightness value of fed0eb is 0.91.

The process color (four color CMYK) of #fed0eb color hex is 0.00, 0.18, 0.07, 0.00. Web safe color of #fed0eb is #ffccff. Color #fed0eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 11101011
Octal 376 320 353
Decimal 254 208 235
Hex FE D0 EB

RGB Percentages of Color #fed0eb

%36.44
%29.84
%33.72

CMYK Percentages of Color #fed0eb

%0
%18
%7
%0

Triadic Colors of #fed0eb

#fed0eb #ebfed0 #d0ebfe

Analogous Colors of #fed0eb

#fed0eb #fed0d4 #fad0fe

Monochromatic Colors of #fed0eb

#fed0eb

Complementary Color

#fed0eb #d0fee3

#fed0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed0eb Color CSS Codes

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

#fed0eb Text Font Color

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

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


#fed0eb Background Color

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

This div background color is #fed0eb


#fed0eb Border Color

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

This div border color is #fed0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed0eb


Comments

No comments written yet.

Please login to write comment.