Color Hex Logo

#fadfba Color Hex

#FADFBA
(250,223,186)
0 Favorites   0 Comments

Color spaces of #fadfba

RGB 250223186
HSL0.100.860.85
HSV35°26°98°
CMYK 0.000.110.26   0.02
XYZ74.674976.644557.3125
Yxy76.64450.35790.3674
Hunter Lab87.5468-0.951722.4686
CIE-Lab90.15773.792921.5477

#fadfba color RGB value is (250,223,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 10111010
Octal 372 337 272
Decimal 250 223 186
Hex FA DF BA

RGB Percentages of Color #fadfba

%37.94
%33.84
%28.22

CMYK Percentages of Color #fadfba

%0
%11
%26
%2

Triadic Colors of #fadfba

#fadfba #bafadf #dfbafa

Analogous Colors of #fadfba

#fadfba #f5faba #fabfba

Monochromatic Colors of #fadfba

#fadfba

Complementary Color

#fadfba #bad5fa

#fadfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfba Color CSS Codes

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

#fadfba Text Font Color

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

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


#fadfba Background Color

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

This div background color is #fadfba


#fadfba Border Color

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

This div border color is #fadfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfba


Comments

No comments written yet.

Please login to write comment.