Color Hex Logo

#fad8ba Color Hex

#FAD8BA
(250,216,186)
0 Favorites   0 Comments

Color spaces of #fad8ba

RGB 250216186
HSL0.080.860.85
HSV28°26°98°
CMYK 0.000.140.26   0.02
XYZ72.843172.980956.7018
Yxy72.98090.35970.3604
Hunter Lab85.42892.702120.4476
CIE-Lab88.43867.399219.1593

#fad8ba color RGB value is (250,216,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 10111010
Octal 372 330 272
Decimal 250 216 186
Hex FA D8 BA

RGB Percentages of Color #fad8ba

%38.34
%33.13
%28.53

CMYK Percentages of Color #fad8ba

%0
%14
%26
%2

Triadic Colors of #fad8ba

#fad8ba #bafad8 #d8bafa

Analogous Colors of #fad8ba

#fad8ba #faf8ba #fababc

Monochromatic Colors of #fad8ba

#fad8ba

Complementary Color

#fad8ba #badcfa

#fad8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad8ba Color CSS Codes

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

#fad8ba Text Font Color

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

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


#fad8ba Background Color

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

This div background color is #fad8ba


#fad8ba Border Color

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

This div border color is #fad8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad8ba


Comments

No comments written yet.

Please login to write comment.