Color Hex Logo

#fdccfc Color Hex

#FDCCFC
(253,204,252)
0 Favorites   0 Comments

Color spaces of #fdccfc

RGB 253204252
HSL0.840.920.90
HSV301°19°99°
CMYK 0.000.190.00   0.01
XYZ79.671671.0967101.6193
Yxy71.09670.31570.2817
Hunter Lab84.318921.1039-12.4318
CIE-Lab87.532025.1800-16.9465

#fdccfc color RGB value is (253,204,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001100 11111100
Octal 375 314 374
Decimal 253 204 252
Hex FD CC FC

RGB Percentages of Color #fdccfc

%35.68
%28.77
%35.54

CMYK Percentages of Color #fdccfc

%0
%19
%0
%1

Triadic Colors of #fdccfc

#fdccfc #fcfdcc #ccfcfd

Analogous Colors of #fdccfc

#fdccfc #fdcce4 #e6ccfd

Monochromatic Colors of #fdccfc

#fdccfc

Complementary Color

#fdccfc #ccfdcd

#fdccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdccfc Color CSS Codes

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

#fdccfc Text Font Color

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

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


#fdccfc Background Color

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

This div background color is #fdccfc


#fdccfc Border Color

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

This div border color is #fdccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdccfc

Related Colors


Comments

No comments written yet.

Please login to write comment.