color codes Logo

#fdaaf9 color codes

#FDAAF9
(253,170,249)
0 Favorites   0 Comments

Color spaces of #fdaaf9

RGB 253170249
HSL0.840.950.83
HSV303°33°99°
CMYK 0.000.330.02   0.01
XYZ71.981656.471796.7288
Yxy56.47170.31970.2508
Hunter Lab75.147739.4712-23.7137
CIE-Lab79.881542.4721-26.9498

#fdaaf9 color RGB value is (253,170,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 11111001
Octal 375 252 371
Decimal 253 170 249
Hex FD AA F9

RGB Percentages of Color #fdaaf9

%37.65
%25.30
%37.05

CMYK Percentages of Color #fdaaf9

%0
%33
%2
%1

Triadic Colors of #fdaaf9

#fdaaf9 #f9fdaa #aaf9fd

Analogous Colors of #fdaaf9

#fdaaf9 #fdaad0 #d8aafd

Monochromatic Colors of #fdaaf9

#fdaaf9

Complementary Color

#fdaaf9 #aafdae

#fdaaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaaf9 Color CSS Codes

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

#fdaaf9 Text Font Color

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

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


#fdaaf9 Background Color

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

This div background color is #fdaaf9


#fdaaf9 Border Color

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

This div border color is #fdaaf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaaf9

Related Colors


Comments

No comments written yet.

Please login to write comment.