Color Hex Logo

#febbeb Color Hex

#FEBBEB
(254,187,235)
0 Favorites   0 Comments

Color spaces of #febbeb

RGB 254187235
HSL0.880.970.86
HSV317°26°100°
CMYK 0.000.260.07   0.00
XYZ73.638862.609686.8009
Yxy62.60960.33010.2807
Hunter Lab79.126227.6501-9.6523
CIE-Lab83.236531.4819-14.3488

#febbeb color RGB value is (254,187,235).

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

The process color (four color CMYK) of #febbeb color hex is 0.00, 0.26, 0.07, 0.00. Web safe color of #febbeb is #ffccff. Color #febbeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 11101011
Octal 376 273 353
Decimal 254 187 235
Hex FE BB EB

RGB Percentages of Color #febbeb

%37.57
%27.66
%34.76

CMYK Percentages of Color #febbeb

%0
%26
%7
%0

Triadic Colors of #febbeb

#febbeb #ebfebb #bbebfe

Analogous Colors of #febbeb

#febbeb #febbca #f0bbfe

Monochromatic Colors of #febbeb

#febbeb

Complementary Color

#febbeb #bbfece

#febbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbeb Color CSS Codes

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

#febbeb Text Font Color

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

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


#febbeb Background Color

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

This div background color is #febbeb


#febbeb Border Color

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

This div border color is #febbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbeb

Related Colors


Comments

No comments written yet.

Please login to write comment.