Color Hex Logo

#febbc4 Color Hex

#FEBBC4
(254,187,196)
0 Favorites   0 Comments

Color spaces of #febbc4

RGB 254187196
HSL0.980.970.86
HSV352°26°100°
CMYK 0.000.260.23   0.00
XYZ68.607260.597060.3050
Yxy60.59700.36200.3198
Hunter Lab77.844121.09238.5595
CIE-Lab82.161625.40824.9983

#febbc4 color RGB value is (254,187,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 11000100
Octal 376 273 304
Decimal 254 187 196
Hex FE BB C4

RGB Percentages of Color #febbc4

%39.87
%29.36
%30.77

CMYK Percentages of Color #febbc4

%0
%26
%23
%0

Triadic Colors of #febbc4

#febbc4 #c4febb #bbc4fe

Analogous Colors of #febbc4

#febbc4 #fed4bb #febbe6

Monochromatic Colors of #febbc4

#febbc4

Complementary Color

#febbc4 #bbfef5

#febbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbc4 Color CSS Codes

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

#febbc4 Text Font Color

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

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


#febbc4 Background Color

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

This div background color is #febbc4


#febbc4 Border Color

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

This div border color is #febbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbc4

Related Colors


Comments

No comments written yet.

Please login to write comment.