Color Hex Logo

#fef6fd Color Hex

#FEF6FD
(254,246,253)
0 Favorites   0 Comments

Color spaces of #fef6fd

RGB 254246253
HSL0.850.800.98
HSV308°100°
CMYK 0.000.030.00   0.00
XYZ91.558494.0742106.2610
Yxy94.07420.31370.3223
Hunter Lab96.9919-1.23532.9382
CIE-Lab97.66193.8844-2.4128

#fef6fd color RGB value is (254,246,253).

#fef6fd hex color red value is 254, green value is 246 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fef6fd hue: 0.85 , saturation: 0.80 and the lightness value of fef6fd is 0.98.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 11111101
Octal 376 366 375
Decimal 254 246 253
Hex FE F6 FD

RGB Percentages of Color #fef6fd

%33.73
%32.67
%33.60

CMYK Percentages of Color #fef6fd

%0
%3
%0
%0

Triadic Colors of #fef6fd

#fef6fd #fdfef6 #f6fdfe

Analogous Colors of #fef6fd

#fef6fd #fef6f9 #fbf6fe

Monochromatic Colors of #fef6fd

#fef6fd

Complementary Color

#fef6fd #f6fef7

#fef6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef6fd Color CSS Codes

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

#fef6fd Text Font Color

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

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


#fef6fd Background Color

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

This div background color is #fef6fd


#fef6fd Border Color

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

This div border color is #fef6fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,246,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 #fef6fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef6fd

Related Colors

#fef6fd Color Palettes


Comments

No comments written yet.

Please login to write comment.