Color Hex Logo

#fecffc Color Hex

#FECFFC
(254,207,252)
0 Favorites   0 Comments

Color spaces of #fecffc

RGB 254207252
HSL0.840.960.90
HSV303°19°100°
CMYK 0.000.190.01   0.00
XYZ80.756672.7248101.8764
Yxy72.72480.31620.2848
Hunter Lab85.278819.7964-11.1342
CIE-Lab88.316323.9297-15.7589

#fecffc color RGB value is (254,207,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 11111100
Octal 376 317 374
Decimal 254 207 252
Hex FE CF FC

RGB Percentages of Color #fecffc

%35.62
%29.03
%35.34

CMYK Percentages of Color #fecffc

%0
%19
%1
%0

Triadic Colors of #fecffc

#fecffc #fcfecf #cffcfe

Analogous Colors of #fecffc

#fecffc #fecfe5 #e9cffe

Monochromatic Colors of #fecffc

#fecffc

Complementary Color

#fecffc #cffed1

#fecffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecffc Color CSS Codes

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

#fecffc Text Font Color

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

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


#fecffc Background Color

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

This div background color is #fecffc


#fecffc Border Color

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

This div border color is #fecffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecffc

Related Colors


Comments

No comments written yet.

Please login to write comment.