Color Hex Logo

#fad2ba Color Hex

#FAD2BA
(250,210,186)
0 Favorites   0 Comments

Color spaces of #fad2ba

RGB 250210186
HSL0.060.860.85
HSV23°26°98°
CMYK 0.000.160.26   0.02
XYZ71.333969.962456.1988
Yxy69.96240.36120.3542
Hunter Lab83.64355.854418.7144
CIE-Lab86.978410.511017.1190

#fad2ba color RGB value is (250,210,186).

#fad2ba hex color red value is 250, green value is 210 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fad2ba hue: 0.06 , saturation: 0.86 and the lightness value of fad2ba is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010010 10111010
Octal 372 322 272
Decimal 250 210 186
Hex FA D2 BA

RGB Percentages of Color #fad2ba

%38.70
%32.51
%28.79

CMYK Percentages of Color #fad2ba

%0
%16
%26
%2

Triadic Colors of #fad2ba

#fad2ba #bafad2 #d2bafa

Analogous Colors of #fad2ba

#fad2ba #faf2ba #fabac2

Monochromatic Colors of #fad2ba

#fad2ba

Complementary Color

#fad2ba #bae2fa

#fad2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad2ba Color CSS Codes

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

#fad2ba Text Font Color

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

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


#fad2ba Background Color

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

This div background color is #fad2ba


#fad2ba Border Color

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

This div border color is #fad2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad2ba


Comments

No comments written yet.

Please login to write comment.