Color Hex Logo

#fdccc8 Color Hex

#FDCCC8
(253,204,200)
0 Favorites   0 Comments

Color spaces of #fdccc8

RGB 253204200
HSL0.010.930.89
HSV21°99°
CMYK 0.000.190.21   0.01
XYZ72.526268.238563.9924
Yxy68.23850.35420.3333
Hunter Lab82.606612.156311.8948
CIE-Lab86.125616.70478.5511

#fdccc8 color RGB value is (253,204,200).

#fdccc8 hex color red value is 253, green value is 204 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #fdccc8 hue: 0.01 , saturation: 0.93 and the lightness value of fdccc8 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001100 11001000
Octal 375 314 310
Decimal 253 204 200
Hex FD CC C8

RGB Percentages of Color #fdccc8

%38.51
%31.05
%30.44

CMYK Percentages of Color #fdccc8

%0
%19
%21
%1

Triadic Colors of #fdccc8

#fdccc8 #c8fdcc #ccc8fd

Analogous Colors of #fdccc8

#fdccc8 #fde7c8 #fdc8df

Monochromatic Colors of #fdccc8

#fdccc8

Complementary Color

#fdccc8 #c8f9fd

#fdccc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdccc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdccc8 Color CSS Codes

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

#fdccc8 Text Font Color

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

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


#fdccc8 Background Color

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

This div background color is #fdccc8


#fdccc8 Border Color

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

This div border color is #fdccc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdccc8

Related Colors

#fdccc8 Color Palettes


Comments

No comments written yet.

Please login to write comment.