Color Hex Logo

#fccac6 Color Hex

#FCCAC6
(252,202,198)
0 Favorites   0 Comments

Color spaces of #fccac6

RGB 252202198
HSL0.010.900.88
HSV21°99°
CMYK 0.000.200.21   0.01
XYZ71.458567.013762.5948
Yxy67.01370.35540.3333
Hunter Lab81.861912.557111.9679
CIE-Lab85.510917.10108.7198

#fccac6 color RGB value is (252,202,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 11000110
Octal 374 312 306
Decimal 252 202 198
Hex FC CA C6

RGB Percentages of Color #fccac6

%38.65
%30.98
%30.37

CMYK Percentages of Color #fccac6

%0
%20
%21
%1

Triadic Colors of #fccac6

#fccac6 #c6fcca #cac6fc

Analogous Colors of #fccac6

#fccac6 #fce5c6 #fcc6dd

Monochromatic Colors of #fccac6

#fccac6

Complementary Color

#fccac6 #c6f8fc

#fccac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccac6 Color CSS Codes

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

#fccac6 Text Font Color

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

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


#fccac6 Background Color

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

This div background color is #fccac6


#fccac6 Border Color

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

This div border color is #fccac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccac6


Comments

No comments written yet.

Please login to write comment.