Color Hex Logo

#feccfe Color Hex

#FECCFE
(254,204,254)
0 Favorites   0 Comments

Color spaces of #feccfe

RGB 254204254
HSL0.830.960.90
HSV300°20°100°
CMYK 0.000.200.00   0.00
XYZ80.355371.4123103.3147
Yxy71.41230.31500.2800
Hunter Lab84.505821.8478-13.3324
CIE-Lab87.684925.8654-17.7637

#feccfe color RGB value is (254,204,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 11111110
Octal 376 314 376
Decimal 254 204 254
Hex FE CC FE

RGB Percentages of Color #feccfe

%35.67
%28.65
%35.67

CMYK Percentages of Color #feccfe

%0
%20
%0
%0

Triadic Colors of #feccfe

#feccfe #fefecc #ccfefe

Analogous Colors of #feccfe

#feccfe #fecce5 #e5ccfe

Monochromatic Colors of #feccfe

#feccfe

Complementary Color

#feccfe #ccfecc

#feccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#feccfe Color CSS Codes

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

#feccfe Text Font Color

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

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


#feccfe Background Color

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

This div background color is #feccfe


#feccfe Border Color

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

This div border color is #feccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feccfe

Related Colors


Comments

No comments written yet.

Please login to write comment.