Color Hex Logo

#fecedb Color Hex

#FECEDB
(254,206,219)
0 Favorites   0 Comments

Color spaces of #fecedb

RGB 254206219
HSL0.950.960.90
HSV344°19°100°
CMYK 0.000.190.14   0.00
XYZ75.730570.327976.6010
Yxy70.32790.34010.3159
Hunter Lab83.861714.43464.5465
CIE-Lab87.157418.8890-0.0200

#fecedb color RGB value is (254,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 11011011
Octal 376 316 333
Decimal 254 206 219
Hex FE CE DB

RGB Percentages of Color #fecedb

%37.41
%30.34
%32.25

CMYK Percentages of Color #fecedb

%0
%19
%14
%0

Triadic Colors of #fecedb

#fecedb #dbfece #cedbfe

Analogous Colors of #fecedb

#fecedb #fed9ce #fecef3

Monochromatic Colors of #fecedb

#fecedb

Complementary Color

#fecedb #cefef1

#fecedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecedb Color CSS Codes

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

#fecedb Text Font Color

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

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


#fecedb Background Color

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

This div background color is #fecedb


#fecedb Border Color

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

This div border color is #fecedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecedb


Comments

No comments written yet.

Please login to write comment.