Color Hex Logo

#fcaced Color Hex

#FCACED
(252,172,237)
0 Favorites   0 Comments

Color spaces of #fcaced

RGB 252172237
HSL0.860.930.83
HSV311°32°99°
CMYK 0.000.320.06   0.01
XYZ70.183556.314987.2916
Yxy56.31490.32830.2634
Hunter Lab75.043335.6148-16.4369
CIE-Lab79.792739.0280-20.6352

#fcaced color RGB value is (252,172,237).

#fcaced hex color red value is 252, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fcaced hue: 0.86 , saturation: 0.93 and the lightness value of fcaced is 0.83.

The process color (four color CMYK) of #fcaced color hex is 0.00, 0.32, 0.06, 0.01. Web safe color of #fcaced is #ff99ff. Color #fcaced contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 11101101
Octal 374 254 355
Decimal 252 172 237
Hex FC AC ED

RGB Percentages of Color #fcaced

%38.12
%26.02
%35.85

CMYK Percentages of Color #fcaced

%0
%32
%6
%1

Triadic Colors of #fcaced

#fcaced #edfcac #acedfc

Analogous Colors of #fcaced

#fcaced #fcacc5 #e3acfc

Monochromatic Colors of #fcaced

#fcaced

Complementary Color

#fcaced #acfcbb

#fcaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaced Color CSS Codes

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

#fcaced Text Font Color

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

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


#fcaced Background Color

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

This div background color is #fcaced


#fcaced Border Color

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

This div border color is #fcaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaced

Related Colors


Comments

No comments written yet.

Please login to write comment.