Color Hex Logo

#febbcc Color Hex

#FEBBCC
(254,187,204)
0 Favorites   0 Comments

Color spaces of #febbcc

RGB 254187204
HSL0.960.970.86
HSV345°26°100°
CMYK 0.000.260.20   0.00
XYZ69.542560.971165.2301
Yxy60.97110.35530.3115
Hunter Lab78.084022.32725.1289
CIE-Lab82.363226.56820.9911

#febbcc color RGB value is (254,187,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 11001100
Octal 376 273 314
Decimal 254 187 204
Hex FE BB CC

RGB Percentages of Color #febbcc

%39.38
%28.99
%31.63

CMYK Percentages of Color #febbcc

%0
%26
%20
%0

Triadic Colors of #febbcc

#febbcc #ccfebb #bbccfe

Analogous Colors of #febbcc

#febbcc #feccbb #febbee

Monochromatic Colors of #febbcc

#febbcc

Complementary Color

#febbcc #bbfeed

#febbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbcc Color CSS Codes

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

#febbcc Text Font Color

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

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


#febbcc Background Color

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

This div background color is #febbcc


#febbcc Border Color

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

This div border color is #febbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbcc


Comments

No comments written yet.

Please login to write comment.