Color Hex Logo

#fdcbe1 Color Hex

#FDCBE1
(253,203,225)
0 Favorites   0 Comments

Color spaces of #fdcbe1

RGB 253203225
HSL0.930.930.89
HSV334°20°99°
CMYK 0.000.200.11   0.01
XYZ75.454669.030880.5815
Yxy69.03080.33530.3067
Hunter Lab83.084816.70890.6557
CIE-Lab86.519321.0760-4.1495

#fdcbe1 color RGB value is (253,203,225).

#fdcbe1 hex color red value is 253, green value is 203 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #fdcbe1 hue: 0.93 , saturation: 0.93 and the lightness value of fdcbe1 is 0.89.

The process color (four color CMYK) of #fdcbe1 color hex is 0.00, 0.20, 0.11, 0.01. Web safe color of #fdcbe1 is #ffcccc. Color #fdcbe1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 11100001
Octal 375 313 341
Decimal 253 203 225
Hex FD CB E1

RGB Percentages of Color #fdcbe1

%37.15
%29.81
%33.04

CMYK Percentages of Color #fdcbe1

%0
%20
%11
%1

Triadic Colors of #fdcbe1

#fdcbe1 #e1fdcb #cbe1fd

Analogous Colors of #fdcbe1

#fdcbe1 #fdcecb #fdcbfa

Monochromatic Colors of #fdcbe1

#fdcbe1

Complementary Color

#fdcbe1 #cbfde7

#fdcbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcbe1 Color CSS Codes

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

#fdcbe1 Text Font Color

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

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


#fdcbe1 Background Color

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

This div background color is #fdcbe1


#fdcbe1 Border Color

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

This div border color is #fdcbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcbe1

Related Colors


Comments

No comments written yet.

Please login to write comment.