Color Hex Logo

#faeaf4 Color Hex

#FAEAF4
(250,234,244)
0 Favorites   0 Comments

Color spaces of #faeaf4

RGB 250234244
HSL0.900.620.95
HSV323°98°
CMYK 0.000.060.02   0.02
XYZ85.176385.701397.6407
Yxy85.70130.31720.3192
Hunter Lab92.57502.22782.2681
CIE-Lab94.18457.1221-2.8918

#faeaf4 color RGB value is (250,234,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 11110100
Octal 372 352 364
Decimal 250 234 244
Hex FA EA F4

RGB Percentages of Color #faeaf4

%34.34
%32.14
%33.52

CMYK Percentages of Color #faeaf4

%0
%6
%2
%2

Triadic Colors of #faeaf4

#faeaf4 #f4faea #eaf4fa

Analogous Colors of #faeaf4

#faeaf4 #faeaec #f8eafa

Monochromatic Colors of #faeaf4

#faeaf4

Complementary Color

#faeaf4 #eafaf0

#faeaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeaf4 Color CSS Codes

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

#faeaf4 Text Font Color

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

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


#faeaf4 Background Color

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

This div background color is #faeaf4


#faeaf4 Border Color

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

This div border color is #faeaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeaf4

Related Colors


Comments

No comments written yet.

Please login to write comment.