Color Hex Logo

#fdcbce Color Hex

#FDCBCE
(253,203,206)
0 Favorites   0 Comments

Color spaces of #fdcbce

RGB 253203206
HSL0.990.930.89
HSV356°20°99°
CMYK 0.000.200.19   0.01
XYZ73.004568.050767.6799
Yxy68.05070.34970.3260
Hunter Lab82.492813.60649.1015
CIE-Lab86.031818.11115.2314

#fdcbce color RGB value is (253,203,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 11001110
Octal 375 313 316
Decimal 253 203 206
Hex FD CB CE

RGB Percentages of Color #fdcbce

%38.22
%30.66
%31.12

CMYK Percentages of Color #fdcbce

%0
%20
%19
%1

Triadic Colors of #fdcbce

#fdcbce #cefdcb #cbcefd

Analogous Colors of #fdcbce

#fdcbce #fde1cb #fdcbe7

Monochromatic Colors of #fdcbce

#fdcbce

Complementary Color

#fdcbce #cbfdfa

#fdcbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcbce Color CSS Codes

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

#fdcbce Text Font Color

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

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


#fdcbce Background Color

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

This div background color is #fdcbce


#fdcbce Border Color

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

This div border color is #fdcbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcbce


Comments

No comments written yet.

Please login to write comment.