Color Hex Logo

#fdeaee Color Hex

#FDEAEE
(253,234,238)
0 Favorites   0 Comments

Color spaces of #fdeaee

RGB 253234238
HSL0.960.830.95
HSV347°99°
CMYK 0.000.080.06   0.01
XYZ85.363485.901392.9704
Yxy85.90130.32310.3251
Hunter Lab92.68302.20805.4042
CIE-Lab94.27017.10560.3812

#fdeaee color RGB value is (253,234,238).

#fdeaee hex color red value is 253, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fdeaee hue: 0.96 , saturation: 0.83 and the lightness value of fdeaee is 0.95.

The process color (four color CMYK) of #fdeaee color hex is 0.00, 0.08, 0.06, 0.01. Web safe color of #fdeaee is #ffffff. Color #fdeaee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11101110
Octal 375 352 356
Decimal 253 234 238
Hex FD EA EE

RGB Percentages of Color #fdeaee

%34.90
%32.28
%32.83

CMYK Percentages of Color #fdeaee

%0
%8
%6
%1

Triadic Colors of #fdeaee

#fdeaee #eefdea #eaeefd

Analogous Colors of #fdeaee

#fdeaee #fdf0ea #fdeaf8

Monochromatic Colors of #fdeaee

#fdeaee

Complementary Color

#fdeaee #eafdf9

#fdeaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeaee Color CSS Codes

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

#fdeaee Text Font Color

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

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


#fdeaee Background Color

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

This div background color is #fdeaee


#fdeaee Border Color

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

This div border color is #fdeaee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,234,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdeaee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdeaee;
  -webkit-box-shadow: 1px 1px 3px 2px #fdeaee;
  box-shadow:         1px 1px 3px 2px #fdeaee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,234,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeaee


Comments

No comments written yet.

Please login to write comment.