Color Hex Logo

#fcaaeb Color Hex

#FCAAEB
(252,170,235)
0 Favorites   0 Comments

Color spaces of #fcaaeb

RGB 252170235
HSL0.870.930.83
HSV312°33°99°
CMYK 0.000.330.07   0.01
XYZ69.515055.443185.6350
Yxy55.44310.33010.2633
Hunter Lab74.460136.3401-16.0661
CIE-Lab79.295839.7303-20.3091

#fcaaeb color RGB value is (252,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11101011
Octal 374 252 353
Decimal 252 170 235
Hex FC AA EB

RGB Percentages of Color #fcaaeb

%38.36
%25.88
%35.77

CMYK Percentages of Color #fcaaeb

%0
%33
%7
%1

Triadic Colors of #fcaaeb

#fcaaeb #ebfcaa #aaebfc

Analogous Colors of #fcaaeb

#fcaaeb #fcaac2 #e4aafc

Monochromatic Colors of #fcaaeb

#fcaaeb

Complementary Color

#fcaaeb #aafcbb

#fcaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaaeb Color CSS Codes

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

#fcaaeb Text Font Color

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

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


#fcaaeb Background Color

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

This div background color is #fcaaeb


#fcaaeb Border Color

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

This div border color is #fcaaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaaeb


Comments

No comments written yet.

Please login to write comment.