Color Hex Logo

#fdcdee Color Hex

#FDCDEE
(253,205,238)
0 Favorites   0 Comments

Color spaces of #fdcdee

RGB 253205238
HSL0.890.920.90
HSV319°19°99°
CMYK 0.000.190.06   0.01
XYZ77.772070.718390.4399
Yxy70.71830.32550.2960
Hunter Lab84.094217.9156-4.8981
CIE-Lab87.348022.1961-9.8162

#fdcdee color RGB value is (253,205,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 11101110
Octal 375 315 356
Decimal 253 205 238
Hex FD CD EE

RGB Percentages of Color #fdcdee

%36.35
%29.45
%34.20

CMYK Percentages of Color #fdcdee

%0
%19
%6
%1

Triadic Colors of #fdcdee

#fdcdee #eefdcd #cdeefd

Analogous Colors of #fdcdee

#fdcdee #fdcdd6 #f4cdfd

Monochromatic Colors of #fdcdee

#fdcdee

Complementary Color

#fdcdee #cdfddc

#fdcdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcdee Color CSS Codes

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

#fdcdee Text Font Color

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

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


#fdcdee Background Color

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

This div background color is #fdcdee


#fdcdee Border Color

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

This div border color is #fdcdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcdee


Comments

No comments written yet.

Please login to write comment.