Color Hex Logo

#feccff Color Hex

#FECCFF
(254,204,255)
0 Favorites   0 Comments

Color spaces of #feccff

RGB 254204255
HSL0.831.000.90
HSV299°20°100°
CMYK 0.000.200.00   0.00
XYZ80.515971.4766104.1604
Yxy71.47660.31430.2790
Hunter Lab84.543822.0440-13.8663
CIE-Lab87.716026.0460-18.2448

#feccff color RGB value is (254,204,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 11111111
Octal 376 314 377
Decimal 254 204 255
Hex FE CC FF

RGB Percentages of Color #feccff

%35.62
%28.61
%35.76

CMYK Percentages of Color #feccff

%0
%20
%0
%0

Triadic Colors of #feccff

#feccff #fffecc #ccfffe

Analogous Colors of #feccff

#feccff #ffcce7 #e5ccff

Monochromatic Colors of #feccff

#feccff

Complementary Color

#feccff #cdffcc

#feccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#feccff Color CSS Codes

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

#feccff Text Font Color

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

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


#feccff Background Color

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

This div background color is #feccff


#feccff Border Color

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

This div border color is #feccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feccff

Related Colors


Comments

No comments written yet.

Please login to write comment.