Color Hex Logo

#fecbdb Color Hex

#FECBDB
(254,203,219)
0 Favorites   0 Comments

Color spaces of #fecbdb

RGB 254203219
HSL0.950.960.90
HSV341°20°100°
CMYK 0.000.200.14   0.00
XYZ75.015268.897276.3626
Yxy68.89720.34060.3128
Hunter Lab83.004316.06183.5572
CIE-Lab86.453120.4609-1.0496

#fecbdb color RGB value is (254,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 11011011
Octal 376 313 333
Decimal 254 203 219
Hex FE CB DB

RGB Percentages of Color #fecbdb

%37.57
%30.03
%32.40

CMYK Percentages of Color #fecbdb

%0
%20
%14
%0

Triadic Colors of #fecbdb

#fecbdb #dbfecb #cbdbfe

Analogous Colors of #fecbdb

#fecbdb #fed5cb #fecbf5

Monochromatic Colors of #fecbdb

#fecbdb

Complementary Color

#fecbdb #cbfeee

#fecbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecbdb Color CSS Codes

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

#fecbdb Text Font Color

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

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


#fecbdb Background Color

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

This div background color is #fecbdb


#fecbdb Border Color

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

This div border color is #fecbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecbdb


Comments

No comments written yet.

Please login to write comment.