Color Hex Logo

#fd8fda Color Hex

#FD8FDA
(253,143,218)
0 Favorites   0 Comments

Color spaces of #fd8fda

RGB 253143218
HSL0.890.960.78
HSV319°43°99°
CMYK 0.000.430.14   0.01
XYZ62.985445.589571.8096
Yxy45.58950.34920.2527
Hunter Lab67.520048.3521-15.7927
CIE-Lab73.278451.0965-20.1606

#fd8fda color RGB value is (253,143,218).

#fd8fda hex color red value is 253, green value is 143 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fd8fda hue: 0.89 , saturation: 0.96 and the lightness value of fd8fda is 0.78.

The process color (four color CMYK) of #fd8fda color hex is 0.00, 0.43, 0.14, 0.01. Web safe color of #fd8fda is #ff99cc. Color #fd8fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001111 11011010
Octal 375 217 332
Decimal 253 143 218
Hex FD 8F DA

RGB Percentages of Color #fd8fda

%41.21
%23.29
%35.50

CMYK Percentages of Color #fd8fda

%0
%43
%14
%1

Triadic Colors of #fd8fda

#fd8fda #dafd8f #8fdafd

Analogous Colors of #fd8fda

#fd8fda #fd8fa3 #e98ffd

Monochromatic Colors of #fd8fda

#fd8fda

Complementary Color

#fd8fda #8ffdb2

#fd8fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8fda Color CSS Codes

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

#fd8fda Text Font Color

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

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


#fd8fda Background Color

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

This div background color is #fd8fda


#fd8fda Border Color

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

This div border color is #fd8fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8fda


Comments

No comments written yet.

Please login to write comment.