Color Hex Logo

#fadabd Color Hex

#FADABD
(250,218,189)
0 Favorites   0 Comments

Color spaces of #fadabd

RGB 250218189
HSL0.080.860.86
HSV29°24°98°
CMYK 0.000.130.24   0.02
XYZ73.681174.140958.5713
Yxy74.14090.35700.3592
Hunter Lab86.10512.060519.9427
CIE-Lab88.98906.774618.3590

#fadabd color RGB value is (250,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 10111101
Octal 372 332 275
Decimal 250 218 189
Hex FA DA BD

RGB Percentages of Color #fadabd

%38.05
%33.18
%28.77

CMYK Percentages of Color #fadabd

%0
%13
%24
%2

Triadic Colors of #fadabd

#fadabd #bdfada #dabdfa

Analogous Colors of #fadabd

#fadabd #faf9bd #fabdbf

Monochromatic Colors of #fadabd

#fadabd

Complementary Color

#fadabd #bdddfa

#fadabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadabd Color CSS Codes

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

#fadabd Text Font Color

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

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


#fadabd Background Color

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

This div background color is #fadabd


#fadabd Border Color

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

This div border color is #fadabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadabd

#fadabd Color Palettes


Comments

No comments written yet.

Please login to write comment.