Color Hex Logo

#fdcbe7 Color Hex

#FDCBE7
(253,203,231)
0 Favorites   0 Comments

Color spaces of #fdcbe7

RGB 253203231
HSL0.910.930.89
HSV326°20°99°
CMYK 0.000.200.09   0.01
XYZ76.287869.364084.9691
Yxy69.36400.33080.3008
Hunter Lab83.285117.7544-2.1893
CIE-Lab86.684022.0641-7.0911

#fdcbe7 color RGB value is (253,203,231).

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

The process color (four color CMYK) of #fdcbe7 color hex is 0.00, 0.20, 0.09, 0.01. Web safe color of #fdcbe7 is #ffccff. Color #fdcbe7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 11100111
Octal 375 313 347
Decimal 253 203 231
Hex FD CB E7

RGB Percentages of Color #fdcbe7

%36.83
%29.55
%33.62

CMYK Percentages of Color #fdcbe7

%0
%20
%9
%1

Triadic Colors of #fdcbe7

#fdcbe7 #e7fdcb #cbe7fd

Analogous Colors of #fdcbe7

#fdcbe7 #fdcbce #facbfd

Monochromatic Colors of #fdcbe7

#fdcbe7

Complementary Color

#fdcbe7 #cbfde1

#fdcbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcbe7 Color CSS Codes

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

#fdcbe7 Text Font Color

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

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


#fdcbe7 Background Color

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

This div background color is #fdcbe7


#fdcbe7 Border Color

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

This div border color is #fdcbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcbe7


Comments

No comments written yet.

Please login to write comment.