Color Hex Logo

#fdcdef Color Hex

#FDCDEF
(253,205,239)
0 Favorites   0 Comments

Color spaces of #fdcdef

RGB 253205239
HSL0.880.920.90
HSV318°19°99°
CMYK 0.000.190.06   0.01
XYZ77.919370.777391.2159
Yxy70.77730.32480.2950
Hunter Lab84.129218.0980-5.3938
CIE-Lab87.376722.3674-10.3029

#fdcdef color RGB value is (253,205,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 11101111
Octal 375 315 357
Decimal 253 205 239
Hex FD CD EF

RGB Percentages of Color #fdcdef

%36.30
%29.41
%34.29

CMYK Percentages of Color #fdcdef

%0
%19
%6
%1

Triadic Colors of #fdcdef

#fdcdef #effdcd #cdeffd

Analogous Colors of #fdcdef

#fdcdef #fdcdd7 #f3cdfd

Monochromatic Colors of #fdcdef

#fdcdef

Complementary Color

#fdcdef #cdfddb

#fdcdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcdef Color CSS Codes

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

#fdcdef Text Font Color

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

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


#fdcdef Background Color

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

This div background color is #fdcdef


#fdcdef Border Color

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

This div border color is #fdcdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcdef

Related Colors


Comments

No comments written yet.

Please login to write comment.