Color Hex Logo

#fab0bf Color Hex

#FAB0BF
(250,176,191)
0 Favorites   0 Comments

Color spaces of #fab0bf

RGB 250176191
HSL0.970.880.84
HSV348°30°98°
CMYK 0.000.300.24   0.02
XYZ64.353655.136256.5408
Yxy55.13620.36560.3132
Hunter Lab74.253824.75686.8310
CIE-Lab79.119729.05233.2446

#fab0bf color RGB value is (250,176,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 10111111
Octal 372 260 277
Decimal 250 176 191
Hex FA B0 BF

RGB Percentages of Color #fab0bf

%40.52
%28.53
%30.96

CMYK Percentages of Color #fab0bf

%0
%30
%24
%2

Triadic Colors of #fab0bf

#fab0bf #bffab0 #b0bffa

Analogous Colors of #fab0bf

#fab0bf #fac6b0 #fab0e4

Monochromatic Colors of #fab0bf

#fab0bf

Complementary Color

#fab0bf #b0faeb

#fab0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab0bf Color CSS Codes

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

#fab0bf Text Font Color

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

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


#fab0bf Background Color

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

This div background color is #fab0bf


#fab0bf Border Color

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

This div border color is #fab0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab0bf


Comments

No comments written yet.

Please login to write comment.