Color Hex Logo

#febbc1 Color Hex

#FEBBC1
(254,187,193)
0 Favorites   0 Comments

Color spaces of #febbc1

RGB 254187193
HSL0.990.970.86
HSV355°26°100°
CMYK 0.000.260.24   0.00
XYZ68.269060.461758.5242
Yxy60.46170.36460.3229
Hunter Lab77.757120.64409.8051
CIE-Lab82.088524.98516.5052

#febbc1 color RGB value is (254,187,193).

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

The process color (four color CMYK) of #febbc1 color hex is 0.00, 0.26, 0.24, 0.00. Web safe color of #febbc1 is #ffcccc. Color #febbc1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 11000001
Octal 376 273 301
Decimal 254 187 193
Hex FE BB C1

RGB Percentages of Color #febbc1

%40.06
%29.50
%30.44

CMYK Percentages of Color #febbc1

%0
%26
%24
%0

Triadic Colors of #febbc1

#febbc1 #c1febb #bbc1fe

Analogous Colors of #febbc1

#febbc1 #fed7bb #febbe3

Monochromatic Colors of #febbc1

#febbc1

Complementary Color

#febbc1 #bbfef8

#febbc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbc1 Color CSS Codes

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

#febbc1 Text Font Color

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

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


#febbc1 Background Color

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

This div background color is #febbc1


#febbc1 Border Color

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

This div border color is #febbc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbc1

Related Colors


Comments

No comments written yet.

Please login to write comment.