Color Hex Logo

#fecceb Color Hex

#FECCEB
(254,204,235)
0 Favorites   0 Comments

Color spaces of #fecceb

RGB 254204235
HSL0.900.960.90
HSV323°20°100°
CMYK 0.000.200.07   0.00
XYZ77.461370.254788.0751
Yxy70.25470.32850.2980
Hunter Lab83.818118.2809-3.6286
CIE-Lab87.121622.5481-8.5533

#fecceb color RGB value is (254,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 11101011
Octal 376 314 353
Decimal 254 204 235
Hex FE CC EB

RGB Percentages of Color #fecceb

%36.65
%29.44
%33.91

CMYK Percentages of Color #fecceb

%0
%20
%7
%0

Triadic Colors of #fecceb

#fecceb #ebfecc #ccebfe

Analogous Colors of #fecceb

#fecceb #feccd2 #f8ccfe

Monochromatic Colors of #fecceb

#fecceb

Complementary Color

#fecceb #ccfedf

#fecceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecceb Color CSS Codes

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

#fecceb Text Font Color

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

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


#fecceb Background Color

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

This div background color is #fecceb


#fecceb Border Color

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

This div border color is #fecceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecceb


Comments

No comments written yet.

Please login to write comment.