Color Hex Logo

#febbf8 Color Hex

#FEBBF8
(254,187,248)
0 Favorites   0 Comments

Color spaces of #febbf8

RGB 254187248
HSL0.850.970.86
HSV305°26°100°
CMYK 0.000.260.02   0.00
XYZ75.586763.388897.0583
Yxy63.38880.32020.2686
Hunter Lab79.617130.1341-16.5463
CIE-Lab83.646533.7287-20.6765

#febbf8 color RGB value is (254,187,248).

#febbf8 hex color red value is 254, green value is 187 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #febbf8 hue: 0.85 , saturation: 0.97 and the lightness value of febbf8 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 11111000
Octal 376 273 370
Decimal 254 187 248
Hex FE BB F8

RGB Percentages of Color #febbf8

%36.87
%27.14
%35.99

CMYK Percentages of Color #febbf8

%0
%26
%2
%0

Triadic Colors of #febbf8

#febbf8 #f8febb #bbf8fe

Analogous Colors of #febbf8

#febbf8 #febbd7 #e3bbfe

Monochromatic Colors of #febbf8

#febbf8

Complementary Color

#febbf8 #bbfec1

#febbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbf8 Color CSS Codes

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

#febbf8 Text Font Color

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

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


#febbf8 Background Color

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

This div background color is #febbf8


#febbf8 Border Color

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

This div border color is #febbf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbf8

Related Colors


Comments

No comments written yet.

Please login to write comment.