Color Hex Logo

#fd88de Color Hex

#FD88DE
(253,136,222)
0 Favorites   0 Comments

Color spaces of #fd88de

RGB 253136222
HSL0.880.970.76
HSV316°46°99°
CMYK 0.000.460.12   0.01
XYZ62.497043.764974.2608
Yxy43.76490.34620.2424
Hunter Lab66.155052.8585-20.2461
CIE-Lab72.071155.1707-24.2008

#fd88de color RGB value is (253,136,222).

#fd88de hex color red value is 253, green value is 136 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fd88de hue: 0.88 , saturation: 0.97 and the lightness value of fd88de is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001000 11011110
Octal 375 210 336
Decimal 253 136 222
Hex FD 88 DE

RGB Percentages of Color #fd88de

%41.41
%22.26
%36.33

CMYK Percentages of Color #fd88de

%0
%46
%12
%1

Triadic Colors of #fd88de

#fd88de #defd88 #88defd

Analogous Colors of #fd88de

#fd88de #fd88a4 #e288fd

Monochromatic Colors of #fd88de

#fd88de

Complementary Color

#fd88de #88fda7

#fd88de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd88de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd88de Color CSS Codes

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

#fd88de Text Font Color

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

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


#fd88de Background Color

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

This div background color is #fd88de


#fd88de Border Color

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

This div border color is #fd88de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd88de

#fd88de Color Palettes


Comments

No comments written yet.

Please login to write comment.