Color Hex Logo

#fdbedc Color Hex

#FDBEDC
(253,190,220)
0 Favorites   0 Comments

Color spaces of #fdbedc

RGB 253190220
HSL0.920.940.87
HSV331°25°99°
CMYK 0.000.250.13   0.01
XYZ71.839762.876976.0602
Yxy62.87690.34080.2983
Hunter Lab79.295022.9514-1.3649
CIE-Lab83.377627.1033-6.1175

#fdbedc color RGB value is (253,190,220).

#fdbedc hex color red value is 253, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fdbedc hue: 0.92 , saturation: 0.94 and the lightness value of fdbedc is 0.87.

The process color (four color CMYK) of #fdbedc color hex is 0.00, 0.25, 0.13, 0.01. Web safe color of #fdbedc is #ffcccc. Color #fdbedc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 11011100
Octal 375 276 334
Decimal 253 190 220
Hex FD BE DC

RGB Percentages of Color #fdbedc

%38.16
%28.66
%33.18

CMYK Percentages of Color #fdbedc

%0
%25
%13
%1

Triadic Colors of #fdbedc

#fdbedc #dcfdbe #bedcfd

Analogous Colors of #fdbedc

#fdbedc #fdc0be #fdbefc

Monochromatic Colors of #fdbedc

#fdbedc

Complementary Color

#fdbedc #befddf

#fdbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbedc Color CSS Codes

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

#fdbedc Text Font Color

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

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


#fdbedc Background Color

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

This div background color is #fdbedc


#fdbedc Border Color

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

This div border color is #fdbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbedc


Comments

No comments written yet.

Please login to write comment.