Color Hex Logo

#faebab Color Hex

#FAEBAB
(250,235,171)
0 Favorites   0 Comments

Color spaces of #faebab

RGB 250235171
HSL0.140.890.83
HSV49°32°98°
CMYK 0.000.060.32   0.02
XYZ76.483482.680950.4560
Yxy82.68090.36490.3944
Hunter Lab90.9290-8.983630.7506
CIE-Lab92.8746-4.222632.9468

#faebab color RGB value is (250,235,171).

#faebab hex color red value is 250, green value is 235 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #faebab hue: 0.14 , saturation: 0.89 and the lightness value of faebab is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 10101011
Octal 372 353 253
Decimal 250 235 171
Hex FA EB AB

RGB Percentages of Color #faebab

%38.11
%35.82
%26.07

CMYK Percentages of Color #faebab

%0
%6
%32
%2

Triadic Colors of #faebab

#faebab #abfaeb #ebabfa

Analogous Colors of #faebab

#faebab #e2faab #fac4ab

Monochromatic Colors of #faebab

#faebab

Complementary Color

#faebab #abbafa

#faebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#faebab Color CSS Codes

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

#faebab Text Font Color

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

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


#faebab Background Color

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

This div background color is #faebab


#faebab Border Color

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

This div border color is #faebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faebab

#faebab Color Palettes


Comments

No comments written yet.

Please login to write comment.