Color Hex Logo

#febfaf Color Hex

#FEBFAF
(254,191,175)
0 Favorites   0 Comments

Color spaces of #febfaf

RGB 254191175
HSL0.030.980.84
HSV12°31°100°
CMYK 0.000.250.31   0.00
XYZ67.241761.427648.8701
Yxy61.42760.37870.3460
Hunter Lab78.375815.984717.8936
CIE-Lab82.608120.488116.8848

#febfaf color RGB value is (254,191,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 10101111
Octal 376 277 257
Decimal 254 191 175
Hex FE BF AF

RGB Percentages of Color #febfaf

%40.97
%30.81
%28.23

CMYK Percentages of Color #febfaf

%0
%25
%31
%0

Triadic Colors of #febfaf

#febfaf #affebf #bfaffe

Analogous Colors of #febfaf

#febfaf #fee7af #feafc7

Monochromatic Colors of #febfaf

#febfaf

Complementary Color

#febfaf #afeefe

#febfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfaf Color CSS Codes

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

#febfaf Text Font Color

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

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


#febfaf Background Color

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

This div background color is #febfaf


#febfaf Border Color

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

This div border color is #febfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfaf

Related Colors


Comments

No comments written yet.

Please login to write comment.