Color Hex Logo

#fdebf5 Color Hex

#FDEBF5
(253,235,245)
0 Favorites   0 Comments

Color spaces of #fdebf5

RGB 253235245
HSL0.910.820.96
HSV327°99°
CMYK 0.000.070.03   0.01
XYZ86.697886.891998.5885
Yxy86.89190.31850.3192
Hunter Lab93.21582.89092.5438
CIE-Lab94.69247.7862-2.6382

#fdebf5 color RGB value is (253,235,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 11110101
Octal 375 353 365
Decimal 253 235 245
Hex FD EB F5

RGB Percentages of Color #fdebf5

%34.52
%32.06
%33.42

CMYK Percentages of Color #fdebf5

%0
%7
%3
%1

Triadic Colors of #fdebf5

#fdebf5 #f5fdeb #ebf5fd

Analogous Colors of #fdebf5

#fdebf5 #fdebec #fcebfd

Monochromatic Colors of #fdebf5

#fdebf5

Complementary Color

#fdebf5 #ebfdf3

#fdebf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdebf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdebf5 Color CSS Codes

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

#fdebf5 Text Font Color

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

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


#fdebf5 Background Color

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

This div background color is #fdebf5


#fdebf5 Border Color

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

This div border color is #fdebf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdebf5

Related Colors


Comments

No comments written yet.

Please login to write comment.