Color Hex Logo

#fef9fd Color Hex

#FEF9FD
(254,249,253)
0 Favorites   0 Comments

Color spaces of #fef9fd

RGB 254249253
HSL0.870.710.99
HSV312°100°
CMYK 0.000.020.00   0.00
XYZ92.478495.9140106.5676
Yxy95.91400.31350.3252
Hunter Lab97.9357-2.83414.0393
CIE-Lab98.39812.3596-1.3341

#fef9fd color RGB value is (254,249,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111001 11111101
Octal 376 371 375
Decimal 254 249 253
Hex FE F9 FD

RGB Percentages of Color #fef9fd

%33.60
%32.94
%33.47

CMYK Percentages of Color #fef9fd

%0
%2
%0
%0

Triadic Colors of #fef9fd

#fef9fd #fdfef9 #f9fdfe

Analogous Colors of #fef9fd

#fef9fd #fef9fb #fdf9fe

Monochromatic Colors of #fef9fd

#fef9fd

Complementary Color

#fef9fd #f9fefa

#fef9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef9fd Color CSS Codes

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

#fef9fd Text Font Color

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

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


#fef9fd Background Color

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

This div background color is #fef9fd


#fef9fd Border Color

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

This div border color is #fef9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef9fd

Related Colors


Comments

No comments written yet.

Please login to write comment.