Color Hex Logo

#fecbdc Color Hex

#FECBDC
(254,203,220)
0 Favorites   0 Comments

Color spaces of #fecbdc

RGB 254203220
HSL0.940.960.90
HSV340°20°100°
CMYK 0.000.200.13   0.00
XYZ75.147368.950077.0581
Yxy68.95000.33980.3118
Hunter Lab83.036116.22843.1038
CIE-Lab86.479320.6192-1.5424

#fecbdc color RGB value is (254,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 11011100
Octal 376 313 334
Decimal 254 203 220
Hex FE CB DC

RGB Percentages of Color #fecbdc

%37.52
%29.99
%32.50

CMYK Percentages of Color #fecbdc

%0
%20
%13
%0

Triadic Colors of #fecbdc

#fecbdc #dcfecb #cbdcfe

Analogous Colors of #fecbdc

#fecbdc #fed4cb #fecbf6

Monochromatic Colors of #fecbdc

#fecbdc

Complementary Color

#fecbdc #cbfeed

#fecbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecbdc Color CSS Codes

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

#fecbdc Text Font Color

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

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


#fecbdc Background Color

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

This div background color is #fecbdc


#fecbdc Border Color

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

This div border color is #fecbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecbdc


Comments

No comments written yet.

Please login to write comment.