Color Hex Logo

#fd8ecc Color Hex

#FD8ECC
(253,142,204)
0 Favorites   0 Comments

Color spaces of #fd8ecc

RGB 253142204
HSL0.910.970.77
HSV326°44°99°
CMYK 0.000.440.19   0.01
XYZ61.080144.588362.5139
Yxy44.58830.36320.2651
Hunter Lab66.774546.4226-8.7648
CIE-Lab72.620049.4938-13.4342

#fd8ecc color RGB value is (253,142,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001110 11001100
Octal 375 216 314
Decimal 253 142 204
Hex FD 8E CC

RGB Percentages of Color #fd8ecc

%42.24
%23.71
%34.06

CMYK Percentages of Color #fd8ecc

%0
%44
%19
%1

Triadic Colors of #fd8ecc

#fd8ecc #ccfd8e #8eccfd

Analogous Colors of #fd8ecc

#fd8ecc #fd8e95 #f78efd

Monochromatic Colors of #fd8ecc

#fd8ecc

Complementary Color

#fd8ecc #8efdbf

#fd8ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8ecc Color CSS Codes

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

#fd8ecc Text Font Color

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

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


#fd8ecc Background Color

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

This div background color is #fd8ecc


#fd8ecc Border Color

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

This div border color is #fd8ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,142,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 #fd8ecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8ecc


Comments

No comments written yet.

Please login to write comment.