Color Hex Logo

#fabdb4 Color Hex

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

Color spaces of #fabdb4

RGB 250189180
HSL0.020.880.84
HSV28°98°
CMYK 0.000.240.28   0.02
XYZ65.860260.014551.2928
Yxy60.01450.37170.3387
Hunter Lab77.469016.180814.9720
CIE-Lab81.846120.700413.0813

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

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

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

Base Numbers

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

RGB Percentages of Color #fabdb4

%40.39
%30.53
%29.08

CMYK Percentages of Color #fabdb4

%0
%24
%28
%2

Triadic Colors of #fabdb4

#fabdb4 #b4fabd #bdb4fa

Analogous Colors of #fabdb4

#fabdb4 #fae0b4 #fab4ce

Monochromatic Colors of #fabdb4

#fabdb4

Complementary Color

#fabdb4 #b4f1fa

#fabdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabdb4 Color CSS Codes

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

#fabdb4 Text Font Color

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

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


#fabdb4 Background Color

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

This div background color is #fabdb4


#fabdb4 Border Color

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

This div border color is #fabdb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabdb4


Comments

No comments written yet.

Please login to write comment.