Color Hex Logo

#fd9ffa Color Hex

#FD9FFA
(253,159,250)
0 Favorites   0 Comments

Color spaces of #fd9ffa

RGB 253159250
HSL0.840.960.81
HSV302°37°99°
CMYK 0.000.370.01   0.01
XYZ70.161552.581096.8937
Yxy52.58100.31940.2394
Hunter Lab72.512845.8147-28.4661
CIE-Lab77.627048.3159-30.9462

#fd9ffa color RGB value is (253,159,250).

#fd9ffa hex color red value is 253, green value is 159 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fd9ffa hue: 0.84 , saturation: 0.96 and the lightness value of fd9ffa is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011111 11111010
Octal 375 237 372
Decimal 253 159 250
Hex FD 9F FA

RGB Percentages of Color #fd9ffa

%38.22
%24.02
%37.76

CMYK Percentages of Color #fd9ffa

%0
%37
%1
%1

Triadic Colors of #fd9ffa

#fd9ffa #fafd9f #9ffafd

Analogous Colors of #fd9ffa

#fd9ffa #fd9fcb #d19ffd

Monochromatic Colors of #fd9ffa

#fd9ffa

Complementary Color

#fd9ffa #9ffda2

#fd9ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9ffa Color CSS Codes

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

#fd9ffa Text Font Color

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

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


#fd9ffa Background Color

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

This div background color is #fd9ffa


#fd9ffa Border Color

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

This div border color is #fd9ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.