Color Hex Logo

#febfde Color Hex

#FEBFDE
(254,191,222)
0 Favorites   0 Comments

Color spaces of #febfde

RGB 254191222
HSL0.920.970.87
HSV330°25°100°
CMYK 0.000.250.13   0.00
XYZ72.688763.606477.5534
Yxy63.60640.33990.2974
Hunter Lab79.753623.1189-1.8268
CIE-Lab83.760427.2403-6.6111

#febfde color RGB value is (254,191,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 11011110
Octal 376 277 336
Decimal 254 191 222
Hex FE BF DE

RGB Percentages of Color #febfde

%38.08
%28.64
%33.28

CMYK Percentages of Color #febfde

%0
%25
%13
%0

Triadic Colors of #febfde

#febfde #defebf #bfdefe

Analogous Colors of #febfde

#febfde #fec0bf #febffe

Monochromatic Colors of #febfde

#febfde

Complementary Color

#febfde #bffedf

#febfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfde Color CSS Codes

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

#febfde Text Font Color

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

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


#febfde Background Color

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

This div background color is #febfde


#febfde Border Color

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

This div border color is #febfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfde

Related Colors


Comments

No comments written yet.

Please login to write comment.