Color Hex Logo

#fef4fc Color Hex

#FEF4FC
(254,244,252)
0 Favorites   0 Comments

Color spaces of #fef4fc

RGB 254244252
HSL0.870.830.98
HSV312°100°
CMYK 0.000.040.01   0.00
XYZ90.794492.8005105.2224
Yxy92.80050.31440.3213
Hunter Lab96.3330-0.34552.6720
CIE-Lab97.14664.7282-2.6528

#fef4fc color RGB value is (254,244,252).

#fef4fc hex color red value is 254, green value is 244 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fef4fc hue: 0.87 , saturation: 0.83 and the lightness value of fef4fc is 0.98.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 11111100
Octal 376 364 374
Decimal 254 244 252
Hex FE F4 FC

RGB Percentages of Color #fef4fc

%33.87
%32.53
%33.60

CMYK Percentages of Color #fef4fc

%0
%4
%1
%0

Triadic Colors of #fef4fc

#fef4fc #fcfef4 #f4fcfe

Analogous Colors of #fef4fc

#fef4fc #fef4f7 #fbf4fe

Monochromatic Colors of #fef4fc

#fef4fc

Complementary Color

#fef4fc #f4fef6

#fef4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef4fc Color CSS Codes

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

#fef4fc Text Font Color

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

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


#fef4fc Background Color

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

This div background color is #fef4fc


#fef4fc Border Color

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

This div border color is #fef4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef4fc

Related Colors

#fef4fc Color Palettes


Comments

No comments written yet.

Please login to write comment.