Color Hex Logo

#fdedeb Color Hex

#FDEDEB
(253,237,235)
0 Favorites   0 Comments

Color spaces of #fdedeb

RGB 253237235
HSL0.020.820.96
HSV99°
CMYK 0.000.060.07   0.01
XYZ85.787687.449290.9551
Yxy87.44920.32470.3310
Hunter Lab93.51430.10137.7926
CIE-Lab94.92855.06552.8974

#fdedeb color RGB value is (253,237,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 11101011
Octal 375 355 353
Decimal 253 237 235
Hex FD ED EB

RGB Percentages of Color #fdedeb

%34.90
%32.69
%32.41

CMYK Percentages of Color #fdedeb

%0
%6
%7
%1

Triadic Colors of #fdedeb

#fdedeb #ebfded #edebfd

Analogous Colors of #fdedeb

#fdedeb #fdf6eb #fdebf2

Monochromatic Colors of #fdedeb

#fdedeb

Complementary Color

#fdedeb #ebfbfd

#fdedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdedeb Color CSS Codes

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

#fdedeb Text Font Color

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

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


#fdedeb Background Color

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

This div background color is #fdedeb


#fdedeb Border Color

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

This div border color is #fdedeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdedeb

Related Colors


Comments

No comments written yet.

Please login to write comment.