Color Hex Logo

#fabdbd Color Hex

#FABDBD
(250,189,189)
0 Favorites   0 Comments

Color spaces of #fabdbd

RGB 250189189
HSL0.000.860.86
HSV24°98°
CMYK 0.000.240.24   0.02
XYZ66.807260.393356.2801
Yxy60.39330.36410.3292
Hunter Lab77.713117.452111.4612
CIE-Lab82.051521.92558.5470

#fabdbd color RGB value is (250,189,189).

#fabdbd hex color red value is 250, green value is 189 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fabdbd hue: 0.00 , saturation: 0.86 and the lightness value of fabdbd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 10111101
Octal 372 275 275
Decimal 250 189 189
Hex FA BD BD

RGB Percentages of Color #fabdbd

%39.81
%30.10
%30.10

CMYK Percentages of Color #fabdbd

%0
%24
%24
%2

Triadic Colors of #fabdbd

#fabdbd #bdfabd #bdbdfa

Analogous Colors of #fabdbd

#fabdbd #fadcbd #fabddc

Monochromatic Colors of #fabdbd

#fabdbd

Complementary Color

#fabdbd #bdfafa

#fabdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabdbd Color CSS Codes

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

#fabdbd Text Font Color

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

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


#fabdbd Background Color

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

This div background color is #fabdbd


#fabdbd Border Color

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

This div border color is #fabdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabdbd

Related Colors


Comments

No comments written yet.

Please login to write comment.