Color Hex Logo

#fecbe9 Color Hex

#FECBE9
(254,203,233)
0 Favorites   0 Comments

Color spaces of #fecbe9

RGB 254203233
HSL0.900.960.90
HSV325°20°100°
CMYK 0.000.200.08   0.00
XYZ76.937069.665986.4826
Yxy69.66590.33010.2989
Hunter Lab83.466118.4712-3.0065
CIE-Lab86.832722.7372-7.9215

#fecbe9 color RGB value is (254,203,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 11101001
Octal 376 313 351
Decimal 254 203 233
Hex FE CB E9

RGB Percentages of Color #fecbe9

%36.81
%29.42
%33.77

CMYK Percentages of Color #fecbe9

%0
%20
%8
%0

Triadic Colors of #fecbe9

#fecbe9 #e9fecb #cbe9fe

Analogous Colors of #fecbe9

#fecbe9 #fecbd0 #facbfe

Monochromatic Colors of #fecbe9

#fecbe9

Complementary Color

#fecbe9 #cbfee0

#fecbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecbe9 Color CSS Codes

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

#fecbe9 Text Font Color

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

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


#fecbe9 Background Color

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

This div background color is #fecbe9


#fecbe9 Border Color

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

This div border color is #fecbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecbe9

Related Colors


Comments

No comments written yet.

Please login to write comment.