Color Hex Logo

#fca8ef Color Hex

#FCA8EF
(252,168,239)
0 Favorites   0 Comments

Color spaces of #fca8ef

RGB 252168239
HSL0.860.930.82
HSV309°33°99°
CMYK 0.000.330.05   0.01
XYZ69.727554.932788.5894
Yxy54.93270.32700.2576
Hunter Lab74.116638.2254-18.9860
CIE-Lab79.002541.4532-22.9139

#fca8ef color RGB value is (252,168,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 11101111
Octal 374 250 357
Decimal 252 168 239
Hex FC A8 EF

RGB Percentages of Color #fca8ef

%38.24
%25.49
%36.27

CMYK Percentages of Color #fca8ef

%0
%33
%5
%1

Triadic Colors of #fca8ef

#fca8ef #effca8 #a8effc

Analogous Colors of #fca8ef

#fca8ef #fca8c5 #dfa8fc

Monochromatic Colors of #fca8ef

#fca8ef

Complementary Color

#fca8ef #a8fcb5

#fca8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca8ef Color CSS Codes

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

#fca8ef Text Font Color

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

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


#fca8ef Background Color

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

This div background color is #fca8ef


#fca8ef Border Color

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

This div border color is #fca8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca8ef

Related Colors


Comments

No comments written yet.

Please login to write comment.