Color Hex Logo

#fdcdc4 Color Hex

#FDCDC4
(253,205,196)
0 Favorites   0 Comments

Color spaces of #fdcdc4

RGB 253205196
HSL0.030.930.88
HSV23°99°
CMYK 0.000.190.23   0.01
XYZ72.303168.530861.6415
Yxy68.53080.35710.3385
Hunter Lab82.783311.031413.8003
CIE-Lab86.271215.608110.8793

#fdcdc4 color RGB value is (253,205,196).

#fdcdc4 hex color red value is 253, green value is 205 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #fdcdc4 hue: 0.03 , saturation: 0.93 and the lightness value of fdcdc4 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 11000100
Octal 375 315 304
Decimal 253 205 196
Hex FD CD C4

RGB Percentages of Color #fdcdc4

%38.69
%31.35
%29.97

CMYK Percentages of Color #fdcdc4

%0
%19
%23
%1

Triadic Colors of #fdcdc4

#fdcdc4 #c4fdcd #cdc4fd

Analogous Colors of #fdcdc4

#fdcdc4 #fdeac4 #fdc4d8

Monochromatic Colors of #fdcdc4

#fdcdc4

Complementary Color

#fdcdc4 #c4f4fd

#fdcdc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcdc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcdc4 Color CSS Codes

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

#fdcdc4 Text Font Color

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

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


#fdcdc4 Background Color

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

This div background color is #fdcdc4


#fdcdc4 Border Color

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

This div border color is #fdcdc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcdc4


Comments

No comments written yet.

Please login to write comment.