Color Hex Logo

#fdcbea Color Hex

#FDCBEA
(253,203,234)
0 Favorites   0 Comments

Color spaces of #fdcbea

RGB 253203234
HSL0.900.930.89
HSV323°20°99°
CMYK 0.000.200.08   0.01
XYZ76.715269.535087.2202
Yxy69.53500.32860.2978
Hunter Lab83.387618.2885-3.6437
CIE-Lab86.768322.5668-8.5577

#fdcbea color RGB value is (253,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 11101010
Octal 375 313 352
Decimal 253 203 234
Hex FD CB EA

RGB Percentages of Color #fdcbea

%36.67
%29.42
%33.91

CMYK Percentages of Color #fdcbea

%0
%20
%8
%1

Triadic Colors of #fdcbea

#fdcbea #eafdcb #cbeafd

Analogous Colors of #fdcbea

#fdcbea #fdcbd1 #f7cbfd

Monochromatic Colors of #fdcbea

#fdcbea

Complementary Color

#fdcbea #cbfdde

#fdcbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcbea Color CSS Codes

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

#fdcbea Text Font Color

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

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


#fdcbea Background Color

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

This div background color is #fdcbea


#fdcbea Border Color

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

This div border color is #fdcbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcbea

Related Colors


Comments

No comments written yet.

Please login to write comment.