Color Hex Logo

#fdaaf7 Color Hex

#FDAAF7
(253,170,247)
0 Favorites   0 Comments

Color spaces of #fdaaf7

RGB 253170247
HSL0.850.950.83
HSV304°33°99°
CMYK 0.000.330.02   0.01
XYZ71.671256.347595.0944
Yxy56.34750.32120.2526
Hunter Lab75.065039.0661-22.5647
CIE-Lab79.811242.1193-25.9821

#fdaaf7 color RGB value is (253,170,247).

#fdaaf7 hex color red value is 253, green value is 170 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #fdaaf7 hue: 0.85 , saturation: 0.95 and the lightness value of fdaaf7 is 0.83.

The process color (four color CMYK) of #fdaaf7 color hex is 0.00, 0.33, 0.02, 0.01. Web safe color of #fdaaf7 is #ff99ff. Color #fdaaf7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 11110111
Octal 375 252 367
Decimal 253 170 247
Hex FD AA F7

RGB Percentages of Color #fdaaf7

%37.76
%25.37
%36.87

CMYK Percentages of Color #fdaaf7

%0
%33
%2
%1

Triadic Colors of #fdaaf7

#fdaaf7 #f7fdaa #aaf7fd

Analogous Colors of #fdaaf7

#fdaaf7 #fdaace #daaafd

Monochromatic Colors of #fdaaf7

#fdaaf7

Complementary Color

#fdaaf7 #aafdb0

#fdaaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaaf7 Color CSS Codes

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

#fdaaf7 Text Font Color

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

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


#fdaaf7 Background Color

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

This div background color is #fdaaf7


#fdaaf7 Border Color

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

This div border color is #fdaaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaaf7

Related Colors


Comments

No comments written yet.

Please login to write comment.