Color Hex Logo

#fc8fae Color Hex

#FC8FAE
(252,143,174)
0 Favorites   0 Comments

Color spaces of #fc8fae

RGB 252143174
HSL0.950.950.77
HSV343°43°99°
CMYK 0.000.430.31   0.01
XYZ57.607343.396445.3845
Yxy43.39640.39350.2964
Hunter Lab65.875940.81215.2660
CIE-Lab71.823244.59072.0209

#fc8fae color RGB value is (252,143,174).

#fc8fae hex color red value is 252, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fc8fae hue: 0.95 , saturation: 0.95 and the lightness value of fc8fae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001111 10101110
Octal 374 217 256
Decimal 252 143 174
Hex FC 8F AE

RGB Percentages of Color #fc8fae

%44.29
%25.13
%30.58

CMYK Percentages of Color #fc8fae

%0
%43
%31
%1

Triadic Colors of #fc8fae

#fc8fae #aefc8f #8faefc

Analogous Colors of #fc8fae

#fc8fae #fca78f #fc8fe5

Monochromatic Colors of #fc8fae

#fc8fae

Complementary Color

#fc8fae #8ffcdd

#fc8fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8fae Color CSS Codes

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

#fc8fae Text Font Color

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

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


#fc8fae Background Color

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

This div background color is #fc8fae


#fc8fae Border Color

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

This div border color is #fc8fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8fae

Related Colors


Comments

No comments written yet.

Please login to write comment.