Color Hex Logo

#fecfeb Color Hex

#FECFEB
(254,207,235)
0 Favorites   0 Comments

Color spaces of #fecfeb

RGB 254207235
HSL0.900.960.90
HSV324°19°100°
CMYK 0.000.190.07   0.00
XYZ78.181371.694688.3151
Yxy71.69460.32820.3010
Hunter Lab84.672716.6383-2.5697
CIE-Lab87.821420.9745-7.5160

#fecfeb color RGB value is (254,207,235).

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

The process color (four color CMYK) of #fecfeb color hex is 0.00, 0.19, 0.07, 0.00. Web safe color of #fecfeb is #ffccff. Color #fecfeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 11101011
Octal 376 317 353
Decimal 254 207 235
Hex FE CF EB

RGB Percentages of Color #fecfeb

%36.49
%29.74
%33.76

CMYK Percentages of Color #fecfeb

%0
%19
%7
%0

Triadic Colors of #fecfeb

#fecfeb #ebfecf #cfebfe

Analogous Colors of #fecfeb

#fecfeb #fecfd4 #facffe

Monochromatic Colors of #fecfeb

#fecfeb

Complementary Color

#fecfeb #cffee2

#fecfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecfeb Color CSS Codes

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

#fecfeb Text Font Color

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

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


#fecfeb Background Color

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

This div background color is #fecfeb


#fecfeb Border Color

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

This div border color is #fecfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecfeb


Comments

No comments written yet.

Please login to write comment.