Color Hex Logo

#fdebf0 Color Hex

#FDEBF0
(253,235,240)
0 Favorites   0 Comments

Color spaces of #fdebf0

RGB 253235240
HSL0.950.820.96
HSV343°99°
CMYK 0.000.070.05   0.01
XYZ85.944586.590694.6220
Yxy86.59060.32170.3241
Hunter Lab93.05412.01754.8488
CIE-Lab94.56436.9299-0.2286

#fdebf0 color RGB value is (253,235,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 11110000
Octal 375 353 360
Decimal 253 235 240
Hex FD EB F0

RGB Percentages of Color #fdebf0

%34.75
%32.28
%32.97

CMYK Percentages of Color #fdebf0

%0
%7
%5
%1

Triadic Colors of #fdebf0

#fdebf0 #f0fdeb #ebf0fd

Analogous Colors of #fdebf0

#fdebf0 #fdefeb #fdebf9

Monochromatic Colors of #fdebf0

#fdebf0

Complementary Color

#fdebf0 #ebfdf8

#fdebf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdebf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdebf0 Color CSS Codes

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

#fdebf0 Text Font Color

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

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


#fdebf0 Background Color

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

This div background color is #fdebf0


#fdebf0 Border Color

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

This div border color is #fdebf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdebf0

Related Colors


Comments

No comments written yet.

Please login to write comment.