Color Hex Logo

#fab4bd Color Hex

#FAB4BD
(250,180,189)
0 Favorites   0 Comments

Color spaces of #fab4bd

RGB 250180189
HSL0.980.880.84
HSV352°28°98°
CMYK 0.000.280.24   0.02
XYZ64.930956.640655.6546
Yxy56.64060.36640.3196
Hunter Lab75.259922.29698.8371
CIE-Lab79.977026.66575.5671

#fab4bd color RGB value is (250,180,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110100 10111101
Octal 372 264 275
Decimal 250 180 189
Hex FA B4 BD

RGB Percentages of Color #fab4bd

%40.39
%29.08
%30.53

CMYK Percentages of Color #fab4bd

%0
%28
%24
%2

Triadic Colors of #fab4bd

#fab4bd #bdfab4 #b4bdfa

Analogous Colors of #fab4bd

#fab4bd #faceb4 #fab4e0

Monochromatic Colors of #fab4bd

#fab4bd

Complementary Color

#fab4bd #b4faf1

#fab4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab4bd Color CSS Codes

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

#fab4bd Text Font Color

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

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


#fab4bd Background Color

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

This div background color is #fab4bd


#fab4bd Border Color

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

This div border color is #fab4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab4bd


Comments

No comments written yet.

Please login to write comment.