Color Hex Logo

#fcaaff Color Hex

#FCAAFF
(252,170,255)
0 Favorites   0 Comments

Color spaces of #fcaaff

RGB 252170255
HSL0.831.000.83
HSV298°33°100°
CMYK 0.010.330.00   0.00
XYZ72.569656.6649101.7203
Yxy56.66490.31420.2454
Hunter Lab75.276140.3490-27.4251
CIE-Lab79.990743.2390-30.0133

#fcaaff color RGB value is (252,170,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11111111
Octal 374 252 377
Decimal 252 170 255
Hex FC AA FF

RGB Percentages of Color #fcaaff

%37.22
%25.11
%37.67

CMYK Percentages of Color #fcaaff

%1
%33
%0
%0

Triadic Colors of #fcaaff

#fcaaff #fffcaa #aafffc

Analogous Colors of #fcaaff

#fcaaff #ffaad8 #d2aaff

Monochromatic Colors of #fcaaff

#fcaaff

Complementary Color

#fcaaff #adffaa

#fcaaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaaff Color CSS Codes

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

#fcaaff Text Font Color

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

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


#fcaaff Background Color

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

This div background color is #fcaaff


#fcaaff Border Color

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

This div border color is #fcaaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaaff

Related Colors


Comments

No comments written yet.

Please login to write comment.