Color Hex Logo

#febfbb Color Hex

#FEBFBB
(254,191,187)
0 Favorites   0 Comments

Color spaces of #febfbb

RGB 254191187
HSL0.010.970.86
HSV26°100°
CMYK 0.000.250.26   0.00
XYZ68.473561.920355.3566
Yxy61.92030.36860.3334
Hunter Lab78.689517.619513.3732
CIE-Lab82.871022.058810.8427

#febfbb color RGB value is (254,191,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 10111011
Octal 376 277 273
Decimal 254 191 187
Hex FE BF BB

RGB Percentages of Color #febfbb

%40.19
%30.22
%29.59

CMYK Percentages of Color #febfbb

%0
%25
%26
%0

Triadic Colors of #febfbb

#febfbb #bbfebf #bfbbfe

Analogous Colors of #febfbb

#febfbb #fee1bb #febbd9

Monochromatic Colors of #febfbb

#febfbb

Complementary Color

#febfbb #bbfafe

#febfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfbb Color CSS Codes

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

#febfbb Text Font Color

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

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


#febfbb Background Color

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

This div background color is #febfbb


#febfbb Border Color

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

This div border color is #febfbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,191,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 #febfbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfbb

Related Colors


Comments

No comments written yet.

Please login to write comment.