Color Hex Logo

#febfd9 Color Hex

#FEBFD9
(254,191,217)
0 Favorites   0 Comments

Color spaces of #febfd9

RGB 254191217
HSL0.930.970.87
HSV335°25°100°
CMYK 0.000.250.15   0.00
XYZ72.028263.342274.0756
Yxy63.34220.34390.3024
Hunter Lab79.587822.26660.5279
CIE-Lab83.622126.4473-4.1388

#febfd9 color RGB value is (254,191,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 11011001
Octal 376 277 331
Decimal 254 191 217
Hex FE BF D9

RGB Percentages of Color #febfd9

%38.37
%28.85
%32.78

CMYK Percentages of Color #febfd9

%0
%25
%15
%0

Triadic Colors of #febfd9

#febfd9 #d9febf #bfd9fe

Analogous Colors of #febfd9

#febfd9 #fec5bf #febff9

Monochromatic Colors of #febfd9

#febfd9

Complementary Color

#febfd9 #bffee4

#febfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfd9 Color CSS Codes

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

#febfd9 Text Font Color

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

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


#febfd9 Background Color

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

This div background color is #febfd9


#febfd9 Border Color

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

This div border color is #febfd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfd9


Comments

No comments written yet.

Please login to write comment.