Color Hex Logo

#fadbbd Color Hex

#FADBBD
(250,219,189)
0 Favorites   0 Comments

Color spaces of #fadbbd

RGB 250219189
HSL0.080.860.86
HSV30°24°98°
CMYK 0.000.120.24   0.02
XYZ73.941274.661258.6580
Yxy74.66120.35680.3602
Hunter Lab86.40671.536920.2351
CIE-Lab89.23416.258318.7012

#fadbbd color RGB value is (250,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 10111101
Octal 372 333 275
Decimal 250 219 189
Hex FA DB BD

RGB Percentages of Color #fadbbd

%37.99
%33.28
%28.72

CMYK Percentages of Color #fadbbd

%0
%12
%24
%2

Triadic Colors of #fadbbd

#fadbbd #bdfadb #dbbdfa

Analogous Colors of #fadbbd

#fadbbd #fafabd #fabdbe

Monochromatic Colors of #fadbbd

#fadbbd

Complementary Color

#fadbbd #bddcfa

#fadbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadbbd Color CSS Codes

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

#fadbbd Text Font Color

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

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


#fadbbd Background Color

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

This div background color is #fadbbd


#fadbbd Border Color

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

This div border color is #fadbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadbbd

#fadbbd Color Palettes


Comments

No comments written yet.

Please login to write comment.