Color Hex Logo

#fcabe9 Color Hex

#FCABE9
(252,171,233)
0 Favorites   0 Comments

Color spaces of #fcabe9

RGB 252171233
HSL0.870.930.83
HSV314°32°99°
CMYK 0.000.320.08   0.01
XYZ69.415855.704584.1842
Yxy55.70450.33160.2661
Hunter Lab74.635435.4045-14.6307
CIE-Lab79.445338.8714-19.0028

#fcabe9 color RGB value is (252,171,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11101001
Octal 374 253 351
Decimal 252 171 233
Hex FC AB E9

RGB Percentages of Color #fcabe9

%38.41
%26.07
%35.52

CMYK Percentages of Color #fcabe9

%0
%32
%8
%1

Triadic Colors of #fcabe9

#fcabe9 #e9fcab #abe9fc

Analogous Colors of #fcabe9

#fcabe9 #fcabc1 #e7abfc

Monochromatic Colors of #fcabe9

#fcabe9

Complementary Color

#fcabe9 #abfcbe

#fcabe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabe9 Color CSS Codes

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

#fcabe9 Text Font Color

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

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


#fcabe9 Background Color

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

This div background color is #fcabe9


#fcabe9 Border Color

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

This div border color is #fcabe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabe9


Comments

No comments written yet.

Please login to write comment.