Color Hex Logo

#fab29b Color Hex

#FAB29B
(250,178,155)
0 Favorites   0 Comments

Color spaces of #fab29b

RGB 250178155
HSL0.040.900.79
HSV15°38°98°
CMYK 0.000.290.38   0.02
XYZ61.261154.531338.3071
Yxy54.53130.39750.3539
Hunter Lab73.845318.852020.9352
CIE-Lab78.770523.408622.2077

#fab29b color RGB value is (250,178,155).

#fab29b hex color red value is 250, green value is 178 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fab29b hue: 0.04 , saturation: 0.90 and the lightness value of fab29b is 0.79.

The process color (four color CMYK) of #fab29b color hex is 0.00, 0.29, 0.38, 0.02. Web safe color of #fab29b is #ff9999. Color #fab29b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110010 10011011
Octal 372 262 233
Decimal 250 178 155
Hex FA B2 9B

RGB Percentages of Color #fab29b

%42.88
%30.53
%26.59

CMYK Percentages of Color #fab29b

%0
%29
%38
%2

Triadic Colors of #fab29b

#fab29b #9bfab2 #b29bfa

Analogous Colors of #fab29b

#fab29b #fae29b #fa9bb4

Monochromatic Colors of #fab29b

#fab29b

Complementary Color

#fab29b #9be3fa

#fab29b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab29b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab29b Color CSS Codes

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

#fab29b Text Font Color

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

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


#fab29b Background Color

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

This div background color is #fab29b


#fab29b Border Color

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

This div border color is #fab29b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab29b


Comments

No comments written yet.

Please login to write comment.