Color Hex Logo

#fecae9 Color Hex

#FECAE9
(254,202,233)
0 Favorites   0 Comments

Color spaces of #fecae9

RGB 254202233
HSL0.900.960.89
HSV324°20°100°
CMYK 0.000.200.08   0.00
XYZ76.701669.195186.4042
Yxy69.19510.33020.2979
Hunter Lab83.183619.0193-3.3570
CIE-Lab86.600623.2622-8.2658

#fecae9 color RGB value is (254,202,233).

#fecae9 hex color red value is 254, green value is 202 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #fecae9 hue: 0.90 , saturation: 0.96 and the lightness value of fecae9 is 0.89.

The process color (four color CMYK) of #fecae9 color hex is 0.00, 0.20, 0.08, 0.00. Web safe color of #fecae9 is #ffccff. Color #fecae9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 11101001
Octal 376 312 351
Decimal 254 202 233
Hex FE CA E9

RGB Percentages of Color #fecae9

%36.87
%29.32
%33.82

CMYK Percentages of Color #fecae9

%0
%20
%8
%0

Triadic Colors of #fecae9

#fecae9 #e9feca #cae9fe

Analogous Colors of #fecae9

#fecae9 #fecacf #f9cafe

Monochromatic Colors of #fecae9

#fecae9

Complementary Color

#fecae9 #cafedf

#fecae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecae9 Color CSS Codes

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

#fecae9 Text Font Color

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

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


#fecae9 Background Color

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

This div background color is #fecae9


#fecae9 Border Color

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

This div border color is #fecae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecae9

Related Colors

#fecae9 Color Palettes


Comments

No comments written yet.

Please login to write comment.