Color Hex Logo

#fde2bb Color Hex

#FDE2BB
(253,226,187)
0 Favorites   0 Comments

Color spaces of #fde2bb

RGB 253226187
HSL0.100.940.86
HSV35°26°99°
CMYK 0.000.110.26   0.01
XYZ76.674078.863258.1947
Yxy78.86320.35870.3690
Hunter Lab88.8050-1.292223.3102
CIE-Lab91.17243.500422.4727

#fde2bb color RGB value is (253,226,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 10111011
Octal 375 342 273
Decimal 253 226 187
Hex FD E2 BB

RGB Percentages of Color #fde2bb

%37.99
%33.93
%28.08

CMYK Percentages of Color #fde2bb

%0
%11
%26
%1

Triadic Colors of #fde2bb

#fde2bb #bbfde2 #e2bbfd

Analogous Colors of #fde2bb

#fde2bb #f7fdbb #fdc1bb

Monochromatic Colors of #fde2bb

#fde2bb

Complementary Color

#fde2bb #bbd6fd

#fde2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde2bb Color CSS Codes

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

#fde2bb Text Font Color

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

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


#fde2bb Background Color

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

This div background color is #fde2bb


#fde2bb Border Color

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

This div border color is #fde2bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,226,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde2bb

Related Colors


Comments

No comments written yet.

Please login to write comment.