Color Hex Logo

#fdaafe Color Hex

#FDAAFE
(253,170,254)
0 Favorites   0 Comments

Color spaces of #fdaafe

RGB 253170254
HSL0.830.980.83
HSV299°33°100°
CMYK 0.000.330.00   0.00
XYZ72.772156.7879100.8916
Yxy56.78790.31580.2464
Hunter Lab75.357740.4993-26.6291
CIE-Lab80.060143.3645-29.3613

#fdaafe color RGB value is (253,170,254).

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

The process color (four color CMYK) of #fdaafe color hex is 0.00, 0.33, 0.00, 0.00. Web safe color of #fdaafe is #ff99ff. Color #fdaafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 11111110
Octal 375 252 376
Decimal 253 170 254
Hex FD AA FE

RGB Percentages of Color #fdaafe

%37.37
%25.11
%37.52

CMYK Percentages of Color #fdaafe

%0
%33
%0
%0

Triadic Colors of #fdaafe

#fdaafe #fefdaa #aafefd

Analogous Colors of #fdaafe

#fdaafe #feaad5 #d3aafe

Monochromatic Colors of #fdaafe

#fdaafe

Complementary Color

#fdaafe #abfeaa

#fdaafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaafe Color CSS Codes

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

#fdaafe Text Font Color

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

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


#fdaafe Background Color

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

This div background color is #fdaafe


#fdaafe Border Color

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

This div border color is #fdaafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaafe

Related Colors


Comments

No comments written yet.

Please login to write comment.