Color Hex Logo

#fdebed Color Hex

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

Color spaces of #fdebed

RGB 253235237
HSL0.980.820.96
HSV353°99°
CMYK 0.000.070.06   0.01
XYZ85.502486.413792.2938
Yxy86.41370.32360.3271
Hunter Lab92.95901.50376.2055
CIE-Lab94.48906.42411.2199

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

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

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

Base Numbers

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

RGB Percentages of Color #fdebed

%34.90
%32.41
%32.69

CMYK Percentages of Color #fdebed

%0
%7
%6
%1

Triadic Colors of #fdebed

#fdebed #edfdeb #ebedfd

Analogous Colors of #fdebed

#fdebed #fdf2eb #fdebf6

Monochromatic Colors of #fdebed

#fdebed

Complementary Color

#fdebed #ebfdfb

#fdebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdebed Color CSS Codes

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

#fdebed Text Font Color

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

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


#fdebed Background Color

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

This div background color is #fdebed


#fdebed Border Color

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

This div border color is #fdebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdebed

Related Colors


Comments

No comments written yet.

Please login to write comment.