Color Hex Logo

#fcaceb Color Hex

#FCACEB
(252,172,235)
0 Favorites   0 Comments

Color spaces of #fcaceb

RGB 252172235
HSL0.870.930.83
HSV313°32°99°
CMYK 0.000.320.07   0.01
XYZ69.892856.198785.7609
Yxy56.19870.32990.2653
Hunter Lab74.965835.2306-15.3517
CIE-Lab79.726838.6874-19.6565

#fcaceb color RGB value is (252,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 11101011
Octal 374 254 353
Decimal 252 172 235
Hex FC AC EB

RGB Percentages of Color #fcaceb

%38.24
%26.10
%35.66

CMYK Percentages of Color #fcaceb

%0
%32
%7
%1

Triadic Colors of #fcaceb

#fcaceb #ebfcac #acebfc

Analogous Colors of #fcaceb

#fcaceb #fcacc3 #e5acfc

Monochromatic Colors of #fcaceb

#fcaceb

Complementary Color

#fcaceb #acfcbd

#fcaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaceb Color CSS Codes

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

#fcaceb Text Font Color

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

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


#fcaceb Background Color

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

This div background color is #fcaceb


#fcaceb Border Color

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

This div border color is #fcaceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,172,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 #fcaceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaceb


Comments

No comments written yet.

Please login to write comment.