Color Hex Logo

#fd8fd0 Color Hex

#FD8FD0
(253,143,208)
0 Favorites   0 Comments

Color spaces of #fd8fd0

RGB 253143208
HSL0.900.960.78
HSV325°43°99°
CMYK 0.000.430.18   0.01
XYZ61.715645.081665.1234
Yxy45.08160.35900.2622
Hunter Lab67.142846.5717-10.5068
CIE-Lab72.945649.5815-15.1542

#fd8fd0 color RGB value is (253,143,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001111 11010000
Octal 375 217 320
Decimal 253 143 208
Hex FD 8F D0

RGB Percentages of Color #fd8fd0

%41.89
%23.68
%34.44

CMYK Percentages of Color #fd8fd0

%0
%43
%18
%1

Triadic Colors of #fd8fd0

#fd8fd0 #d0fd8f #8fd0fd

Analogous Colors of #fd8fd0

#fd8fd0 #fd8f99 #f38ffd

Monochromatic Colors of #fd8fd0

#fd8fd0

Complementary Color

#fd8fd0 #8ffdbc

#fd8fd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8fd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8fd0 Color CSS Codes

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

#fd8fd0 Text Font Color

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

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


#fd8fd0 Background Color

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

This div background color is #fd8fd0


#fd8fd0 Border Color

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

This div border color is #fd8fd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8fd0

Related Colors


Comments

No comments written yet.

Please login to write comment.