Color Hex Logo

#fab4bf Color Hex

#FAB4BF
(250,180,191)
0 Favorites   0 Comments

Color spaces of #fab4bf

RGB 250180191
HSL0.970.880.84
HSV351°28°98°
CMYK 0.000.280.24   0.02
XYZ65.149656.728156.8061
Yxy56.72810.36460.3175
Hunter Lab75.318122.59478.0052
CIE-Lab80.026426.94674.5570

#fab4bf color RGB value is (250,180,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110100 10111111
Octal 372 264 277
Decimal 250 180 191
Hex FA B4 BF

RGB Percentages of Color #fab4bf

%40.26
%28.99
%30.76

CMYK Percentages of Color #fab4bf

%0
%28
%24
%2

Triadic Colors of #fab4bf

#fab4bf #bffab4 #b4bffa

Analogous Colors of #fab4bf

#fab4bf #faccb4 #fab4e2

Monochromatic Colors of #fab4bf

#fab4bf

Complementary Color

#fab4bf #b4faef

#fab4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab4bf Color CSS Codes

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

#fab4bf Text Font Color

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

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


#fab4bf Background Color

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

This div background color is #fab4bf


#fab4bf Border Color

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

This div border color is #fab4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab4bf


Comments

No comments written yet.

Please login to write comment.