Color Hex Logo

#fabaaf Color Hex

#FABAAF
(250,186,175)
0 Favorites   0 Comments

Color spaces of #fabaaf

RGB 250186175
HSL0.020.880.83
HSV30°98°
CMYK 0.000.260.30   0.02
XYZ64.721158.537048.4450
Yxy58.53700.37690.3409
Hunter Lab76.509517.105616.0148
CIE-Lab81.036421.624514.6204

#fabaaf color RGB value is (250,186,175).

#fabaaf hex color red value is 250, green value is 186 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fabaaf hue: 0.02 , saturation: 0.88 and the lightness value of fabaaf is 0.83.

The process color (four color CMYK) of #fabaaf color hex is 0.00, 0.26, 0.30, 0.02. Web safe color of #fabaaf is #ffcc99. Color #fabaaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 10101111
Octal 372 272 257
Decimal 250 186 175
Hex FA BA AF

RGB Percentages of Color #fabaaf

%40.92
%30.44
%28.64

CMYK Percentages of Color #fabaaf

%0
%26
%30
%2

Triadic Colors of #fabaaf

#fabaaf #affaba #baaffa

Analogous Colors of #fabaaf

#fabaaf #fae0af #faafca

Monochromatic Colors of #fabaaf

#fabaaf

Complementary Color

#fabaaf #afeffa

#fabaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabaaf Color CSS Codes

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

#fabaaf Text Font Color

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

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


#fabaaf Background Color

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

This div background color is #fabaaf


#fabaaf Border Color

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

This div border color is #fabaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabaaf


Comments

No comments written yet.

Please login to write comment.