Color Hex Logo

#faeaf9 Color Hex

#FAEAF9
(250,234,249)
0 Favorites   0 Comments

Color spaces of #faeaf9

RGB 250234249
HSL0.840.620.95
HSV304°98°
CMYK 0.000.060.00   0.02
XYZ85.946086.0092101.6941
Yxy86.00920.31410.3143
Hunter Lab92.74113.1243-0.0949
CIE-Lab94.31638.0017-5.2973

#faeaf9 color RGB value is (250,234,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 11111001
Octal 372 352 371
Decimal 250 234 249
Hex FA EA F9

RGB Percentages of Color #faeaf9

%34.11
%31.92
%33.97

CMYK Percentages of Color #faeaf9

%0
%6
%0
%2

Triadic Colors of #faeaf9

#faeaf9 #f9faea #eaf9fa

Analogous Colors of #faeaf9

#faeaf9 #faeaf1 #f3eafa

Monochromatic Colors of #faeaf9

#faeaf9

Complementary Color

#faeaf9 #eafaeb

#faeaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeaf9 Color CSS Codes

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

#faeaf9 Text Font Color

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

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


#faeaf9 Background Color

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

This div background color is #faeaf9


#faeaf9 Border Color

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

This div border color is #faeaf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeaf9


Comments

No comments written yet.

Please login to write comment.