Color Hex Logo

#febfb0 Color Hex

#FEBFB0
(254,191,176)
0 Favorites   0 Comments

Color spaces of #febfb0

RGB 254191176
HSL0.030.980.84
HSV12°31°100°
CMYK 0.000.250.31   0.00
XYZ67.340361.467049.3894
Yxy61.46700.37790.3449
Hunter Lab78.400916.116117.5303
CIE-Lab82.629220.614916.3807

#febfb0 color RGB value is (254,191,176).

#febfb0 hex color red value is 254, green value is 191 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #febfb0 hue: 0.03 , saturation: 0.98 and the lightness value of febfb0 is 0.84.

The process color (four color CMYK) of #febfb0 color hex is 0.00, 0.25, 0.31, 0.00. Web safe color of #febfb0 is #ffcc99. Color #febfb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 10110000
Octal 376 277 260
Decimal 254 191 176
Hex FE BF B0

RGB Percentages of Color #febfb0

%40.90
%30.76
%28.34

CMYK Percentages of Color #febfb0

%0
%25
%31
%0

Triadic Colors of #febfb0

#febfb0 #b0febf #bfb0fe

Analogous Colors of #febfb0

#febfb0 #fee6b0 #feb0c8

Monochromatic Colors of #febfb0

#febfb0

Complementary Color

#febfb0 #b0effe

#febfb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfb0 Color CSS Codes

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

#febfb0 Text Font Color

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

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


#febfb0 Background Color

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

This div background color is #febfb0


#febfb0 Border Color

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

This div border color is #febfb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfb0


Comments

No comments written yet.

Please login to write comment.