Color Hex Logo

#fecafa Color Hex

#FECAFA
(254,202,250)
0 Favorites   0 Comments

Color spaces of #fecafa

RGB 254202250
HSL0.850.960.89
HSV305°20°100°
CMYK 0.000.200.02   0.00
XYZ79.248970.214099.8183
Yxy70.21400.31790.2817
Hunter Lab83.793822.1792-11.9728
CIE-Lab87.101726.1993-16.5267

#fecafa color RGB value is (254,202,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 11111010
Octal 376 312 372
Decimal 254 202 250
Hex FE CA FA

RGB Percentages of Color #fecafa

%35.98
%28.61
%35.41

CMYK Percentages of Color #fecafa

%0
%20
%2
%0

Triadic Colors of #fecafa

#fecafa #fafeca #cafafe

Analogous Colors of #fecafa

#fecafa #fecae0 #e8cafe

Monochromatic Colors of #fecafa

#fecafa

Complementary Color

#fecafa #cafece

#fecafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecafa Color CSS Codes

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

#fecafa Text Font Color

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

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


#fecafa Background Color

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

This div background color is #fecafa


#fecafa Border Color

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

This div border color is #fecafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecafa

Related Colors


Comments

No comments written yet.

Please login to write comment.