Color Hex Logo

#fecaf1 Color Hex

#FECAF1
(254,202,241)
0 Favorites   0 Comments

Color spaces of #fecaf1

RGB 254202241
HSL0.880.960.89
HSV315°20°100°
CMYK 0.000.200.05   0.00
XYZ77.870869.662892.5611
Yxy69.66280.32430.2901
Hunter Lab83.464220.4752-7.3271
CIE-Lab86.831224.6215-12.1656

#fecaf1 color RGB value is (254,202,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 11110001
Octal 376 312 361
Decimal 254 202 241
Hex FE CA F1

RGB Percentages of Color #fecaf1

%36.44
%28.98
%34.58

CMYK Percentages of Color #fecaf1

%0
%20
%5
%0

Triadic Colors of #fecaf1

#fecaf1 #f1feca #caf1fe

Analogous Colors of #fecaf1

#fecaf1 #fecad7 #f1cafe

Monochromatic Colors of #fecaf1

#fecaf1

Complementary Color

#fecaf1 #cafed7

#fecaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecaf1 Color CSS Codes

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

#fecaf1 Text Font Color

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

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


#fecaf1 Background Color

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

This div background color is #fecaf1


#fecaf1 Border Color

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

This div border color is #fecaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecaf1

Related Colors


Comments

No comments written yet.

Please login to write comment.