Color Hex Logo

#fecef5 Color Hex

#FECEF5
(254,206,245)
0 Favorites   0 Comments

Color spaces of #fecef5

RGB 254206245
HSL0.860.960.90
HSV311°19°100°
CMYK 0.000.190.04   0.00
XYZ79.425871.806096.0600
Yxy71.80600.32120.2904
Hunter Lab84.738419.0168-7.8946
CIE-Lab87.875123.2156-12.7236

#fecef5 color RGB value is (254,206,245).

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

The process color (four color CMYK) of #fecef5 color hex is 0.00, 0.19, 0.04, 0.00. Web safe color of #fecef5 is #ffccff. Color #fecef5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 11110101
Octal 376 316 365
Decimal 254 206 245
Hex FE CE F5

RGB Percentages of Color #fecef5

%36.03
%29.22
%34.75

CMYK Percentages of Color #fecef5

%0
%19
%4
%0

Triadic Colors of #fecef5

#fecef5 #f5fece #cef5fe

Analogous Colors of #fecef5

#fecef5 #fecedd #efcefe

Monochromatic Colors of #fecef5

#fecef5

Complementary Color

#fecef5 #cefed7

#fecef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecef5 Color CSS Codes

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

#fecef5 Text Font Color

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

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


#fecef5 Background Color

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

This div background color is #fecef5


#fecef5 Border Color

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

This div border color is #fecef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecef5

Related Colors


Comments

No comments written yet.

Please login to write comment.