Color Hex Logo

#fcdae2 Color Hex

#FCDAE2
(252,218,226)
0 Favorites   0 Comments

Color spaces of #fcdae2

RGB 252218226
HSL0.960.850.92
HSV346°13°99°
CMYK 0.000.130.10   0.01
XYZ78.943876.329282.5237
Yxy76.32920.33200.3210
Hunter Lab87.36668.39985.1532
CIE-Lab90.012013.05040.4305

#fcdae2 color RGB value is (252,218,226).

#fcdae2 hex color red value is 252, green value is 218 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #fcdae2 hue: 0.96 , saturation: 0.85 and the lightness value of fcdae2 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 11100010
Octal 374 332 342
Decimal 252 218 226
Hex FC DA E2

RGB Percentages of Color #fcdae2

%36.21
%31.32
%32.47

CMYK Percentages of Color #fcdae2

%0
%13
%10
%1

Triadic Colors of #fcdae2

#fcdae2 #e2fcda #dae2fc

Analogous Colors of #fcdae2

#fcdae2 #fce3da #fcdaf3

Monochromatic Colors of #fcdae2

#fcdae2

Complementary Color

#fcdae2 #dafcf4

#fcdae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdae2 Color CSS Codes

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

#fcdae2 Text Font Color

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

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


#fcdae2 Background Color

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

This div background color is #fcdae2


#fcdae2 Border Color

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

This div border color is #fcdae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdae2


Comments

No comments written yet.

Please login to write comment.