Color Hex Logo

#fcabea Color Hex

#FCABEA
(252,171,234)
0 Favorites   0 Comments

Color spaces of #fcabea

RGB 252171234
HSL0.870.930.83
HSV313°32°99°
CMYK 0.000.320.07   0.01
XYZ69.559155.761884.9388
Yxy55.76180.33080.2652
Hunter Lab74.673835.5946-15.1686
CIE-Lab79.478139.0400-19.4932

#fcabea color RGB value is (252,171,234).

#fcabea hex color red value is 252, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fcabea hue: 0.87 , saturation: 0.93 and the lightness value of fcabea is 0.83.

The process color (four color CMYK) of #fcabea color hex is 0.00, 0.32, 0.07, 0.01. Web safe color of #fcabea is #ff99ff. Color #fcabea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11101010
Octal 374 253 352
Decimal 252 171 234
Hex FC AB EA

RGB Percentages of Color #fcabea

%38.36
%26.03
%35.62

CMYK Percentages of Color #fcabea

%0
%32
%7
%1

Triadic Colors of #fcabea

#fcabea #eafcab #abeafc

Analogous Colors of #fcabea

#fcabea #fcabc2 #e6abfc

Monochromatic Colors of #fcabea

#fcabea

Complementary Color

#fcabea #abfcbd

#fcabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabea Color CSS Codes

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

#fcabea Text Font Color

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

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


#fcabea Background Color

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

This div background color is #fcabea


#fcabea Border Color

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

This div border color is #fcabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabea

Related Colors


Comments

No comments written yet.

Please login to write comment.