Color Hex Logo

#faeafb Color Hex

#FAEAFB
(250,234,251)
0 Favorites   0 Comments

Color spaces of #faeafb

RGB 250234251
HSL0.820.680.95
HSV296°98°
CMYK 0.000.070.00   0.02
XYZ86.259786.1347103.3461
Yxy86.13470.31280.3124
Hunter Lab92.80883.4887-1.0555
CIE-Lab94.36998.3581-6.2578

#faeafb color RGB value is (250,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 11111011
Octal 372 352 373
Decimal 250 234 251
Hex FA EA FB

RGB Percentages of Color #faeafb

%34.01
%31.84
%34.15

CMYK Percentages of Color #faeafb

%0
%7
%0
%2

Triadic Colors of #faeafb

#faeafb #fbfaea #eafbfa

Analogous Colors of #faeafb

#faeafb #fbeaf4 #f2eafb

Monochromatic Colors of #faeafb

#faeafb

Complementary Color

#faeafb #ebfbea

#faeafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeafb Color CSS Codes

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

#faeafb Text Font Color

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

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


#faeafb Background Color

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

This div background color is #faeafb


#faeafb Border Color

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

This div border color is #faeafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeafb

Related Colors


Comments

No comments written yet.

Please login to write comment.