Color Hex Logo

#febbbc Color Hex

#FEBBBC
(254,187,188)
0 Favorites   0 Comments

Color spaces of #febbbc

RGB 254187188
HSL1.000.970.86
HSV359°26°100°
CMYK 0.000.260.26   0.00
XYZ67.720560.242355.6356
Yxy60.24230.36890.3281
Hunter Lab77.615919.914811.8317
CIE-Lab81.969724.29479.0210

#febbbc color RGB value is (254,187,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 10111100
Octal 376 273 274
Decimal 254 187 188
Hex FE BB BC

RGB Percentages of Color #febbbc

%40.38
%29.73
%29.89

CMYK Percentages of Color #febbbc

%0
%26
%26
%0

Triadic Colors of #febbbc

#febbbc #bcfebb #bbbcfe

Analogous Colors of #febbbc

#febbbc #fedcbb #febbde

Monochromatic Colors of #febbbc

#febbbc

Complementary Color

#febbbc #bbfefd

#febbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbbc Color CSS Codes

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

#febbbc Text Font Color

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

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


#febbbc Background Color

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

This div background color is #febbbc


#febbbc Border Color

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

This div border color is #febbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbbc

Related Colors


Comments

No comments written yet.

Please login to write comment.