Color Hex Logo

#fdcdbe Color Hex

#FDCDBE
(253,205,190)
0 Favorites   0 Comments

Color spaces of #fdcdbe

RGB 253205190
HSL0.040.940.87
HSV14°25°99°
CMYK 0.000.190.25   0.01
XYZ71.633668.263058.1158
Yxy68.26300.36180.3447
Hunter Lab82.621410.173816.1305
CIE-Lab86.137814.769813.8658

#fdcdbe color RGB value is (253,205,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 10111110
Octal 375 315 276
Decimal 253 205 190
Hex FD CD BE

RGB Percentages of Color #fdcdbe

%39.04
%31.64
%29.32

CMYK Percentages of Color #fdcdbe

%0
%19
%25
%1

Triadic Colors of #fdcdbe

#fdcdbe #befdcd #cdbefd

Analogous Colors of #fdcdbe

#fdcdbe #fdedbe #fdbecf

Monochromatic Colors of #fdcdbe

#fdcdbe

Complementary Color

#fdcdbe #beeefd

#fdcdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcdbe Color CSS Codes

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

#fdcdbe Text Font Color

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

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


#fdcdbe Background Color

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

This div background color is #fdcdbe


#fdcdbe Border Color

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

This div border color is #fdcdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcdbe

Related Colors


Comments

No comments written yet.

Please login to write comment.