Color Hex Logo

#faeafc Color Hex

#FAEAFC
(250,234,252)
0 Favorites   0 Comments

Color spaces of #faeafc

RGB 250234252
HSL0.810.750.95
HSV293°99°
CMYK 0.010.070.00   0.01
XYZ86.417886.1979104.1786
Yxy86.19790.31220.3114
Hunter Lab92.84283.6723-1.5391
CIE-Lab94.39698.5373-6.7376

#faeafc color RGB value is (250,234,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 11111100
Octal 372 352 374
Decimal 250 234 252
Hex FA EA FC

RGB Percentages of Color #faeafc

%33.97
%31.79
%34.24

CMYK Percentages of Color #faeafc

%1
%7
%0
%1

Triadic Colors of #faeafc

#faeafc #fcfaea #eafcfa

Analogous Colors of #faeafc

#faeafc #fceaf5 #f1eafc

Monochromatic Colors of #faeafc

#faeafc

Complementary Color

#faeafc #ecfcea

#faeafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeafc Color CSS Codes

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

#faeafc Text Font Color

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

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


#faeafc Background Color

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

This div background color is #faeafc


#faeafc Border Color

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

This div border color is #faeafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeafc

Related Colors


Comments

No comments written yet.

Please login to write comment.