Color Hex Logo

#fcabeb Color Hex

#FCABEB
(252,171,235)
0 Favorites   0 Comments

Color spaces of #fcabeb

RGB 252171235
HSL0.870.930.83
HSV313°32°99°
CMYK 0.000.320.07   0.01
XYZ69.703255.819485.6977
Yxy55.81940.33000.2643
Hunter Lab74.712435.7856-15.7090
CIE-Lab79.510939.2093-19.9832

#fcabeb color RGB value is (252,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11101011
Octal 374 253 353
Decimal 252 171 235
Hex FC AB EB

RGB Percentages of Color #fcabeb

%38.30
%25.99
%35.71

CMYK Percentages of Color #fcabeb

%0
%32
%7
%1

Triadic Colors of #fcabeb

#fcabeb #ebfcab #abebfc

Analogous Colors of #fcabeb

#fcabeb #fcabc3 #e5abfc

Monochromatic Colors of #fcabeb

#fcabeb

Complementary Color

#fcabeb #abfcbc

#fcabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabeb Color CSS Codes

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

#fcabeb Text Font Color

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

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


#fcabeb Background Color

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

This div background color is #fcabeb


#fcabeb Border Color

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

This div border color is #fcabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabeb

Related Colors


Comments

No comments written yet.

Please login to write comment.