Color Hex Logo

#fddebe Color Hex

#FDDEBE
(253,222,190)
0 Favorites   0 Comments

Color spaces of #fddebe

RGB 253222190
HSL0.080.940.87
HSV30°25°99°
CMYK 0.000.120.25   0.01
XYZ75.923676.842959.5458
Yxy76.84290.35760.3619
Hunter Lab87.66011.196221.0875
CIE-Lab90.24935.955919.6347

#fddebe color RGB value is (253,222,190).

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

The process color (four color CMYK) of #fddebe color hex is 0.00, 0.12, 0.25, 0.01. Web safe color of #fddebe is #ffcccc. Color #fddebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 10111110
Octal 375 336 276
Decimal 253 222 190
Hex FD DE BE

RGB Percentages of Color #fddebe

%38.05
%33.38
%28.57

CMYK Percentages of Color #fddebe

%0
%12
%25
%1

Triadic Colors of #fddebe

#fddebe #befdde #debefd

Analogous Colors of #fddebe

#fddebe #fdfdbe #fdbfbe

Monochromatic Colors of #fddebe

#fddebe

Complementary Color

#fddebe #beddfd

#fddebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddebe Color CSS Codes

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

#fddebe Text Font Color

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

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


#fddebe Background Color

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

This div background color is #fddebe


#fddebe Border Color

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

This div border color is #fddebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddebe

Related Colors


Comments

No comments written yet.

Please login to write comment.