Color Hex Logo

#fecddb Color Hex

#FECDDB
(254,205,219)
0 Favorites   0 Comments

Color spaces of #fecddb

RGB 254205219
HSL0.950.960.90
HSV343°19°100°
CMYK 0.000.190.14   0.00
XYZ75.490669.847976.5211
Yxy69.84790.34030.3148
Hunter Lab83.575114.97684.2168
CIE-Lab86.922219.4130-0.3637

#fecddb color RGB value is (254,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 11011011
Octal 376 315 333
Decimal 254 205 219
Hex FE CD DB

RGB Percentages of Color #fecddb

%37.46
%30.24
%32.30

CMYK Percentages of Color #fecddb

%0
%19
%14
%0

Triadic Colors of #fecddb

#fecddb #dbfecd #cddbfe

Analogous Colors of #fecddb

#fecddb #fed8cd #fecdf4

Monochromatic Colors of #fecddb

#fecddb

Complementary Color

#fecddb #cdfef0

#fecddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecddb Color CSS Codes

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

#fecddb Text Font Color

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

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


#fecddb Background Color

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

This div background color is #fecddb


#fecddb Border Color

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

This div border color is #fecddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,205,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 #fecddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecddb

#fecddb Color Palettes


Comments

No comments written yet.

Please login to write comment.