Color Hex Logo

#fee9fb Color Hex

#FEE9FB
(254,233,251)
0 Favorites   0 Comments

Color spaces of #fee9fb

RGB 254233251
HSL0.860.910.95
HSV309°100°
CMYK 0.000.080.01   0.00
XYZ87.424686.3137103.3192
Yxy86.31370.31550.3115
Hunter Lab92.90525.3861-0.9024
CIE-Lab94.446310.1982-6.1090

#fee9fb color RGB value is (254,233,251).

#fee9fb hex color red value is 254, green value is 233 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fee9fb hue: 0.86 , saturation: 0.91 and the lightness value of fee9fb is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 11111011
Octal 376 351 373
Decimal 254 233 251
Hex FE E9 FB

RGB Percentages of Color #fee9fb

%34.42
%31.57
%34.01

CMYK Percentages of Color #fee9fb

%0
%8
%1
%0

Triadic Colors of #fee9fb

#fee9fb #fbfee9 #e9fbfe

Analogous Colors of #fee9fb

#fee9fb #fee9f1 #f7e9fe

Monochromatic Colors of #fee9fb

#fee9fb

Complementary Color

#fee9fb #e9feec

#fee9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee9fb Color CSS Codes

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

#fee9fb Text Font Color

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

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


#fee9fb Background Color

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

This div background color is #fee9fb


#fee9fb Border Color

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

This div border color is #fee9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee9fb


Comments

No comments written yet.

Please login to write comment.