Color Hex Logo

#fecaf6 Color Hex

#FECAF6
(254,202,246)
0 Favorites   0 Comments

Color spaces of #fecaf6

RGB 254202246
HSL0.860.960.89
HSV309°20°100°
CMYK 0.000.200.03   0.00
XYZ78.628169.965796.5494
Yxy69.96570.32070.2854
Hunter Lab83.645521.4132-9.8848
CIE-Lab86.980025.4917-14.5921

#fecaf6 color RGB value is (254,202,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 11110110
Octal 376 312 366
Decimal 254 202 246
Hex FE CA F6

RGB Percentages of Color #fecaf6

%36.18
%28.77
%35.04

CMYK Percentages of Color #fecaf6

%0
%20
%3
%0

Triadic Colors of #fecaf6

#fecaf6 #f6feca #caf6fe

Analogous Colors of #fecaf6

#fecaf6 #fecadc #eccafe

Monochromatic Colors of #fecaf6

#fecaf6

Complementary Color

#fecaf6 #cafed2

#fecaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecaf6 Color CSS Codes

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

#fecaf6 Text Font Color

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

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


#fecaf6 Background Color

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

This div background color is #fecaf6


#fecaf6 Border Color

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

This div border color is #fecaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecaf6


Comments

No comments written yet.

Please login to write comment.