Color Hex Logo

#febffb Color Hex

#FEBFFB
(254,191,251)
0 Favorites   0 Comments

Color spaces of #febffb

RGB 254191251
HSL0.840.970.87
HSV303°25°100°
CMYK 0.000.250.01   0.00
XYZ76.916465.297599.8165
Yxy65.29750.31780.2698
Hunter Lab80.806928.4940-16.6730
CIE-Lab84.636832.1609-20.7754

#febffb color RGB value is (254,191,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 11111011
Octal 376 277 373
Decimal 254 191 251
Hex FE BF FB

RGB Percentages of Color #febffb

%36.49
%27.44
%36.06

CMYK Percentages of Color #febffb

%0
%25
%1
%0

Triadic Colors of #febffb

#febffb #fbfebf #bffbfe

Analogous Colors of #febffb

#febffb #febfdc #e2bffe

Monochromatic Colors of #febffb

#febffb

Complementary Color

#febffb #bffec2

#febffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#febffb Color CSS Codes

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

#febffb Text Font Color

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

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


#febffb Background Color

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

This div background color is #febffb


#febffb Border Color

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

This div border color is #febffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febffb

Related Colors


Comments

No comments written yet.

Please login to write comment.