Color Hex Logo

#fdafe4 Color Hex

#FDAFE4
(253,175,228)
0 Favorites   0 Comments

Color spaces of #fdafe4

RGB 253175228
HSL0.890.950.84
HSV319°31°99°
CMYK 0.000.310.10   0.01
XYZ69.841657.144080.7476
Yxy57.14400.33620.2751
Hunter Lab75.593732.6287-10.4168
CIE-Lab80.260536.2765-15.0647

#fdafe4 color RGB value is (253,175,228).

#fdafe4 hex color red value is 253, green value is 175 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #fdafe4 hue: 0.89 , saturation: 0.95 and the lightness value of fdafe4 is 0.84.

The process color (four color CMYK) of #fdafe4 color hex is 0.00, 0.31, 0.10, 0.01. Web safe color of #fdafe4 is #ff99cc. Color #fdafe4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 11100100
Octal 375 257 344
Decimal 253 175 228
Hex FD AF E4

RGB Percentages of Color #fdafe4

%38.57
%26.68
%34.76

CMYK Percentages of Color #fdafe4

%0
%31
%10
%1

Triadic Colors of #fdafe4

#fdafe4 #e4fdaf #afe4fd

Analogous Colors of #fdafe4

#fdafe4 #fdafbd #efaffd

Monochromatic Colors of #fdafe4

#fdafe4

Complementary Color

#fdafe4 #affdc8

#fdafe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdafe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdafe4 Color CSS Codes

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

#fdafe4 Text Font Color

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

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


#fdafe4 Background Color

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

This div background color is #fdafe4


#fdafe4 Border Color

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

This div border color is #fdafe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdafe4


Comments

No comments written yet.

Please login to write comment.