Color Hex Logo

#fdeef5 Color Hex

#FDEEF5
(253,238,245)
0 Favorites   0 Comments

Color spaces of #fdeef5

RGB 253238245
HSL0.920.790.96
HSV332°99°
CMYK 0.000.060.03   0.01
XYZ87.564088.624398.8773
Yxy88.62430.31830.3222
Hunter Lab94.14051.28453.6251
CIE-Lab95.42326.2458-1.5669

#fdeef5 color RGB value is (253,238,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 11110101
Octal 375 356 365
Decimal 253 238 245
Hex FD EE F5

RGB Percentages of Color #fdeef5

%34.38
%32.34
%33.29

CMYK Percentages of Color #fdeef5

%0
%6
%3
%1

Triadic Colors of #fdeef5

#fdeef5 #f5fdee #eef5fd

Analogous Colors of #fdeef5

#fdeef5 #fdefee #fdeefd

Monochromatic Colors of #fdeef5

#fdeef5

Complementary Color

#fdeef5 #eefdf6

#fdeef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeef5 Color CSS Codes

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

#fdeef5 Text Font Color

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

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


#fdeef5 Background Color

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

This div background color is #fdeef5


#fdeef5 Border Color

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

This div border color is #fdeef5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,238,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 #fdeef5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeef5

Related Colors


Comments

No comments written yet.

Please login to write comment.