Color Hex Logo

#febbc5 Color Hex

#FEBBC5
(254,187,197)
0 Favorites   0 Comments

Color spaces of #febbc5

RGB 254187197
HSL0.980.970.86
HSV351°26°100°
CMYK 0.000.260.22   0.00
XYZ68.721460.642760.9065
Yxy60.64270.36120.3187
Hunter Lab77.873421.24348.1394
CIE-Lab82.186325.55054.4966

#febbc5 color RGB value is (254,187,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 11000101
Octal 376 273 305
Decimal 254 187 197
Hex FE BB C5

RGB Percentages of Color #febbc5

%39.81
%29.31
%30.88

CMYK Percentages of Color #febbc5

%0
%26
%22
%0

Triadic Colors of #febbc5

#febbc5 #c5febb #bbc5fe

Analogous Colors of #febbc5

#febbc5 #fed3bb #febbe7

Monochromatic Colors of #febbc5

#febbc5

Complementary Color

#febbc5 #bbfef4

#febbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbc5 Color CSS Codes

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

#febbc5 Text Font Color

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

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


#febbc5 Background Color

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

This div background color is #febbc5


#febbc5 Border Color

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

This div border color is #febbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbc5


Comments

No comments written yet.

Please login to write comment.