Color Hex Logo

#fcaafe Color Hex

#FCAAFE
(252,170,254)
0 Favorites   0 Comments

Color spaces of #fcaafe

RGB 252170254
HSL0.830.980.83
HSV299°33°100°
CMYK 0.010.330.00   0.00
XYZ72.409056.6007100.8746
Yxy56.60070.31500.2462
Hunter Lab75.233440.1402-26.8339
CIE-Lab79.954543.0579-29.5325

#fcaafe color RGB value is (252,170,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11111110
Octal 374 252 376
Decimal 252 170 254
Hex FC AA FE

RGB Percentages of Color #fcaafe

%37.28
%25.15
%37.57

CMYK Percentages of Color #fcaafe

%1
%33
%0
%0

Triadic Colors of #fcaafe

#fcaafe #fefcaa #aafefc

Analogous Colors of #fcaafe

#fcaafe #feaad6 #d2aafe

Monochromatic Colors of #fcaafe

#fcaafe

Complementary Color

#fcaafe #acfeaa

#fcaafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaafe Color CSS Codes

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

#fcaafe Text Font Color

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

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


#fcaafe Background Color

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

This div background color is #fcaafe


#fcaafe Border Color

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

This div border color is #fcaafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaafe


Comments

No comments written yet.

Please login to write comment.