Color Hex Logo

#fdcccc Color Hex

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

Color spaces of #fdcccc

RGB 253204204
HSL0.000.920.90
HSV19°99°
CMYK 0.000.190.19   0.01
XYZ73.000068.428066.4872
Yxy68.42800.35110.3291
Hunter Lab82.721212.760910.2505
CIE-Lab86.220017.29036.5645

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

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

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

Base Numbers

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

RGB Percentages of Color #fdcccc

%38.28
%30.86
%30.86

CMYK Percentages of Color #fdcccc

%0
%19
%19
%1

Triadic Colors of #fdcccc

#fdcccc #ccfdcc #ccccfd

Analogous Colors of #fdcccc

#fdcccc #fde5cc #fdcce5

Monochromatic Colors of #fdcccc

#fdcccc

Complementary Color

#fdcccc #ccfdfd

#fdcccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcccc Color CSS Codes

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

#fdcccc Text Font Color

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

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


#fdcccc Background Color

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

This div background color is #fdcccc


#fdcccc Border Color

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

This div border color is #fdcccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcccc

Related Colors


Comments

No comments written yet.

Please login to write comment.