Color Hex Logo

#fdaffe Color Hex

#FDAFFE
(253,175,254)
0 Favorites   0 Comments

Color spaces of #fdaffe

RGB 253175254
HSL0.830.980.84
HSV299°31°100°
CMYK 0.000.310.00   0.00
XYZ73.727458.6983101.2100
Yxy58.69830.31560.2512
Hunter Lab76.614837.6969-24.6931
CIE-Lab81.125540.7654-27.7294

#fdaffe color RGB value is (253,175,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 11111110
Octal 375 257 376
Decimal 253 175 254
Hex FD AF FE

RGB Percentages of Color #fdaffe

%37.10
%25.66
%37.24

CMYK Percentages of Color #fdaffe

%0
%31
%0
%0

Triadic Colors of #fdaffe

#fdaffe #fefdaf #affefd

Analogous Colors of #fdaffe

#fdaffe #feafd8 #d6affe

Monochromatic Colors of #fdaffe

#fdaffe

Complementary Color

#fdaffe #b0feaf

#fdaffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaffe Color CSS Codes

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

#fdaffe Text Font Color

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

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


#fdaffe Background Color

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

This div background color is #fdaffe


#fdaffe Border Color

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

This div border color is #fdaffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaffe

Related Colors


Comments

No comments written yet.

Please login to write comment.