Color Hex Logo

#febbbb Color Hex

#FEBBBB
(254,187,187)
2 Favorites   0 Comments

Color spaces of #febbbb

RGB 254187187
HSL0.000.970.86
HSV26°100°
CMYK 0.000.260.26   0.00
XYZ67.613060.199355.0697
Yxy60.19930.36970.3292
Hunter Lab77.588219.771612.2295
CIE-Lab81.946424.15879.5248

#febbbb color RGB value is (254,187,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 10111011
Octal 376 273 273
Decimal 254 187 187
Hex FE BB BB

RGB Percentages of Color #febbbb

%40.45
%29.78
%29.78

CMYK Percentages of Color #febbbb

%0
%26
%26
%0

Triadic Colors of #febbbb

#febbbb #bbfebb #bbbbfe

Analogous Colors of #febbbb

#febbbb #feddbb #febbdd

Monochromatic Colors of #febbbb

#febbbb

Complementary Color

#febbbb #bbfefe

#febbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbbb Color CSS Codes

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

#febbbb Text Font Color

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

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


#febbbb Background Color

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

This div background color is #febbbb


#febbbb Border Color

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

This div border color is #febbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbbb


Comments

No comments written yet.

Please login to write comment.