Color Hex Logo

#fdc6da Color Hex

#FDC6DA
(253,198,218)
0 Favorites   0 Comments

Color spaces of #fdc6da

RGB 253198218
HSL0.940.930.88
HSV338°22°99°
CMYK 0.000.220.14   0.01
XYZ73.357066.332875.2668
Yxy66.33280.34130.3086
Hunter Lab81.445018.24532.2190
CIE-Lab85.165922.5792-2.4149

#fdc6da color RGB value is (253,198,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000110 11011010
Octal 375 306 332
Decimal 253 198 218
Hex FD C6 DA

RGB Percentages of Color #fdc6da

%37.82
%29.60
%32.59

CMYK Percentages of Color #fdc6da

%0
%22
%14
%1

Triadic Colors of #fdc6da

#fdc6da #dafdc6 #c6dafd

Analogous Colors of #fdc6da

#fdc6da #fdcec6 #fdc6f6

Monochromatic Colors of #fdc6da

#fdc6da

Complementary Color

#fdc6da #c6fde9

#fdc6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc6da Color CSS Codes

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

#fdc6da Text Font Color

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

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


#fdc6da Background Color

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

This div background color is #fdc6da


#fdc6da Border Color

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

This div border color is #fdc6da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,198,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 #fdc6da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc6da

Related Colors


Comments

No comments written yet.

Please login to write comment.