Color Hex Logo

#faeffc Color Hex

#FAEFFC
(250,239,252)
0 Favorites   0 Comments

Color spaces of #faeffc

RGB 250239252
HSL0.810.680.96
HSV291°99°
CMYK 0.010.050.00   0.01
XYZ87.861589.0853104.6598
Yxy89.08530.31200.3163
Hunter Lab94.38500.98900.3252
CIE-Lab95.61615.9648-4.9386

#faeffc color RGB value is (250,239,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11111100
Octal 372 357 374
Decimal 250 239 252
Hex FA EF FC

RGB Percentages of Color #faeffc

%33.74
%32.25
%34.01

CMYK Percentages of Color #faeffc

%1
%5
%0
%1

Triadic Colors of #faeffc

#faeffc #fcfaef #effcfa

Analogous Colors of #faeffc

#faeffc #fceff8 #f4effc

Monochromatic Colors of #faeffc

#faeffc

Complementary Color

#faeffc #f1fcef

#faeffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeffc Color CSS Codes

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

#faeffc Text Font Color

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

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


#faeffc Background Color

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

This div background color is #faeffc


#faeffc Border Color

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

This div border color is #faeffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeffc

Related Colors


Comments

No comments written yet.

Please login to write comment.