Color Hex Logo

#fef4fb Color Hex

#FEF4FB
(254,244,251)
1 Favorites   0 Comments

Color spaces of #fef4fb

RGB 254244251
HSL0.880.830.98
HSV318°100°
CMYK 0.000.040.01   0.00
XYZ90.636392.7372104.3898
Yxy92.73720.31500.3223
Hunter Lab96.3002-0.52373.1395
CIE-Lab97.12084.5531-2.1742

#fef4fb color RGB value is (254,244,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 11111011
Octal 376 364 373
Decimal 254 244 251
Hex FE F4 FB

RGB Percentages of Color #fef4fb

%33.91
%32.58
%33.51

CMYK Percentages of Color #fef4fb

%0
%4
%1
%0

Triadic Colors of #fef4fb

#fef4fb #fbfef4 #f4fbfe

Analogous Colors of #fef4fb

#fef4fb #fef4f6 #fcf4fe

Monochromatic Colors of #fef4fb

#fef4fb

Complementary Color

#fef4fb #f4fef7

#fef4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef4fb Color CSS Codes

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

#fef4fb Text Font Color

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

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


#fef4fb Background Color

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

This div background color is #fef4fb


#fef4fb Border Color

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

This div border color is #fef4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef4fb

Related Colors


Comments

No comments written yet.

Please login to write comment.