Color Hex Logo

#febcfa Color Hex

#FEBCFA
(254,188,250)
0 Favorites   0 Comments

Color spaces of #febcfa

RGB 254188250
HSL0.840.970.87
HSV304°26°100°
CMYK 0.000.260.02   0.00
XYZ76.111663.939498.7725
Yxy63.93940.31870.2677
Hunter Lab79.962129.9708-17.2640
CIE-Lab83.934233.5585-21.3071

#febcfa color RGB value is (254,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 11111010
Octal 376 274 372
Decimal 254 188 250
Hex FE BC FA

RGB Percentages of Color #febcfa

%36.71
%27.17
%36.13

CMYK Percentages of Color #febcfa

%0
%26
%2
%0

Triadic Colors of #febcfa

#febcfa #fafebc #bcfafe

Analogous Colors of #febcfa

#febcfa #febcd9 #e1bcfe

Monochromatic Colors of #febcfa

#febcfa

Complementary Color

#febcfa #bcfec0

#febcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcfa Color CSS Codes

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

#febcfa Text Font Color

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

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


#febcfa Background Color

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

This div background color is #febcfa


#febcfa Border Color

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

This div border color is #febcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcfa


Comments

No comments written yet.

Please login to write comment.