Color Hex Logo

#fdbed1 Color Hex

#FDBED1
(253,190,209)
1 Favorites   0 Comments

Color spaces of #fdbed1

RGB 253190209
HSL0.950.940.87
HSV342°25°99°
CMYK 0.000.250.17   0.01
XYZ70.430162.313068.6371
Yxy62.31300.34970.3094
Hunter Lab78.938621.11773.7044
CIE-Lab83.079625.3891-0.6595

#fdbed1 color RGB value is (253,190,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 11010001
Octal 375 276 321
Decimal 253 190 209
Hex FD BE D1

RGB Percentages of Color #fdbed1

%38.80
%29.14
%32.06

CMYK Percentages of Color #fdbed1

%0
%25
%17
%1

Triadic Colors of #fdbed1

#fdbed1 #d1fdbe #bed1fd

Analogous Colors of #fdbed1

#fdbed1 #fdcbbe #fdbef1

Monochromatic Colors of #fdbed1

#fdbed1

Complementary Color

#fdbed1 #befdea

#fdbed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbed1 Color CSS Codes

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

#fdbed1 Text Font Color

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

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


#fdbed1 Background Color

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

This div background color is #fdbed1


#fdbed1 Border Color

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

This div border color is #fdbed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbed1

Related Colors

#fdbed1 Color Palettes


Comments

No comments written yet.

Please login to write comment.