Color Hex Logo

#fecef3 Color Hex

#FECEF3
(254,206,243)
0 Favorites   0 Comments

Color spaces of #fecef3

RGB 254206243
HSL0.870.960.90
HSV314°19°100°
CMYK 0.000.190.04   0.00
XYZ79.122071.684594.4603
Yxy71.68450.32260.2923
Hunter Lab84.666718.6436-6.8815
CIE-Lab87.816522.8670-11.7539

#fecef3 color RGB value is (254,206,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 11110011
Octal 376 316 363
Decimal 254 206 243
Hex FE CE F3

RGB Percentages of Color #fecef3

%36.13
%29.30
%34.57

CMYK Percentages of Color #fecef3

%0
%19
%4
%0

Triadic Colors of #fecef3

#fecef3 #f3fece #cef3fe

Analogous Colors of #fecef3

#fecef3 #fecedb #f1cefe

Monochromatic Colors of #fecef3

#fecef3

Complementary Color

#fecef3 #cefed9

#fecef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecef3 Color CSS Codes

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

#fecef3 Text Font Color

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

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


#fecef3 Background Color

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

This div background color is #fecef3


#fecef3 Border Color

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

This div border color is #fecef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecef3


Comments

No comments written yet.

Please login to write comment.