Color Hex Logo

#fdafe0 Color Hex

#FDAFE0
(253,175,224)
0 Favorites   0 Comments

Color spaces of #fdafe0

RGB 253175224
HSL0.900.950.84
HSV322°31°99°
CMYK 0.000.310.11   0.01
XYZ69.292556.924477.8564
Yxy56.92440.33950.2789
Hunter Lab75.448331.9019-8.3686
CIE-Lab80.137135.6232-13.0906

#fdafe0 color RGB value is (253,175,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 11100000
Octal 375 257 340
Decimal 253 175 224
Hex FD AF E0

RGB Percentages of Color #fdafe0

%38.80
%26.84
%34.36

CMYK Percentages of Color #fdafe0

%0
%31
%11
%1

Triadic Colors of #fdafe0

#fdafe0 #e0fdaf #afe0fd

Analogous Colors of #fdafe0

#fdafe0 #fdafb9 #f3affd

Monochromatic Colors of #fdafe0

#fdafe0

Complementary Color

#fdafe0 #affdcc

#fdafe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdafe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdafe0 Color CSS Codes

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

#fdafe0 Text Font Color

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

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


#fdafe0 Background Color

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

This div background color is #fdafe0


#fdafe0 Border Color

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

This div border color is #fdafe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdafe0


Comments

No comments written yet.

Please login to write comment.