Color Hex Logo

#fd6ccc Color Hex

#FD6CCC
(253,108,204)
0 Favorites   0 Comments

Color spaces of #fd6ccc

RGB 253108204
HSL0.890.970.71
HSV320°57°99°
CMYK 0.000.570.19   0.01
XYZ56.769735.967461.0771
Yxy35.96740.36910.2338
Hunter Lab59.972864.0139-18.4007
CIE-Lab66.495065.4962-22.7111

#fd6ccc color RGB value is (253,108,204).

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

The process color (four color CMYK) of #fd6ccc color hex is 0.00, 0.57, 0.19, 0.01. Web safe color of #fd6ccc is #ff66cc. Color #fd6ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101100 11001100
Octal 375 154 314
Decimal 253 108 204
Hex FD 6C CC

RGB Percentages of Color #fd6ccc

%44.78
%19.12
%36.11

CMYK Percentages of Color #fd6ccc

%0
%57
%19
%1

Triadic Colors of #fd6ccc

#fd6ccc #ccfd6c #6cccfd

Analogous Colors of #fd6ccc

#fd6ccc #fd6c84 #e66cfd

Monochromatic Colors of #fd6ccc

#fd6ccc

Complementary Color

#fd6ccc #6cfd9d

#fd6ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6ccc Color CSS Codes

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

#fd6ccc Text Font Color

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

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


#fd6ccc Background Color

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

This div background color is #fd6ccc


#fd6ccc Border Color

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

This div border color is #fd6ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6ccc


Comments

No comments written yet.

Please login to write comment.