Color Hex Logo

#fcaaef Color Hex

#FCAAEF
(252,170,239)
0 Favorites   0 Comments

Color spaces of #fcaaef

RGB 252170239
HSL0.860.930.83
HSV310°33°99°
CMYK 0.000.330.05   0.01
XYZ70.099655.676988.7134
Yxy55.67690.32680.2596
Hunter Lab74.617037.1138-18.2590
CIE-Lab79.429640.4131-22.2646

#fcaaef color RGB value is (252,170,239).

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

The process color (four color CMYK) of #fcaaef color hex is 0.00, 0.33, 0.05, 0.01. Web safe color of #fcaaef is #ff99ff. Color #fcaaef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11101111
Octal 374 252 357
Decimal 252 170 239
Hex FC AA EF

RGB Percentages of Color #fcaaef

%38.12
%25.72
%36.16

CMYK Percentages of Color #fcaaef

%0
%33
%5
%1

Triadic Colors of #fcaaef

#fcaaef #effcaa #aaeffc

Analogous Colors of #fcaaef

#fcaaef #fcaac6 #e0aafc

Monochromatic Colors of #fcaaef

#fcaaef

Complementary Color

#fcaaef #aafcb7

#fcaaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaaef Color CSS Codes

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

#fcaaef Text Font Color

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

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


#fcaaef Background Color

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

This div background color is #fcaaef


#fcaaef Border Color

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

This div border color is #fcaaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaaef


Comments

No comments written yet.

Please login to write comment.