Color Hex Logo

#fdaff7 Color Hex

#FDAFF7
(253,175,247)
0 Favorites   0 Comments

Color spaces of #fdaff7

RGB 253175247
HSL0.850.950.84
HSV305°31°99°
CMYK 0.000.310.02   0.01
XYZ72.626558.258095.4128
Yxy58.25800.32090.2574
Hunter Lab76.326936.2740-20.6869
CIE-Lab80.882039.5167-24.3489

#fdaff7 color RGB value is (253,175,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 11110111
Octal 375 257 367
Decimal 253 175 247
Hex FD AF F7

RGB Percentages of Color #fdaff7

%37.48
%25.93
%36.59

CMYK Percentages of Color #fdaff7

%0
%31
%2
%1

Triadic Colors of #fdaff7

#fdaff7 #f7fdaf #aff7fd

Analogous Colors of #fdaff7

#fdaff7 #fdafd0 #dcaffd

Monochromatic Colors of #fdaff7

#fdaff7

Complementary Color

#fdaff7 #affdb5

#fdaff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaff7 Color CSS Codes

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

#fdaff7 Text Font Color

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

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


#fdaff7 Background Color

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

This div background color is #fdaff7


#fdaff7 Border Color

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

This div border color is #fdaff7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,175,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 #fdaff7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaff7


Comments

No comments written yet.

Please login to write comment.