Color Hex Logo

#fcacee Color Hex

#FCACEE
(252,172,238)
0 Favorites   0 Comments

Color spaces of #fcacee

RGB 252172238
HSL0.860.930.83
HSV311°32°99°
CMYK 0.000.320.06   0.01
XYZ70.330056.373588.0633
Yxy56.37350.32750.2625
Hunter Lab75.082335.8079-16.9831
CIE-Lab79.825939.1991-21.1238

#fcacee color RGB value is (252,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 11101110
Octal 374 254 356
Decimal 252 172 238
Hex FC AC EE

RGB Percentages of Color #fcacee

%38.07
%25.98
%35.95

CMYK Percentages of Color #fcacee

%0
%32
%6
%1

Triadic Colors of #fcacee

#fcacee #eefcac #aceefc

Analogous Colors of #fcacee

#fcacee #fcacc6 #e2acfc

Monochromatic Colors of #fcacee

#fcacee

Complementary Color

#fcacee #acfcba

#fcacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacee Color CSS Codes

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

#fcacee Text Font Color

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

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


#fcacee Background Color

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

This div background color is #fcacee


#fcacee Border Color

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

This div border color is #fcacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacee

Related Colors


Comments

No comments written yet.

Please login to write comment.