Color Hex Logo

#fc8aee Color Hex

#FC8AEE
(252,138,238)
0 Favorites   0 Comments

Color spaces of #fc8aee

RGB 252138238
HSL0.850.950.76
HSV307°45°99°
CMYK 0.000.450.06   0.01
XYZ64.666045.045586.1753
Yxy45.04550.33010.2300
Hunter Lab67.115954.5313-29.1458
CIE-Lab72.921856.4763-31.6861

#fc8aee color RGB value is (252,138,238).

#fc8aee hex color red value is 252, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fc8aee hue: 0.85 , saturation: 0.95 and the lightness value of fc8aee is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001010 11101110
Octal 374 212 356
Decimal 252 138 238
Hex FC 8A EE

RGB Percentages of Color #fc8aee

%40.13
%21.97
%37.90

CMYK Percentages of Color #fc8aee

%0
%45
%6
%1

Triadic Colors of #fc8aee

#fc8aee #eefc8a #8aeefc

Analogous Colors of #fc8aee

#fc8aee #fc8ab5 #d18afc

Monochromatic Colors of #fc8aee

#fc8aee

Complementary Color

#fc8aee #8afc98

#fc8aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8aee Color CSS Codes

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

#fc8aee Text Font Color

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

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


#fc8aee Background Color

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

This div background color is #fc8aee


#fc8aee Border Color

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

This div border color is #fc8aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8aee

Related Colors


Comments

No comments written yet.

Please login to write comment.