Color Hex Logo

#fdccc2 Color Hex

#FDCCC2
(253,204,194)
0 Favorites   0 Comments

Color spaces of #fdccc2

RGB 253204194
HSL0.030.940.88
HSV10°23°99°
CMYK 0.000.190.23   0.01
XYZ71.838567.963460.3709
Yxy67.96340.35890.3395
Hunter Lab82.439911.275814.2898
CIE-Lab85.988115.848311.5360

#fdccc2 color RGB value is (253,204,194).

#fdccc2 hex color red value is 253, green value is 204 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #fdccc2 hue: 0.03 , saturation: 0.94 and the lightness value of fdccc2 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001100 11000010
Octal 375 314 302
Decimal 253 204 194
Hex FD CC C2

RGB Percentages of Color #fdccc2

%38.86
%31.34
%29.80

CMYK Percentages of Color #fdccc2

%0
%19
%23
%1

Triadic Colors of #fdccc2

#fdccc2 #c2fdcc #ccc2fd

Analogous Colors of #fdccc2

#fdccc2 #fdeac2 #fdc2d6

Monochromatic Colors of #fdccc2

#fdccc2

Complementary Color

#fdccc2 #c2f3fd

#fdccc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdccc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdccc2 Color CSS Codes

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

#fdccc2 Text Font Color

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

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


#fdccc2 Background Color

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

This div background color is #fdccc2


#fdccc2 Border Color

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

This div border color is #fdccc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdccc2

Related Colors


Comments

No comments written yet.

Please login to write comment.