Color Hex Logo

#febcfb Color Hex

#FEBCFB
(254,188,251)
0 Favorites   0 Comments

Color spaces of #febcfb

RGB 254188251
HSL0.840.970.87
HSV303°26°100°
CMYK 0.000.260.01   0.00
XYZ76.268964.002399.6007
Yxy64.00230.31800.2668
Hunter Lab80.001430.1694-17.8142
CIE-Lab83.967033.7370-21.7902

#febcfb color RGB value is (254,188,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 11111011
Octal 376 274 373
Decimal 254 188 251
Hex FE BC FB

RGB Percentages of Color #febcfb

%36.65
%27.13
%36.22

CMYK Percentages of Color #febcfb

%0
%26
%1
%0

Triadic Colors of #febcfb

#febcfb #fbfebc #bcfbfe

Analogous Colors of #febcfb

#febcfb #febcda #e0bcfe

Monochromatic Colors of #febcfb

#febcfb

Complementary Color

#febcfb #bcfebf

#febcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcfb Color CSS Codes

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

#febcfb Text Font Color

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

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


#febcfb Background Color

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

This div background color is #febcfb


#febcfb Border Color

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

This div border color is #febcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcfb


Comments

No comments written yet.

Please login to write comment.