Color Hex Logo

#fc8aad Color Hex

#FC8AAD
(252,138,173)
0 Favorites   0 Comments

Color spaces of #fc8aad

RGB 252138173
HSL0.950.950.76
HSV342°45°99°
CMYK 0.000.450.31   0.01
XYZ56.776241.889544.6282
Yxy41.88950.39620.2923
Hunter Lab64.722143.32204.4229
CIE-Lab70.794746.97931.0821

#fc8aad color RGB value is (252,138,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001010 10101101
Octal 374 212 255
Decimal 252 138 173
Hex FC 8A AD

RGB Percentages of Color #fc8aad

%44.76
%24.51
%30.73

CMYK Percentages of Color #fc8aad

%0
%45
%31
%1

Triadic Colors of #fc8aad

#fc8aad #adfc8a #8aadfc

Analogous Colors of #fc8aad

#fc8aad #fca08a #fc8ae6

Monochromatic Colors of #fc8aad

#fc8aad

Complementary Color

#fc8aad #8afcd9

#fc8aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8aad Color CSS Codes

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

#fc8aad Text Font Color

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

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


#fc8aad Background Color

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

This div background color is #fc8aad


#fc8aad Border Color

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

This div border color is #fc8aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8aad


Comments

No comments written yet.

Please login to write comment.