Color Hex Logo

#fdedfb Color Hex

#FDEDFB
(253,237,251)
0 Favorites   0 Comments

Color spaces of #fdedfb

RGB 253237251
HSL0.850.800.96
HSV308°99°
CMYK 0.000.060.01   0.01
XYZ88.204888.4161103.6839
Yxy88.41610.31470.3154
Hunter Lab94.02982.88990.4436
CIE-Lab95.33597.8061-4.8063

#fdedfb color RGB value is (253,237,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 11111011
Octal 375 355 373
Decimal 253 237 251
Hex FD ED FB

RGB Percentages of Color #fdedfb

%34.14
%31.98
%33.87

CMYK Percentages of Color #fdedfb

%0
%6
%1
%1

Triadic Colors of #fdedfb

#fdedfb #fbfded #edfbfd

Analogous Colors of #fdedfb

#fdedfb #fdedf3 #f7edfd

Monochromatic Colors of #fdedfb

#fdedfb

Complementary Color

#fdedfb #edfdef

#fdedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdedfb Color CSS Codes

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

#fdedfb Text Font Color

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

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


#fdedfb Background Color

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

This div background color is #fdedfb


#fdedfb Border Color

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

This div border color is #fdedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdedfb


Comments

No comments written yet.

Please login to write comment.