Color Hex Logo

#faeffd Color Hex

#FAEFFD
(250,239,253)
0 Favorites   0 Comments

Color spaces of #faeffd

RGB 250239253
HSL0.800.780.96
HSV287°99°
CMYK 0.010.060.00   0.01
XYZ88.020589.1488105.4968
Yxy89.14880.31140.3154
Hunter Lab94.41861.1716-0.1535
CIE-Lab95.64266.1442-5.4176

#faeffd color RGB value is (250,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11111101
Octal 372 357 375
Decimal 250 239 253
Hex FA EF FD

RGB Percentages of Color #faeffd

%33.69
%32.21
%34.10

CMYK Percentages of Color #faeffd

%1
%6
%0
%1

Triadic Colors of #faeffd

#faeffd #fdfaef #effdfa

Analogous Colors of #faeffd

#faeffd #fdeff9 #f3effd

Monochromatic Colors of #faeffd

#faeffd

Complementary Color

#faeffd #f2fdef

#faeffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeffd Color CSS Codes

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

#faeffd Text Font Color

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

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


#faeffd Background Color

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

This div background color is #faeffd


#faeffd Border Color

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

This div border color is #faeffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeffd

Related Colors


Comments

No comments written yet.

Please login to write comment.