Color Hex Logo

#fd0ccd Color Hex

#FD0CCD
(253,12,205)
0 Favorites   0 Comments

Color spaces of #fd0ccd

RGB 25312205
HSL0.870.980.52
HSV312°95°99°
CMYK 0.000.950.19   0.01
XYZ51.658925.553459.9672
Yxy25.55340.37660.1863
Hunter Lab50.550493.9512-34.9496
CIE-Lab57.610790.7552-37.0236

#fd0ccd color RGB value is (253,12,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001100 11001101
Octal 375 14 315
Decimal 253 12 205
Hex FD C CD

RGB Percentages of Color #fd0ccd

%53.83
%2.55
%43.62

CMYK Percentages of Color #fd0ccd

%0
%95
%19
%1

Triadic Colors of #fd0ccd

#fd0ccd #cdfd0c #0ccdfd

Analogous Colors of #fd0ccd

#fd0ccd #fd0c54 #b50cfd

Monochromatic Colors of #fd0ccd

#fd0ccd

Complementary Color

#fd0ccd #0cfd3c

#fd0ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0ccd Color CSS Codes

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

#fd0ccd Text Font Color

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

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


#fd0ccd Background Color

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

This div background color is #fd0ccd


#fd0ccd Border Color

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

This div border color is #fd0ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0ccd


Comments

No comments written yet.

Please login to write comment.