Color Hex Logo

#fecefd Color Hex

#FECEFD
(254,206,253)
0 Favorites   0 Comments

Color spaces of #fecefd

RGB 254206253
HSL0.840.960.90
HSV301°19°100°
CMYK 0.000.190.00   0.00
XYZ80.674072.3053102.6328
Yxy72.30530.31560.2829
Hunter Lab85.032520.5437-12.0392
CIE-Lab88.115324.6344-16.5883

#fecefd color RGB value is (254,206,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 11111101
Octal 376 316 375
Decimal 254 206 253
Hex FE CE FD

RGB Percentages of Color #fecefd

%35.62
%28.89
%35.48

CMYK Percentages of Color #fecefd

%0
%19
%0
%0

Triadic Colors of #fecefd

#fecefd #fdfece #cefdfe

Analogous Colors of #fecefd

#fecefd #fecee5 #e7cefe

Monochromatic Colors of #fecefd

#fecefd

Complementary Color

#fecefd #cefecf

#fecefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecefd Color CSS Codes

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

#fecefd Text Font Color

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

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


#fecefd Background Color

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

This div background color is #fecefd


#fecefd Border Color

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

This div border color is #fecefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecefd

Related Colors


Comments

No comments written yet.

Please login to write comment.