Color Hex Logo

#fdcbda Color Hex

#FDCBDA
(253,203,218)
0 Favorites   0 Comments

Color spaces of #fdcbda

RGB 253203218
HSL0.950.930.89
HSV342°20°99°
CMYK 0.000.200.14   0.01
XYZ74.518868.656575.6541
Yxy68.65650.34050.3137
Hunter Lab82.859215.52903.8671
CIE-Lab86.333719.9543-0.7043

#fdcbda color RGB value is (253,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 11011010
Octal 375 313 332
Decimal 253 203 218
Hex FD CB DA

RGB Percentages of Color #fdcbda

%37.54
%30.12
%32.34

CMYK Percentages of Color #fdcbda

%0
%20
%14
%1

Triadic Colors of #fdcbda

#fdcbda #dafdcb #cbdafd

Analogous Colors of #fdcbda

#fdcbda #fdd5cb #fdcbf3

Monochromatic Colors of #fdcbda

#fdcbda

Complementary Color

#fdcbda #cbfdee

#fdcbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcbda Color CSS Codes

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

#fdcbda Text Font Color

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

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


#fdcbda Background Color

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

This div background color is #fdcbda


#fdcbda Border Color

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

This div border color is #fdcbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcbda


Comments

No comments written yet.

Please login to write comment.