Color Hex Logo

#fd9fdf Color Hex

#FD9FDF
(253,159,223)
0 Favorites   0 Comments

Color spaces of #fd9fdf

RGB 253159223
HSL0.890.960.81
HSV319°37°99°
CMYK 0.000.370.12   0.01
XYZ66.225451.006676.1668
Yxy51.00660.34240.2637
Hunter Lab71.418940.5366-13.2383
CIE-Lab76.683043.7713-17.7427

#fd9fdf color RGB value is (253,159,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011111 11011111
Octal 375 237 337
Decimal 253 159 223
Hex FD 9F DF

RGB Percentages of Color #fd9fdf

%39.84
%25.04
%35.12

CMYK Percentages of Color #fd9fdf

%0
%37
%12
%1

Triadic Colors of #fd9fdf

#fd9fdf #dffd9f #9fdffd

Analogous Colors of #fd9fdf

#fd9fdf #fd9fb0 #ec9ffd

Monochromatic Colors of #fd9fdf

#fd9fdf

Complementary Color

#fd9fdf #9ffdbd

#fd9fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9fdf Color CSS Codes

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

#fd9fdf Text Font Color

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

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


#fd9fdf Background Color

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

This div background color is #fd9fdf


#fd9fdf Border Color

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

This div border color is #fd9fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9fdf


Comments

No comments written yet.

Please login to write comment.