Color Hex Logo

#fd2cce Color Hex

#FD2CCE
(253,44,206)
0 Favorites   0 Comments

Color spaces of #fd2cce

RGB 25344206
HSL0.870.980.58
HSV313°83°99°
CMYK 0.000.830.19   0.01
XYZ52.549327.140260.8615
Yxy27.14020.37390.1931
Hunter Lab52.096388.8838-32.7982
CIE-Lab59.103986.6501-35.2601

#fd2cce color RGB value is (253,44,206).

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

The process color (four color CMYK) of #fd2cce color hex is 0.00, 0.83, 0.19, 0.01. Web safe color of #fd2cce is #ff33cc. Color #fd2cce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101100 11001110
Octal 375 54 316
Decimal 253 44 206
Hex FD 2C CE

RGB Percentages of Color #fd2cce

%50.30
%8.75
%40.95

CMYK Percentages of Color #fd2cce

%0
%83
%19
%1

Triadic Colors of #fd2cce

#fd2cce #cefd2c #2ccefd

Analogous Colors of #fd2cce

#fd2cce #fd2c66 #c42cfd

Monochromatic Colors of #fd2cce

#fd2cce

Complementary Color

#fd2cce #2cfd5b

#fd2cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd2cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd2cce Color CSS Codes

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

#fd2cce Text Font Color

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

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


#fd2cce Background Color

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

This div background color is #fd2cce


#fd2cce Border Color

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

This div border color is #fd2cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd2cce

Related Colors


Comments

No comments written yet.

Please login to write comment.