Color Hex Logo

#fecaea Color Hex

#FECAEA
(254,202,234)
0 Favorites   0 Comments

Color spaces of #fecaea

RGB 254202234
HSL0.900.960.89
HSV323°20°100°
CMYK 0.000.200.08   0.00
XYZ76.844969.252487.1588
Yxy69.25240.32940.2969
Hunter Lab83.218019.1983-3.8450
CIE-Lab86.628923.4299-8.7544

#fecaea color RGB value is (254,202,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 11101010
Octal 376 312 352
Decimal 254 202 234
Hex FE CA EA

RGB Percentages of Color #fecaea

%36.81
%29.28
%33.91

CMYK Percentages of Color #fecaea

%0
%20
%8
%0

Triadic Colors of #fecaea

#fecaea #eafeca #caeafe

Analogous Colors of #fecaea

#fecaea #fecad0 #f8cafe

Monochromatic Colors of #fecaea

#fecaea

Complementary Color

#fecaea #cafede

#fecaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecaea Color CSS Codes

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

#fecaea Text Font Color

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

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


#fecaea Background Color

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

This div background color is #fecaea


#fecaea Border Color

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

This div border color is #fecaea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,202,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecaea

Related Colors


Comments

No comments written yet.

Please login to write comment.