Color Hex Logo

#fd1ccf Color Hex

#FD1CCF
(253,28,207)
0 Favorites   0 Comments

Color spaces of #fd1ccf

RGB 25328207
HSL0.870.980.55
HSV312°89°99°
CMYK 0.000.890.18   0.01
XYZ52.185826.218161.3416
Yxy26.21810.37340.1876
Hunter Lab51.203692.3177-35.1865
CIE-Lab58.243589.4102-37.1756

#fd1ccf color RGB value is (253,28,207).

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

The process color (four color CMYK) of #fd1ccf color hex is 0.00, 0.89, 0.18, 0.01. Web safe color of #fd1ccf is #ff33cc. Color #fd1ccf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011100 11001111
Octal 375 34 317
Decimal 253 28 207
Hex FD 1C CF

RGB Percentages of Color #fd1ccf

%51.84
%5.74
%42.42

CMYK Percentages of Color #fd1ccf

%0
%89
%18
%1

Triadic Colors of #fd1ccf

#fd1ccf #cffd1c #1ccffd

Analogous Colors of #fd1ccf

#fd1ccf #fd1c5e #bb1cfd

Monochromatic Colors of #fd1ccf

#fd1ccf

Complementary Color

#fd1ccf #1cfd4a

#fd1ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1ccf Color CSS Codes

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

#fd1ccf Text Font Color

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

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


#fd1ccf Background Color

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

This div background color is #fd1ccf


#fd1ccf Border Color

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

This div border color is #fd1ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1ccf


Comments

No comments written yet.

Please login to write comment.