Color Hex Logo

#fca7ed Color Hex

#FCA7ED
(252,167,237)
0 Favorites   0 Comments

Color spaces of #fca7ed

RGB 252167237
HSL0.860.930.82
HSV311°34°99°
CMYK 0.000.340.06   0.01
XYZ69.249754.447386.9803
Yxy54.44730.32870.2584
Hunter Lab73.788438.3908-18.2380
CIE-Lab78.721841.6306-22.2604

#fca7ed color RGB value is (252,167,237).

#fca7ed hex color red value is 252, green value is 167 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fca7ed hue: 0.86 , saturation: 0.93 and the lightness value of fca7ed is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100111 11101101
Octal 374 247 355
Decimal 252 167 237
Hex FC A7 ED

RGB Percentages of Color #fca7ed

%38.41
%25.46
%36.13

CMYK Percentages of Color #fca7ed

%0
%34
%6
%1

Triadic Colors of #fca7ed

#fca7ed #edfca7 #a7edfc

Analogous Colors of #fca7ed

#fca7ed #fca7c3 #e1a7fc

Monochromatic Colors of #fca7ed

#fca7ed

Complementary Color

#fca7ed #a7fcb6

#fca7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca7ed Color CSS Codes

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

#fca7ed Text Font Color

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

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


#fca7ed Background Color

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

This div background color is #fca7ed


#fca7ed Border Color

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

This div border color is #fca7ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca7ed

Related Colors


Comments

No comments written yet.

Please login to write comment.