Color Hex Logo

#faeabb Color Hex

#FAEABB
(250,234,187)
0 Favorites   0 Comments

Color spaces of #faeabb

RGB 250234187
HSL0.120.860.86
HSV45°25°98°
CMYK 0.000.060.25   0.02
XYZ77.816882.757558.8861
Yxy82.75750.35460.3771
Hunter Lab90.9711-6.510525.3011
CIE-Lab92.9082-1.680524.8253

#faeabb color RGB value is (250,234,187).

#faeabb hex color red value is 250, green value is 234 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #faeabb hue: 0.12 , saturation: 0.86 and the lightness value of faeabb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 10111011
Octal 372 352 273
Decimal 250 234 187
Hex FA EA BB

RGB Percentages of Color #faeabb

%37.26
%34.87
%27.87

CMYK Percentages of Color #faeabb

%0
%6
%25
%2

Triadic Colors of #faeabb

#faeabb #bbfaea #eabbfa

Analogous Colors of #faeabb

#faeabb #ebfabb #facbbb

Monochromatic Colors of #faeabb

#faeabb

Complementary Color

#faeabb #bbcbfa

#faeabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeabb Color CSS Codes

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

#faeabb Text Font Color

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

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


#faeabb Background Color

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

This div background color is #faeabb


#faeabb Border Color

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

This div border color is #faeabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeabb


Comments

No comments written yet.

Please login to write comment.