Color Hex Logo

#feb7bf Color Hex

#FEB7BF
(254,183,191)
0 Favorites   0 Comments

Color spaces of #feb7bf

RGB 254183191
HSL0.980.970.86
HSV353°28°100°
CMYK 0.000.280.25   0.00
XYZ67.210558.699457.0780
Yxy58.69940.36730.3208
Hunter Lab76.615522.51089.4603
CIE-Lab81.126126.80716.1965

#feb7bf color RGB value is (254,183,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 10111111
Octal 376 267 277
Decimal 254 183 191
Hex FE B7 BF

RGB Percentages of Color #feb7bf

%40.45
%29.14
%30.41

CMYK Percentages of Color #feb7bf

%0
%28
%25
%0

Triadic Colors of #feb7bf

#feb7bf #bffeb7 #b7bffe

Analogous Colors of #feb7bf

#feb7bf #fed3b7 #feb7e3

Monochromatic Colors of #feb7bf

#feb7bf

Complementary Color

#feb7bf #b7fef6

#feb7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb7bf Color CSS Codes

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

#feb7bf Text Font Color

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

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


#feb7bf Background Color

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

This div background color is #feb7bf


#feb7bf Border Color

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

This div border color is #feb7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb7bf

#feb7bf Color Palettes


Comments

No comments written yet.

Please login to write comment.