Color Hex Logo

#fab5af Color Hex

#FAB5AF
(250,181,175)
0 Favorites   0 Comments

Color spaces of #fab5af

RGB 250181175
HSL0.010.880.83
HSV30°98°
CMYK 0.000.280.30   0.02
XYZ63.686156.466948.1000
Yxy56.46690.37850.3356
Hunter Lab75.144519.778714.6496
CIE-Lab79.878824.256812.9878

#fab5af color RGB value is (250,181,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110101 10101111
Octal 372 265 257
Decimal 250 181 175
Hex FA B5 AF

RGB Percentages of Color #fab5af

%41.25
%29.87
%28.88

CMYK Percentages of Color #fab5af

%0
%28
%30
%2

Triadic Colors of #fab5af

#fab5af #affab5 #b5affa

Analogous Colors of #fab5af

#fab5af #fadbaf #faafcf

Monochromatic Colors of #fab5af

#fab5af

Complementary Color

#fab5af #aff4fa

#fab5af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab5af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab5af Color CSS Codes

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

#fab5af Text Font Color

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

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


#fab5af Background Color

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

This div background color is #fab5af


#fab5af Border Color

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

This div border color is #fab5af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab5af


Comments

No comments written yet.

Please login to write comment.