Color Hex Logo

#fecbfd Color Hex

#FECBFD
(254,203,253)
0 Favorites   0 Comments

Color spaces of #fecbfd

RGB 254203253
HSL0.840.960.90
HSV301°20°100°
CMYK 0.000.200.00   0.00
XYZ79.958670.8746102.3944
Yxy70.87460.31580.2799
Hunter Lab84.187122.2072-13.1819
CIE-Lab87.424026.2106-17.6282

#fecbfd color RGB value is (254,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 11111101
Octal 376 313 375
Decimal 254 203 253
Hex FE CB FD

RGB Percentages of Color #fecbfd

%35.77
%28.59
%35.63

CMYK Percentages of Color #fecbfd

%0
%20
%0
%0

Triadic Colors of #fecbfd

#fecbfd #fdfecb #cbfdfe

Analogous Colors of #fecbfd

#fecbfd #fecbe4 #e6cbfe

Monochromatic Colors of #fecbfd

#fecbfd

Complementary Color

#fecbfd #cbfecc

#fecbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecbfd Color CSS Codes

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

#fecbfd Text Font Color

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

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


#fecbfd Background Color

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

This div background color is #fecbfd


#fecbfd Border Color

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

This div border color is #fecbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.