Color Hex Logo

#faeebf Color Hex

#FAEEBF
(250,238,191)
0 Favorites   0 Comments

Color spaces of #faeebf

RGB 250238191
HSL0.130.860.86
HSV48°24°98°
CMYK 0.000.050.24   0.02
XYZ79.402885.234761.5572
Yxy85.23470.35100.3768
Hunter Lab92.3226-8.044325.0935
CIE-Lab93.9842-3.161924.2530

#faeebf color RGB value is (250,238,191).

#faeebf hex color red value is 250, green value is 238 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #faeebf hue: 0.13 , saturation: 0.86 and the lightness value of faeebf is 0.86.

The process color (four color CMYK) of #faeebf color hex is 0.00, 0.05, 0.24, 0.02. Web safe color of #faeebf is #ffffcc. Color #faeebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 10111111
Octal 372 356 277
Decimal 250 238 191
Hex FA EE BF

RGB Percentages of Color #faeebf

%36.82
%35.05
%28.13

CMYK Percentages of Color #faeebf

%0
%5
%24
%2

Triadic Colors of #faeebf

#faeebf #bffaee #eebffa

Analogous Colors of #faeebf

#faeebf #e9fabf #fad1bf

Monochromatic Colors of #faeebf

#faeebf

Complementary Color

#faeebf #bfcbfa

#faeebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeebf Color CSS Codes

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

#faeebf Text Font Color

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

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


#faeebf Background Color

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

This div background color is #faeebf


#faeebf Border Color

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

This div border color is #faeebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeebf


Comments

No comments written yet.

Please login to write comment.