Color Hex Logo

#fdbed4 Color Hex

#FDBED4
(253,190,212)
0 Favorites   0 Comments

Color spaces of #fdbed4

RGB 253190212
HSL0.940.940.87
HSV339°25°99°
CMYK 0.000.250.16   0.01
XYZ70.805162.463070.6121
Yxy62.46300.34730.3064
Hunter Lab79.033521.60712.3511
CIE-Lab83.159025.8483-2.1518

#fdbed4 color RGB value is (253,190,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 11010100
Octal 375 276 324
Decimal 253 190 212
Hex FD BE D4

RGB Percentages of Color #fdbed4

%38.63
%29.01
%32.37

CMYK Percentages of Color #fdbed4

%0
%25
%16
%1

Triadic Colors of #fdbed4

#fdbed4 #d4fdbe #bed4fd

Analogous Colors of #fdbed4

#fdbed4 #fdc8be #fdbef4

Monochromatic Colors of #fdbed4

#fdbed4

Complementary Color

#fdbed4 #befde7

#fdbed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbed4 Color CSS Codes

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

#fdbed4 Text Font Color

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

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


#fdbed4 Background Color

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

This div background color is #fdbed4


#fdbed4 Border Color

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

This div border color is #fdbed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbed4

Related Colors


Comments

No comments written yet.

Please login to write comment.