Color Hex Logo

#fca9ee Color Hex

#FCA9EE
(252,169,238)
0 Favorites   0 Comments

Color spaces of #fca9ee

RGB 252169238
HSL0.860.930.83
HSV310°33°99°
CMYK 0.000.330.06   0.01
XYZ69.765555.244487.8751
Yxy55.24440.32770.2595
Hunter Lab74.326637.4748-18.0690
CIE-Lab79.181840.7621-22.1015

#fca9ee color RGB value is (252,169,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 11101110
Octal 374 251 356
Decimal 252 169 238
Hex FC A9 EE

RGB Percentages of Color #fca9ee

%38.24
%25.64
%36.12

CMYK Percentages of Color #fca9ee

%0
%33
%6
%1

Triadic Colors of #fca9ee

#fca9ee #eefca9 #a9eefc

Analogous Colors of #fca9ee

#fca9ee #fca9c5 #e1a9fc

Monochromatic Colors of #fca9ee

#fca9ee

Complementary Color

#fca9ee #a9fcb7

#fca9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca9ee Color CSS Codes

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

#fca9ee Text Font Color

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

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


#fca9ee Background Color

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

This div background color is #fca9ee


#fca9ee Border Color

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

This div border color is #fca9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca9ee


Comments

No comments written yet.

Please login to write comment.