Color Hex Logo

#fecbfa Color Hex

#FECBFA
(254,203,250)
0 Favorites   0 Comments

Color spaces of #fecbfa

RGB 254203250
HSL0.850.960.90
HSV305°20°100°
CMYK 0.000.200.02   0.00
XYZ79.484370.684899.8967
Yxy70.68480.31790.2827
Hunter Lab84.074321.6250-11.5962
CIE-Lab87.331625.6738-16.1812

#fecbfa color RGB value is (254,203,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 11111010
Octal 376 313 372
Decimal 254 203 250
Hex FE CB FA

RGB Percentages of Color #fecbfa

%35.93
%28.71
%35.36

CMYK Percentages of Color #fecbfa

%0
%20
%2
%0

Triadic Colors of #fecbfa

#fecbfa #fafecb #cbfafe

Analogous Colors of #fecbfa

#fecbfa #fecbe1 #e9cbfe

Monochromatic Colors of #fecbfa

#fecbfa

Complementary Color

#fecbfa #cbfecf

#fecbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecbfa Color CSS Codes

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

#fecbfa Text Font Color

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

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


#fecbfa Background Color

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

This div background color is #fecbfa


#fecbfa Border Color

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

This div border color is #fecbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecbfa


Comments

No comments written yet.

Please login to write comment.