Color Hex Logo

#fef7fb Color Hex

#FEF7FB
(254,247,251)
0 Favorites   0 Comments

Color spaces of #fef7fb

RGB 254247251
HSL0.900.780.98
HSV326°100°
CMYK 0.000.030.01   0.00
XYZ91.546494.5574104.6932
Yxy94.55740.31480.3252
Hunter Lab97.2406-2.12374.2344
CIE-Lab97.85623.0254-1.0973

#fef7fb color RGB value is (254,247,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 11111011
Octal 376 367 373
Decimal 254 247 251
Hex FE F7 FB

RGB Percentages of Color #fef7fb

%33.78
%32.85
%33.38

CMYK Percentages of Color #fef7fb

%0
%3
%1
%0

Triadic Colors of #fef7fb

#fef7fb #fbfef7 #f7fbfe

Analogous Colors of #fef7fb

#fef7fb #fef7f8 #fef7fe

Monochromatic Colors of #fef7fb

#fef7fb

Complementary Color

#fef7fb #f7fefa

#fef7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef7fb Color CSS Codes

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

#fef7fb Text Font Color

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

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


#fef7fb Background Color

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

This div background color is #fef7fb


#fef7fb Border Color

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

This div border color is #fef7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef7fb

Related Colors

#fef7fb Color Palettes


Comments

No comments written yet.

Please login to write comment.