Color Hex Logo

#fef4fa Color Hex

#FEF4FA
(254,244,250)
0 Favorites   0 Comments

Color spaces of #fef4fa

RGB 254244250
HSL0.900.830.98
HSV324°100°
CMYK 0.000.040.02   0.00
XYZ90.479192.6743103.5617
Yxy92.67430.31560.3232
Hunter Lab96.2675-0.70103.6048
CIE-Lab97.09534.3787-1.6955

#fef4fa color RGB value is (254,244,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 11111010
Octal 376 364 372
Decimal 254 244 250
Hex FE F4 FA

RGB Percentages of Color #fef4fa

%33.96
%32.62
%33.42

CMYK Percentages of Color #fef4fa

%0
%4
%2
%0

Triadic Colors of #fef4fa

#fef4fa #fafef4 #f4fafe

Analogous Colors of #fef4fa

#fef4fa #fef4f5 #fdf4fe

Monochromatic Colors of #fef4fa

#fef4fa

Complementary Color

#fef4fa #f4fef8

#fef4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef4fa Color CSS Codes

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

#fef4fa Text Font Color

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

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


#fef4fa Background Color

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

This div background color is #fef4fa


#fef4fa Border Color

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

This div border color is #fef4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef4fa


Comments

No comments written yet.

Please login to write comment.