Color Hex Logo

#fabdb6 Color Hex

#FABDB6
(250,189,182)
0 Favorites   0 Comments

Color spaces of #fabdb6

RGB 250189182
HSL0.020.870.85
HSV27°98°
CMYK 0.000.240.27   0.02
XYZ66.065460.096652.3737
Yxy60.09660.37000.3366
Hunter Lab77.522016.456914.2092
CIE-Lab81.890720.967212.0727

#fabdb6 color RGB value is (250,189,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 10110110
Octal 372 275 266
Decimal 250 189 182
Hex FA BD B6

RGB Percentages of Color #fabdb6

%40.26
%30.43
%29.31

CMYK Percentages of Color #fabdb6

%0
%24
%27
%2

Triadic Colors of #fabdb6

#fabdb6 #b6fabd #bdb6fa

Analogous Colors of #fabdb6

#fabdb6 #fadfb6 #fab6d1

Monochromatic Colors of #fabdb6

#fabdb6

Complementary Color

#fabdb6 #b6f3fa

#fabdb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabdb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabdb6 Color CSS Codes

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

#fabdb6 Text Font Color

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

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


#fabdb6 Background Color

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

This div background color is #fabdb6


#fabdb6 Border Color

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

This div border color is #fabdb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabdb6

Related Colors


Comments

No comments written yet.

Please login to write comment.