Color Hex Logo

#fab2bf Color Hex

#FAB2BF
(250,178,191)
0 Favorites   0 Comments

Color spaces of #fab2bf

RGB 250178191
HSL0.970.880.84
HSV349°29°98°
CMYK 0.000.290.24   0.02
XYZ64.748755.926456.6725
Yxy55.92640.36510.3153
Hunter Lab74.784023.67527.4178
CIE-Lab79.571927.99963.8996

#fab2bf color RGB value is (250,178,191).

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

The process color (four color CMYK) of #fab2bf color hex is 0.00, 0.29, 0.24, 0.02. Web safe color of #fab2bf is #ff99cc. Color #fab2bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110010 10111111
Octal 372 262 277
Decimal 250 178 191
Hex FA B2 BF

RGB Percentages of Color #fab2bf

%40.39
%28.76
%30.86

CMYK Percentages of Color #fab2bf

%0
%29
%24
%2

Triadic Colors of #fab2bf

#fab2bf #bffab2 #b2bffa

Analogous Colors of #fab2bf

#fab2bf #fac9b2 #fab2e3

Monochromatic Colors of #fab2bf

#fab2bf

Complementary Color

#fab2bf #b2faed

#fab2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab2bf Color CSS Codes

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

#fab2bf Text Font Color

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

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


#fab2bf Background Color

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

This div background color is #fab2bf


#fab2bf Border Color

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

This div border color is #fab2bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab2bf

Related Colors


Comments

No comments written yet.

Please login to write comment.