Color Hex Logo

#fab4ba Color Hex

#FAB4BA
(250,180,186)
0 Favorites   0 Comments

Color spaces of #fab4ba

RGB 250180186
HSL0.990.880.84
HSV355°28°98°
CMYK 0.000.280.26   0.02
XYZ64.608556.511753.9570
Yxy56.51170.36900.3228
Hunter Lab75.174321.856810.0661
CIE-Lab79.904226.24987.0842

#fab4ba color RGB value is (250,180,186).

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

The process color (four color CMYK) of #fab4ba color hex is 0.00, 0.28, 0.26, 0.02. Web safe color of #fab4ba is #ffcccc. Color #fab4ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110100 10111010
Octal 372 264 272
Decimal 250 180 186
Hex FA B4 BA

RGB Percentages of Color #fab4ba

%40.58
%29.22
%30.19

CMYK Percentages of Color #fab4ba

%0
%28
%26
%2

Triadic Colors of #fab4ba

#fab4ba #bafab4 #b4bafa

Analogous Colors of #fab4ba

#fab4ba #fad1b4 #fab4dd

Monochromatic Colors of #fab4ba

#fab4ba

Complementary Color

#fab4ba #b4faf4

#fab4ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab4ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab4ba Color CSS Codes

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

#fab4ba Text Font Color

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

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


#fab4ba Background Color

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

This div background color is #fab4ba


#fab4ba Border Color

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

This div border color is #fab4ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab4ba


Comments

No comments written yet.

Please login to write comment.