Color Hex Logo

#faeaf8 Color Hex

#FAEAF8
(250,234,248)
0 Favorites   0 Comments

Color spaces of #faeaf8

RGB 250234248
HSL0.850.620.95
HSV308°98°
CMYK 0.000.060.01   0.02
XYZ85.790485.9469100.8747
Yxy85.94690.31470.3153
Hunter Lab92.70762.94340.3821
CIE-Lab94.28967.8246-4.8168

#faeaf8 color RGB value is (250,234,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 11111000
Octal 372 352 370
Decimal 250 234 248
Hex FA EA F8

RGB Percentages of Color #faeaf8

%34.15
%31.97
%33.88

CMYK Percentages of Color #faeaf8

%0
%6
%1
%2

Triadic Colors of #faeaf8

#faeaf8 #f8faea #eaf8fa

Analogous Colors of #faeaf8

#faeaf8 #faeaf0 #f4eafa

Monochromatic Colors of #faeaf8

#faeaf8

Complementary Color

#faeaf8 #eafaec

#faeaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeaf8 Color CSS Codes

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

#faeaf8 Text Font Color

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

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


#faeaf8 Background Color

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

This div background color is #faeaf8


#faeaf8 Border Color

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

This div border color is #faeaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeaf8


Comments

No comments written yet.

Please login to write comment.