Color Hex Logo

#fcaefc Color Hex

#FCAEFC
(252,174,252)
0 Favorites   0 Comments

Color spaces of #fcaefc

RGB 252174252
HSL0.830.930.84
HSV300°31°99°
CMYK 0.000.310.00   0.01
XYZ72.851657.995899.4501
Yxy57.99580.31630.2518
Hunter Lab76.155037.4860-24.1178
CIE-Lab80.736540.6159-27.2621

#fcaefc color RGB value is (252,174,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11111100
Octal 374 256 374
Decimal 252 174 252
Hex FC AE FC

RGB Percentages of Color #fcaefc

%37.17
%25.66
%37.17

CMYK Percentages of Color #fcaefc

%0
%31
%0
%1

Triadic Colors of #fcaefc

#fcaefc #fcfcae #aefcfc

Analogous Colors of #fcaefc

#fcaefc #fcaed5 #d5aefc

Monochromatic Colors of #fcaefc

#fcaefc

Complementary Color

#fcaefc #aefcae

#fcaefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaefc Color CSS Codes

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

#fcaefc Text Font Color

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

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


#fcaefc Background Color

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

This div background color is #fcaefc


#fcaefc Border Color

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

This div border color is #fcaefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaefc


Comments

No comments written yet.

Please login to write comment.