Color Hex Logo

#fdc4ef Color Hex

#FDC4EF
(253,196,239)
0 Favorites   0 Comments

Color spaces of #fdc4ef

RGB 253196239
HSL0.870.930.88
HSV315°23°99°
CMYK 0.000.230.06   0.01
XYZ75.827966.594590.5188
Yxy66.59450.32550.2859
Hunter Lab81.605523.0529-8.6421
CIE-Lab85.298827.0992-13.4040

#fdc4ef color RGB value is (253,196,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000100 11101111
Octal 375 304 357
Decimal 253 196 239
Hex FD C4 EF

RGB Percentages of Color #fdc4ef

%36.77
%28.49
%34.74

CMYK Percentages of Color #fdc4ef

%0
%23
%6
%1

Triadic Colors of #fdc4ef

#fdc4ef #effdc4 #c4effd

Analogous Colors of #fdc4ef

#fdc4ef #fdc4d3 #efc4fd

Monochromatic Colors of #fdc4ef

#fdc4ef

Complementary Color

#fdc4ef #c4fdd2

#fdc4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc4ef Color CSS Codes

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

#fdc4ef Text Font Color

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

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


#fdc4ef Background Color

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

This div background color is #fdc4ef


#fdc4ef Border Color

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

This div border color is #fdc4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc4ef


Comments

No comments written yet.

Please login to write comment.