Color Hex Logo

#feccfb Color Hex

#FECCFB
(254,204,251)
0 Favorites   0 Comments

Color spaces of #feccfb

RGB 254204251
HSL0.840.960.90
HSV304°20°100°
CMYK 0.000.200.01   0.00
XYZ79.878571.2216100.8039
Yxy71.22160.31710.2827
Hunter Lab84.392921.2640-11.7445
CIE-Lab87.592625.3266-16.3178

#feccfb color RGB value is (254,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 11111011
Octal 376 314 373
Decimal 254 204 251
Hex FE CC FB

RGB Percentages of Color #feccfb

%35.83
%28.77
%35.40

CMYK Percentages of Color #feccfb

%0
%20
%1
%0

Triadic Colors of #feccfb

#feccfb #fbfecc #ccfbfe

Analogous Colors of #feccfb

#feccfb #fecce2 #e8ccfe

Monochromatic Colors of #feccfb

#feccfb

Complementary Color

#feccfb #ccfecf

#feccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feccfb Color CSS Codes

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

#feccfb Text Font Color

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

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


#feccfb Background Color

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

This div background color is #feccfb


#feccfb Border Color

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

This div border color is #feccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feccfb

Related Colors


Comments

No comments written yet.

Please login to write comment.