Color Hex Logo

#fef9fe Color Hex

#FEF9FE
(254,249,254)
0 Favorites   0 Comments

Color spaces of #fef9fe

RGB 254249254
HSL0.830.710.99
HSV300°100°
CMYK 0.000.020.00   0.00
XYZ92.638195.9780107.4090
Yxy95.97800.31290.3242
Hunter Lab97.9684-2.65653.5744
CIE-Lab98.42352.5350-1.8115

#fef9fe color RGB value is (254,249,254).

#fef9fe hex color red value is 254, green value is 249 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fef9fe hue: 0.83 , saturation: 0.71 and the lightness value of fef9fe is 0.99.

The process color (four color CMYK) of #fef9fe color hex is 0.00, 0.02, 0.00, 0.00. Web safe color of #fef9fe is #ffffff. Color #fef9fe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111001 11111110
Octal 376 371 376
Decimal 254 249 254
Hex FE F9 FE

RGB Percentages of Color #fef9fe

%33.55
%32.89
%33.55

CMYK Percentages of Color #fef9fe

%0
%2
%0
%0

Triadic Colors of #fef9fe

#fef9fe #fefef9 #f9fefe

Analogous Colors of #fef9fe

#fef9fe #fef9fc #fcf9fe

Monochromatic Colors of #fef9fe

#fef9fe

Complementary Color

#fef9fe #f9fef9

#fef9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef9fe Color CSS Codes

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

#fef9fe Text Font Color

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

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


#fef9fe Background Color

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

This div background color is #fef9fe


#fef9fe Border Color

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

This div border color is #fef9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef9fe

Related Colors


Comments

No comments written yet.

Please login to write comment.