Color Hex Logo

#faeefd Color Hex

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

Color spaces of #faeefd

RGB 250238253
HSL0.800.790.96
HSV288°99°
CMYK 0.010.060.00   0.01
XYZ87.728588.5649105.3995
Yxy88.56490.31140.3144
Hunter Lab94.10891.7074-0.5270
CIE-Lab95.39836.6576-5.7779

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

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

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

Base Numbers

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

RGB Percentages of Color #faeefd

%33.74
%32.12
%34.14

CMYK Percentages of Color #faeefd

%1
%6
%0
%1

Triadic Colors of #faeefd

#faeefd #fdfaee #eefdfa

Analogous Colors of #faeefd

#faeefd #fdeef9 #f3eefd

Monochromatic Colors of #faeefd

#faeefd

Complementary Color

#faeefd #f1fdee

#faeefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeefd Color CSS Codes

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

#faeefd Text Font Color

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

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


#faeefd Background Color

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

This div background color is #faeefd


#faeefd Border Color

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

This div border color is #faeefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeefd

Related Colors


Comments

No comments written yet.

Please login to write comment.