Color Hex Logo

#fabbaf Color Hex

#FABBAF
(250,187,175)
0 Favorites   0 Comments

Color spaces of #fabbaf

RGB 250187175
HSL0.030.880.83
HSV10°30°98°
CMYK 0.000.250.30   0.02
XYZ64.932558.959848.5155
Yxy58.95980.37660.3420
Hunter Lab76.785316.572016.2883
CIE-Lab81.269521.098414.9482

#fabbaf color RGB value is (250,187,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111011 10101111
Octal 372 273 257
Decimal 250 187 175
Hex FA BB AF

RGB Percentages of Color #fabbaf

%40.85
%30.56
%28.59

CMYK Percentages of Color #fabbaf

%0
%25
%30
%2

Triadic Colors of #fabbaf

#fabbaf #affabb #bbaffa

Analogous Colors of #fabbaf

#fabbaf #fae1af #faafc9

Monochromatic Colors of #fabbaf

#fabbaf

Complementary Color

#fabbaf #afeefa

#fabbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabbaf Color CSS Codes

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

#fabbaf Text Font Color

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

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


#fabbaf Background Color

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

This div background color is #fabbaf


#fabbaf Border Color

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

This div border color is #fabbaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,187,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 #fabbaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabbaf


Comments

No comments written yet.

Please login to write comment.