Color Hex Logo

#fd96ce Color Hex

#FD96CE
(253,150,206)
0 Favorites   0 Comments

Color spaces of #fd96ce

RGB 253150206
HSL0.910.960.79
HSV327°41°99°
CMYK 0.000.410.19   0.01
XYZ62.554947.151664.1967
Yxy47.15160.35970.2711
Hunter Lab68.667042.4442-7.3632
CIE-Lab74.286645.7551-12.0390

#fd96ce color RGB value is (253,150,206).

#fd96ce hex color red value is 253, green value is 150 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fd96ce hue: 0.91 , saturation: 0.96 and the lightness value of fd96ce is 0.79.

The process color (four color CMYK) of #fd96ce color hex is 0.00, 0.41, 0.19, 0.01. Web safe color of #fd96ce is #ff99cc. Color #fd96ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010110 11001110
Octal 375 226 316
Decimal 253 150 206
Hex FD 96 CE

RGB Percentages of Color #fd96ce

%41.54
%24.63
%33.83

CMYK Percentages of Color #fd96ce

%0
%41
%19
%1

Triadic Colors of #fd96ce

#fd96ce #cefd96 #96cefd

Analogous Colors of #fd96ce

#fd96ce #fd969b #f996fd

Monochromatic Colors of #fd96ce

#fd96ce

Complementary Color

#fd96ce #96fdc5

#fd96ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd96ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd96ce Color CSS Codes

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

#fd96ce Text Font Color

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

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


#fd96ce Background Color

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

This div background color is #fd96ce


#fd96ce Border Color

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

This div border color is #fd96ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd96ce


Comments

No comments written yet.

Please login to write comment.