Color Hex Logo

#fddfec Color Hex

#FDDFEC
(253,223,236)
0 Favorites   0 Comments

Color spaces of #fddfec

RGB 253223236
HSL0.930.880.93
HSV334°12°99°
CMYK 0.000.120.07   0.01
XYZ82.036079.714190.4195
Yxy79.71410.32530.3161
Hunter Lab89.28287.76702.4530
CIE-Lab91.556412.4514-2.5461

#fddfec color RGB value is (253,223,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011111 11101100
Octal 375 337 354
Decimal 253 223 236
Hex FD DF EC

RGB Percentages of Color #fddfec

%35.53
%31.32
%33.15

CMYK Percentages of Color #fddfec

%0
%12
%7
%1

Triadic Colors of #fddfec

#fddfec #ecfddf #dfecfd

Analogous Colors of #fddfec

#fddfec #fde1df #fddffb

Monochromatic Colors of #fddfec

#fddfec

Complementary Color

#fddfec #dffdf0

#fddfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddfec Color CSS Codes

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

#fddfec Text Font Color

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

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


#fddfec Background Color

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

This div background color is #fddfec


#fddfec Border Color

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

This div border color is #fddfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddfec

Related Colors


Comments

No comments written yet.

Please login to write comment.