Color Hex Logo

#fd0ccc Color Hex

#FD0CCC
(253,12,204)
0 Favorites   0 Comments

Color spaces of #fd0ccc

RGB 25312204
HSL0.870.980.52
HSV312°95°99°
CMYK 0.000.950.19   0.01
XYZ51.538625.505259.3334
Yxy25.50520.37790.1870
Hunter Lab50.502793.7818-34.3054
CIE-Lab57.564490.6379-36.5239

#fd0ccc color RGB value is (253,12,204).

#fd0ccc hex color red value is 253, green value is 12 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fd0ccc hue: 0.87 , saturation: 0.98 and the lightness value of fd0ccc is 0.52.

The process color (four color CMYK) of #fd0ccc color hex is 0.00, 0.95, 0.19, 0.01. Web safe color of #fd0ccc is #ff00cc. Color #fd0ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001100 11001100
Octal 375 14 314
Decimal 253 12 204
Hex FD C CC

RGB Percentages of Color #fd0ccc

%53.94
%2.56
%43.50

CMYK Percentages of Color #fd0ccc

%0
%95
%19
%1

Triadic Colors of #fd0ccc

#fd0ccc #ccfd0c #0cccfd

Analogous Colors of #fd0ccc

#fd0ccc #fd0c53 #b60cfd

Monochromatic Colors of #fd0ccc

#fd0ccc

Complementary Color

#fd0ccc #0cfd3d

#fd0ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0ccc Color CSS Codes

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

#fd0ccc Text Font Color

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

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


#fd0ccc Background Color

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

This div background color is #fd0ccc


#fd0ccc Border Color

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

This div border color is #fd0ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0ccc

Related Colors


Comments

No comments written yet.

Please login to write comment.