Color Hex Logo

#fabeaa Color Hex

#FABEAA
(250,190,170)
0 Favorites   0 Comments

Color spaces of #fabeaa

RGB 250190170
HSL0.040.890.82
HSV15°32°98°
CMYK 0.000.240.32   0.02
XYZ65.093560.053246.1908
Yxy60.05320.37990.3505
Hunter Lab77.494014.322118.9056
CIE-Lab81.867118.886118.4585

#fabeaa color RGB value is (250,190,170).

#fabeaa hex color red value is 250, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fabeaa hue: 0.04 , saturation: 0.89 and the lightness value of fabeaa is 0.82.

The process color (four color CMYK) of #fabeaa color hex is 0.00, 0.24, 0.32, 0.02. Web safe color of #fabeaa is #ffcc99. Color #fabeaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 10101010
Octal 372 276 252
Decimal 250 190 170
Hex FA BE AA

RGB Percentages of Color #fabeaa

%40.98
%31.15
%27.87

CMYK Percentages of Color #fabeaa

%0
%24
%32
%2

Triadic Colors of #fabeaa

#fabeaa #aafabe #beaafa

Analogous Colors of #fabeaa

#fabeaa #fae6aa #faaabe

Monochromatic Colors of #fabeaa

#fabeaa

Complementary Color

#fabeaa #aae6fa

#fabeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabeaa Color CSS Codes

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

#fabeaa Text Font Color

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

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


#fabeaa Background Color

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

This div background color is #fabeaa


#fabeaa Border Color

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

This div border color is #fabeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabeaa


Comments

No comments written yet.

Please login to write comment.