Color Hex Logo

#fef9fc Color Hex

#FEF9FC
(254,249,252)
0 Favorites   0 Comments

Color spaces of #fef9fc

RGB 254249252
HSL0.900.710.99
HSV324°100°
CMYK 0.000.020.01   0.00
XYZ92.319495.8505105.7307
Yxy95.85050.31410.3261
Hunter Lab97.9033-3.01144.5020
CIE-Lab98.37282.1844-0.8565

#fef9fc color RGB value is (254,249,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111001 11111100
Octal 376 371 374
Decimal 254 249 252
Hex FE F9 FC

RGB Percentages of Color #fef9fc

%33.64
%32.98
%33.38

CMYK Percentages of Color #fef9fc

%0
%2
%1
%0

Triadic Colors of #fef9fc

#fef9fc #fcfef9 #f9fcfe

Analogous Colors of #fef9fc

#fef9fc #fef9fa #fef9fe

Monochromatic Colors of #fef9fc

#fef9fc

Complementary Color

#fef9fc #f9fefb

#fef9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef9fc Color CSS Codes

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

#fef9fc Text Font Color

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

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


#fef9fc Background Color

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

This div background color is #fef9fc


#fef9fc Border Color

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

This div border color is #fef9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef9fc

Related Colors

#fef9fc Color Palettes


Comments

No comments written yet.

Please login to write comment.