Color Hex Logo

#fee3fb Color Hex

#FEE3FB
(254,227,251)
0 Favorites   0 Comments

Color spaces of #fee3fb

RGB 254227251
HSL0.850.930.94
HSV307°11°100°
CMYK 0.000.110.01   0.00
XYZ85.754782.9740102.7626
Yxy82.97400.31590.3056
Hunter Lab91.09018.6372-3.1245
CIE-Lab93.003113.3032-8.2438

#fee3fb color RGB value is (254,227,251).

#fee3fb hex color red value is 254, green value is 227 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fee3fb hue: 0.85 , saturation: 0.93 and the lightness value of fee3fb is 0.94.

The process color (four color CMYK) of #fee3fb color hex is 0.00, 0.11, 0.01, 0.00. Web safe color of #fee3fb is #ffccff. Color #fee3fb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100011 11111011
Octal 376 343 373
Decimal 254 227 251
Hex FE E3 FB

RGB Percentages of Color #fee3fb

%34.70
%31.01
%34.29

CMYK Percentages of Color #fee3fb

%0
%11
%1
%0

Triadic Colors of #fee3fb

#fee3fb #fbfee3 #e3fbfe

Analogous Colors of #fee3fb

#fee3fb #fee3ee #f4e3fe

Monochromatic Colors of #fee3fb

#fee3fb

Complementary Color

#fee3fb #e3fee6

#fee3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee3fb Color CSS Codes

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

#fee3fb Text Font Color

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

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


#fee3fb Background Color

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

This div background color is #fee3fb


#fee3fb Border Color

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

This div border color is #fee3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee3fb

Related Colors


Comments

No comments written yet.

Please login to write comment.