Color Hex Logo

#fdeceb Color Hex

#FDECEB
(253,236,235)
0 Favorites   0 Comments

Color spaces of #fdeceb

RGB 253236235
HSL0.010.820.96
HSV99°
CMYK 0.000.070.07   0.01
XYZ85.498986.871790.8589
Yxy86.87170.32480.3300
Hunter Lab93.20500.63317.4459
CIE-Lab94.68385.57772.5419

#fdeceb color RGB value is (253,236,235).

#fdeceb hex color red value is 253, green value is 236 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fdeceb hue: 0.01 , saturation: 0.82 and the lightness value of fdeceb is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 11101011
Octal 375 354 353
Decimal 253 236 235
Hex FD EC EB

RGB Percentages of Color #fdeceb

%34.94
%32.60
%32.46

CMYK Percentages of Color #fdeceb

%0
%7
%7
%1

Triadic Colors of #fdeceb

#fdeceb #ebfdec #ecebfd

Analogous Colors of #fdeceb

#fdeceb #fdf5eb #fdebf3

Monochromatic Colors of #fdeceb

#fdeceb

Complementary Color

#fdeceb #ebfcfd

#fdeceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeceb Color CSS Codes

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

#fdeceb Text Font Color

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

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


#fdeceb Background Color

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

This div background color is #fdeceb


#fdeceb Border Color

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

This div border color is #fdeceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeceb

#fdeceb Color Palettes


Comments

No comments written yet.

Please login to write comment.