Color Hex Logo

#fab5b6 Color Hex

#FAB5B6
(250,181,182)
0 Favorites   0 Comments

Color spaces of #fab5b6

RGB 250181182
HSL1.000.870.85
HSV359°28°98°
CMYK 0.000.280.27   0.02
XYZ64.391756.749151.8158
Yxy56.74910.37230.3281
Hunter Lab75.332020.745811.9508
CIE-Lab80.038325.17949.4373

#fab5b6 color RGB value is (250,181,182).

#fab5b6 hex color red value is 250, green value is 181 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #fab5b6 hue: 1.00 , saturation: 0.87 and the lightness value of fab5b6 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110101 10110110
Octal 372 265 266
Decimal 250 181 182
Hex FA B5 B6

RGB Percentages of Color #fab5b6

%40.78
%29.53
%29.69

CMYK Percentages of Color #fab5b6

%0
%28
%27
%2

Triadic Colors of #fab5b6

#fab5b6 #b6fab5 #b5b6fa

Analogous Colors of #fab5b6

#fab5b6 #fad7b5 #fab5d9

Monochromatic Colors of #fab5b6

#fab5b6

Complementary Color

#fab5b6 #b5faf9

#fab5b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab5b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab5b6 Color CSS Codes

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

#fab5b6 Text Font Color

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

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


#fab5b6 Background Color

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

This div background color is #fab5b6


#fab5b6 Border Color

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

This div border color is #fab5b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab5b6

Related Colors


Comments

No comments written yet.

Please login to write comment.