Color Hex Logo

#fde6ba Color Hex

#FDE6BA
(253,230,186)
0 Favorites   0 Comments

Color spaces of #fde6ba

RGB 253230186
HSL0.110.940.86
HSV39°26°99°
CMYK 0.000.090.26   0.01
XYZ77.667881.021457.9995
Yxy81.02140.35840.3739
Hunter Lab90.0119-3.500024.8046
CIE-Lab92.14121.326624.3248

#fde6ba color RGB value is (253,230,186).

#fde6ba hex color red value is 253, green value is 230 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fde6ba hue: 0.11 , saturation: 0.94 and the lightness value of fde6ba is 0.86.

The process color (four color CMYK) of #fde6ba color hex is 0.00, 0.09, 0.26, 0.01. Web safe color of #fde6ba is #ffffcc. Color #fde6ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100110 10111010
Octal 375 346 272
Decimal 253 230 186
Hex FD E6 BA

RGB Percentages of Color #fde6ba

%37.82
%34.38
%27.80

CMYK Percentages of Color #fde6ba

%0
%9
%26
%1

Triadic Colors of #fde6ba

#fde6ba #bafde6 #e6bafd

Analogous Colors of #fde6ba

#fde6ba #f3fdba #fdc5ba

Monochromatic Colors of #fde6ba

#fde6ba

Complementary Color

#fde6ba #bad1fd

#fde6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde6ba Color CSS Codes

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

#fde6ba Text Font Color

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

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


#fde6ba Background Color

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

This div background color is #fde6ba


#fde6ba Border Color

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

This div border color is #fde6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde6ba

Related Colors

#fde6ba Color Palettes


Comments

No comments written yet.

Please login to write comment.