Color Hex Logo

#fdebee Color Hex

#FDEBEE
(253,235,238)
0 Favorites   0 Comments

Color spaces of #fdebee

RGB 253235238
HSL0.970.820.96
HSV350°99°
CMYK 0.000.070.06   0.01
XYZ85.649086.472493.0656
Yxy86.47240.32300.3261
Hunter Lab92.99051.67415.7555
CIE-Lab94.51406.59200.7369

#fdebee color RGB value is (253,235,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 11101110
Octal 375 353 356
Decimal 253 235 238
Hex FD EB EE

RGB Percentages of Color #fdebee

%34.85
%32.37
%32.78

CMYK Percentages of Color #fdebee

%0
%7
%6
%1

Triadic Colors of #fdebee

#fdebee #eefdeb #ebeefd

Analogous Colors of #fdebee

#fdebee #fdf1eb #fdebf7

Monochromatic Colors of #fdebee

#fdebee

Complementary Color

#fdebee #ebfdfa

#fdebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdebee Color CSS Codes

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

#fdebee Text Font Color

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

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


#fdebee Background Color

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

This div background color is #fdebee


#fdebee Border Color

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

This div border color is #fdebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdebee


Comments

No comments written yet.

Please login to write comment.