Color Hex Logo

#fdeefa Color Hex

#FDEEFA
(253,238,250)
0 Favorites   0 Comments

Color spaces of #fdeefa

RGB 253238250
HSL0.870.790.96
HSV312°99°
CMYK 0.000.060.01   0.01
XYZ88.337988.9338102.9525
Yxy88.93380.31520.3174
Hunter Lab94.30472.17271.2864
CIE-Lab95.55277.1165-3.9686

#fdeefa color RGB value is (253,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 11111010
Octal 375 356 372
Decimal 253 238 250
Hex FD EE FA

RGB Percentages of Color #fdeefa

%34.14
%32.12
%33.74

CMYK Percentages of Color #fdeefa

%0
%6
%1
%1

Triadic Colors of #fdeefa

#fdeefa #fafdee #eefafd

Analogous Colors of #fdeefa

#fdeefa #fdeef3 #f9eefd

Monochromatic Colors of #fdeefa

#fdeefa

Complementary Color

#fdeefa #eefdf1

#fdeefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeefa Color CSS Codes

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

#fdeefa Text Font Color

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

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


#fdeefa Background Color

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

This div background color is #fdeefa


#fdeefa Border Color

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

This div border color is #fdeefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeefa

Related Colors


Comments

No comments written yet.

Please login to write comment.