Color Hex Logo

#fda4ef Color Hex

#FDA4EF
(253,164,239)
0 Favorites   0 Comments

Color spaces of #fda4ef

RGB 253164239
HSL0.860.960.82
HSV309°35°99°
CMYK 0.000.350.06   0.01
XYZ69.363553.665688.3640
Yxy53.66560.32810.2539
Hunter Lab73.256840.8140-20.2372
CIE-Lab78.266343.8402-24.0246

#fda4ef color RGB value is (253,164,239).

#fda4ef hex color red value is 253, green value is 164 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fda4ef hue: 0.86 , saturation: 0.96 and the lightness value of fda4ef is 0.82.

The process color (four color CMYK) of #fda4ef color hex is 0.00, 0.35, 0.06, 0.01. Web safe color of #fda4ef is #ff99ff. Color #fda4ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100100 11101111
Octal 375 244 357
Decimal 253 164 239
Hex FD A4 EF

RGB Percentages of Color #fda4ef

%38.57
%25.00
%36.43

CMYK Percentages of Color #fda4ef

%0
%35
%6
%1

Triadic Colors of #fda4ef

#fda4ef #effda4 #a4effd

Analogous Colors of #fda4ef

#fda4ef #fda4c3 #dfa4fd

Monochromatic Colors of #fda4ef

#fda4ef

Complementary Color

#fda4ef #a4fdb2

#fda4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda4ef Color CSS Codes

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

#fda4ef Text Font Color

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

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


#fda4ef Background Color

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

This div background color is #fda4ef


#fda4ef Border Color

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

This div border color is #fda4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda4ef


Comments

No comments written yet.

Please login to write comment.