Color Hex Logo

#fdccfd Color Hex

#FDCCFD
(253,204,253)
0 Favorites   0 Comments

Color spaces of #fdccfd

RGB 253204253
HSL0.830.920.90
HSV300°19°99°
CMYK 0.000.190.00   0.01
XYZ79.830571.1602102.4563
Yxy71.16020.31500.2808
Hunter Lab84.356521.2990-12.9619
CIE-Lab87.562825.3604-17.4285

#fdccfd color RGB value is (253,204,253).

#fdccfd hex color red value is 253, green value is 204 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fdccfd hue: 0.83 , saturation: 0.92 and the lightness value of fdccfd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001100 11111101
Octal 375 314 375
Decimal 253 204 253
Hex FD CC FD

RGB Percentages of Color #fdccfd

%35.63
%28.73
%35.63

CMYK Percentages of Color #fdccfd

%0
%19
%0
%1

Triadic Colors of #fdccfd

#fdccfd #fdfdcc #ccfdfd

Analogous Colors of #fdccfd

#fdccfd #fdcce5 #e5ccfd

Monochromatic Colors of #fdccfd

#fdccfd

Complementary Color

#fdccfd #ccfdcc

#fdccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdccfd Color CSS Codes

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

#fdccfd Text Font Color

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

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


#fdccfd Background Color

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

This div background color is #fdccfd


#fdccfd Border Color

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

This div border color is #fdccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdccfd

Related Colors


Comments

No comments written yet.

Please login to write comment.