Color Hex Logo

#feebfb Color Hex

#FEEBFB
(254,235,251)
0 Favorites   0 Comments

Color spaces of #feebfb

RGB 254235251
HSL0.860.900.96
HSV309°100°
CMYK 0.000.070.01   0.00
XYZ87.994087.4525103.5090
Yxy87.45250.31540.3135
Hunter Lab93.51604.3067-0.1644
CIE-Lab94.92999.1670-5.3955

#feebfb color RGB value is (254,235,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 11111011
Octal 376 353 373
Decimal 254 235 251
Hex FE EB FB

RGB Percentages of Color #feebfb

%34.32
%31.76
%33.92

CMYK Percentages of Color #feebfb

%0
%7
%1
%0

Triadic Colors of #feebfb

#feebfb #fbfeeb #ebfbfe

Analogous Colors of #feebfb

#feebfb #feebf2 #f8ebfe

Monochromatic Colors of #feebfb

#feebfb

Complementary Color

#feebfb #ebfeee

#feebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebfb Color CSS Codes

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

#feebfb Text Font Color

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

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


#feebfb Background Color

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

This div background color is #feebfb


#feebfb Border Color

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

This div border color is #feebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebfb

Related Colors


Comments

No comments written yet.

Please login to write comment.