Color Hex Logo

#fcaeff Color Hex

#FCAEFF
(252,174,255)
0 Favorites   0 Comments

Color spaces of #fcaeff

RGB 252174255
HSL0.831.000.84
HSV298°32°100°
CMYK 0.010.320.00   0.00
XYZ73.330958.1876101.9741
Yxy58.18760.31410.2492
Hunter Lab76.280838.1057-25.8638
CIE-Lab80.843041.1580-28.7064

#fcaeff color RGB value is (252,174,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11111111
Octal 374 256 377
Decimal 252 174 255
Hex FC AE FF

RGB Percentages of Color #fcaeff

%37.00
%25.55
%37.44

CMYK Percentages of Color #fcaeff

%1
%32
%0
%0

Triadic Colors of #fcaeff

#fcaeff #fffcae #aefffc

Analogous Colors of #fcaeff

#fcaeff #ffaeda #d4aeff

Monochromatic Colors of #fcaeff

#fcaeff

Complementary Color

#fcaeff #b1ffae

#fcaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaeff Color CSS Codes

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

#fcaeff Text Font Color

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

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


#fcaeff Background Color

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

This div background color is #fcaeff


#fcaeff Border Color

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

This div border color is #fcaeff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,174,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 #fcaeff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaeff

Related Colors


Comments

No comments written yet.

Please login to write comment.