Color Hex Logo

#fdebf1 Color Hex

#FDEBF1
(253,235,241)
0 Favorites   0 Comments

Color spaces of #fdebf1

RGB 253235241
HSL0.940.820.96
HSV340°99°
CMYK 0.000.070.05   0.01
XYZ86.093586.650295.4066
Yxy86.65020.32110.3231
Hunter Lab93.08612.19054.3922
CIE-Lab94.58977.0998-0.7109

#fdebf1 color RGB value is (253,235,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 11110001
Octal 375 353 361
Decimal 253 235 241
Hex FD EB F1

RGB Percentages of Color #fdebf1

%34.71
%32.24
%33.06

CMYK Percentages of Color #fdebf1

%0
%7
%5
%1

Triadic Colors of #fdebf1

#fdebf1 #f1fdeb #ebf1fd

Analogous Colors of #fdebf1

#fdebf1 #fdeeeb #fdebfa

Monochromatic Colors of #fdebf1

#fdebf1

Complementary Color

#fdebf1 #ebfdf7

#fdebf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdebf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdebf1 Color CSS Codes

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

#fdebf1 Text Font Color

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

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


#fdebf1 Background Color

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

This div background color is #fdebf1


#fdebf1 Border Color

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

This div border color is #fdebf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdebf1


Comments

No comments written yet.

Please login to write comment.