Color Hex Logo

#febbd8 Color Hex

#FEBBD8
(254,187,216)
0 Favorites   0 Comments

Color spaces of #febbd8

RGB 254187216
HSL0.930.970.86
HSV334°26°100°
CMYK 0.000.260.15   0.00
XYZ71.038061.569373.1057
Yxy61.56930.34530.2993
Hunter Lab78.466124.2864-0.3133
CIE-Lab82.683828.3929-4.9854

#febbd8 color RGB value is (254,187,216).

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

The process color (four color CMYK) of #febbd8 color hex is 0.00, 0.26, 0.15, 0.00. Web safe color of #febbd8 is #ffcccc. Color #febbd8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 11011000
Octal 376 273 330
Decimal 254 187 216
Hex FE BB D8

RGB Percentages of Color #febbd8

%38.66
%28.46
%32.88

CMYK Percentages of Color #febbd8

%0
%26
%15
%0

Triadic Colors of #febbd8

#febbd8 #d8febb #bbd8fe

Analogous Colors of #febbd8

#febbd8 #fec0bb #febbfa

Monochromatic Colors of #febbd8

#febbd8

Complementary Color

#febbd8 #bbfee1

#febbd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbd8 Color CSS Codes

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

#febbd8 Text Font Color

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

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


#febbd8 Background Color

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

This div background color is #febbd8


#febbd8 Border Color

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

This div border color is #febbd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbd8


Comments

No comments written yet.

Please login to write comment.