Color Hex Logo

#feebfa Color Hex

#FEEBFA
(254,235,250)
0 Favorites   0 Comments

Color spaces of #feebfa

RGB 254235250
HSL0.870.900.96
HSV313°100°
CMYK 0.000.070.02   0.00
XYZ87.836787.3896102.6809
Yxy87.38960.31610.3145
Hunter Lab93.48244.12560.3137
CIE-Lab94.90338.9911-4.9155

#feebfa color RGB value is (254,235,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 11111010
Octal 376 353 372
Decimal 254 235 250
Hex FE EB FA

RGB Percentages of Color #feebfa

%34.37
%31.80
%33.83

CMYK Percentages of Color #feebfa

%0
%7
%2
%0

Triadic Colors of #feebfa

#feebfa #fafeeb #ebfafe

Analogous Colors of #feebfa

#feebfa #feebf1 #f9ebfe

Monochromatic Colors of #feebfa

#feebfa

Complementary Color

#feebfa #ebfeef

#feebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebfa Color CSS Codes

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

#feebfa Text Font Color

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

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


#feebfa Background Color

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

This div background color is #feebfa


#feebfa Border Color

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

This div border color is #feebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebfa

Related Colors


Comments

No comments written yet.

Please login to write comment.