Color Hex Logo

#fcdac6 Color Hex

#FCDAC6
(252,218,198)
0 Favorites   0 Comments

Color spaces of #fcdac6

RGB 252218198
HSL0.060.900.88
HSV22°21°99°
CMYK 0.000.130.21   0.01
XYZ75.409374.915563.9117
Yxy74.91550.35200.3497
Hunter Lab86.55374.047716.8076
CIE-Lab89.35348.767414.1867

#fcdac6 color RGB value is (252,218,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 11000110
Octal 374 332 306
Decimal 252 218 198
Hex FC DA C6

RGB Percentages of Color #fcdac6

%37.72
%32.63
%29.64

CMYK Percentages of Color #fcdac6

%0
%13
%21
%1

Triadic Colors of #fcdac6

#fcdac6 #c6fcda #dac6fc

Analogous Colors of #fcdac6

#fcdac6 #fcf5c6 #fcc6cd

Monochromatic Colors of #fcdac6

#fcdac6

Complementary Color

#fcdac6 #c6e8fc

#fcdac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdac6 Color CSS Codes

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

#fcdac6 Text Font Color

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

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


#fcdac6 Background Color

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

This div background color is #fcdac6


#fcdac6 Border Color

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

This div border color is #fcdac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdac6

Related Colors


Comments

No comments written yet.

Please login to write comment.