Color Hex Logo

#fcccc8 Color Hex

#FCCCC8
(252,204,200)
0 Favorites   0 Comments

Color spaces of #fcccc8

RGB 252204200
HSL0.010.900.89
HSV21°99°
CMYK 0.000.190.21   0.01
XYZ72.163168.051363.9754
Yxy68.05130.35340.3333
Hunter Lab82.493211.784411.7645
CIE-Lab86.032116.34388.4047

#fcccc8 color RGB value is (252,204,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 11001000
Octal 374 314 310
Decimal 252 204 200
Hex FC CC C8

RGB Percentages of Color #fcccc8

%38.41
%31.10
%30.49

CMYK Percentages of Color #fcccc8

%0
%19
%21
%1

Triadic Colors of #fcccc8

#fcccc8 #c8fccc #ccc8fc

Analogous Colors of #fcccc8

#fcccc8 #fce6c8 #fcc8de

Monochromatic Colors of #fcccc8

#fcccc8

Complementary Color

#fcccc8 #c8f8fc

#fcccc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcccc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcccc8 Color CSS Codes

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

#fcccc8 Text Font Color

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

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


#fcccc8 Background Color

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

This div background color is #fcccc8


#fcccc8 Border Color

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

This div border color is #fcccc8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,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 #fcccc8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcccc8


Comments

No comments written yet.

Please login to write comment.