Color Hex Logo

#feebf9 Color Hex

#FEEBF9
(254,235,249)
0 Favorites   0 Comments

Color spaces of #feebf9

RGB 254235249
HSL0.880.900.96
HSV316°100°
CMYK 0.000.070.02   0.00
XYZ87.680387.3270101.8571
Yxy87.32700.31670.3154
Hunter Lab93.44893.94560.7895
CIE-Lab94.87688.8161-4.4352

#feebf9 color RGB value is (254,235,249).

#feebf9 hex color red value is 254, green value is 235 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #feebf9 hue: 0.88 , saturation: 0.90 and the lightness value of feebf9 is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 11111001
Octal 376 353 371
Decimal 254 235 249
Hex FE EB F9

RGB Percentages of Color #feebf9

%34.42
%31.84
%33.74

CMYK Percentages of Color #feebf9

%0
%7
%2
%0

Triadic Colors of #feebf9

#feebf9 #f9feeb #ebf9fe

Analogous Colors of #feebf9

#feebf9 #feebf0 #faebfe

Monochromatic Colors of #feebf9

#feebf9

Complementary Color

#feebf9 #ebfef0

#feebf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebf9 Color CSS Codes

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

#feebf9 Text Font Color

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

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


#feebf9 Background Color

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

This div background color is #feebf9


#feebf9 Border Color

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

This div border color is #feebf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebf9

Related Colors

#feebf9 Color Palettes


Comments

No comments written yet.

Please login to write comment.