Color Hex Logo

#fdebbe Color Hex

#FDEBBE
(253,235,190)
0 Favorites   0 Comments

Color spaces of #fdebbe

RGB 253235190
HSL0.120.940.87
HSV43°25°99°
CMYK 0.000.070.25   0.01
XYZ79.510684.017060.7414
Yxy84.01700.35450.3746
Hunter Lab91.6608-5.567624.8725
CIE-Lab93.4579-0.680524.0794

#fdebbe color RGB value is (253,235,190).

#fdebbe hex color red value is 253, green value is 235 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fdebbe hue: 0.12 , saturation: 0.94 and the lightness value of fdebbe is 0.87.

The process color (four color CMYK) of #fdebbe color hex is 0.00, 0.07, 0.25, 0.01. Web safe color of #fdebbe is #ffffcc. Color #fdebbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 10111110
Octal 375 353 276
Decimal 253 235 190
Hex FD EB BE

RGB Percentages of Color #fdebbe

%37.32
%34.66
%28.02

CMYK Percentages of Color #fdebbe

%0
%7
%25
%1

Triadic Colors of #fdebbe

#fdebbe #befdeb #ebbefd

Analogous Colors of #fdebbe

#fdebbe #f0fdbe #fdccbe

Monochromatic Colors of #fdebbe

#fdebbe

Complementary Color

#fdebbe #bed0fd

#fdebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdebbe Color CSS Codes

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

#fdebbe Text Font Color

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

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


#fdebbe Background Color

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

This div background color is #fdebbe


#fdebbe Border Color

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

This div border color is #fdebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdebbe


Comments

No comments written yet.

Please login to write comment.