Color Hex Logo

#fec3fb Color Hex

#FEC3FB
(254,195,251)
0 Favorites   0 Comments

Color spaces of #fec3fb

RGB 254195251
HSL0.840.970.88
HSV303°23°100°
CMYK 0.000.230.01   0.00
XYZ77.800767.0661100.1113
Yxy67.06610.31760.2738
Hunter Lab81.893926.2640-15.1534
CIE-Lab85.537330.0582-19.4139

#fec3fb color RGB value is (254,195,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 11111011
Octal 376 303 373
Decimal 254 195 251
Hex FE C3 FB

RGB Percentages of Color #fec3fb

%36.29
%27.86
%35.86

CMYK Percentages of Color #fec3fb

%0
%23
%1
%0

Triadic Colors of #fec3fb

#fec3fb #fbfec3 #c3fbfe

Analogous Colors of #fec3fb

#fec3fb #fec3de #e4c3fe

Monochromatic Colors of #fec3fb

#fec3fb

Complementary Color

#fec3fb #c3fec6

#fec3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec3fb Color CSS Codes

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

#fec3fb Text Font Color

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

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


#fec3fb Background Color

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

This div background color is #fec3fb


#fec3fb Border Color

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

This div border color is #fec3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec3fb


Comments

No comments written yet.

Please login to write comment.