Color Hex Logo

#fd8fcc Color Hex

#FD8FCC
(253,143,204)
0 Favorites   0 Comments

Color spaces of #fd8fcc

RGB 253143204
HSL0.910.960.78
HSV327°43°99°
CMYK 0.000.430.19   0.01
XYZ61.229644.887262.5637
Yxy44.88720.36300.2661
Hunter Lab66.997945.8854-8.4674
CIE-Lab72.817648.9939-13.1376

#fd8fcc color RGB value is (253,143,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001111 11001100
Octal 375 217 314
Decimal 253 143 204
Hex FD 8F CC

RGB Percentages of Color #fd8fcc

%42.17
%23.83
%34.00

CMYK Percentages of Color #fd8fcc

%0
%43
%19
%1

Triadic Colors of #fd8fcc

#fd8fcc #ccfd8f #8fccfd

Analogous Colors of #fd8fcc

#fd8fcc #fd8f95 #f78ffd

Monochromatic Colors of #fd8fcc

#fd8fcc

Complementary Color

#fd8fcc #8ffdc0

#fd8fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8fcc Color CSS Codes

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

#fd8fcc Text Font Color

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

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


#fd8fcc Background Color

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

This div background color is #fd8fcc


#fd8fcc Border Color

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

This div border color is #fd8fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8fcc


Comments

No comments written yet.

Please login to write comment.