Color Hex Logo

#fdcdfa Color Hex

#FDCDFA
(253,205,250)
0 Favorites   0 Comments

Color spaces of #fdcdfa

RGB 253205250
HSL0.840.920.90
HSV304°19°99°
CMYK 0.000.190.01   0.01
XYZ79.594771.4474100.0381
Yxy71.44740.31700.2846
Hunter Lab84.526620.1636-11.0018
CIE-Lab87.701924.2957-15.6344

#fdcdfa color RGB value is (253,205,250).

#fdcdfa hex color red value is 253, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fdcdfa hue: 0.84 , saturation: 0.92 and the lightness value of fdcdfa is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 11111010
Octal 375 315 372
Decimal 253 205 250
Hex FD CD FA

RGB Percentages of Color #fdcdfa

%35.73
%28.95
%35.31

CMYK Percentages of Color #fdcdfa

%0
%19
%1
%1

Triadic Colors of #fdcdfa

#fdcdfa #fafdcd #cdfafd

Analogous Colors of #fdcdfa

#fdcdfa #fdcde2 #e8cdfd

Monochromatic Colors of #fdcdfa

#fdcdfa

Complementary Color

#fdcdfa #cdfdd0

#fdcdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcdfa Color CSS Codes

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

#fdcdfa Text Font Color

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

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


#fdcdfa Background Color

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

This div background color is #fdcdfa


#fdcdfa Border Color

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

This div border color is #fdcdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.