Color Hex Logo

#febbc8 Color Hex

#FEBBC8
(254,187,200)
0 Favorites   0 Comments

Color spaces of #febbc8

RGB 254187200
HSL0.970.970.86
HSV348°26°100°
CMYK 0.000.260.21   0.00
XYZ69.068760.781662.7353
Yxy60.78160.35860.3156
Hunter Lab77.962621.70256.8640
CIE-Lab82.261225.98242.9926

#febbc8 color RGB value is (254,187,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 11001000
Octal 376 273 310
Decimal 254 187 200
Hex FE BB C8

RGB Percentages of Color #febbc8

%39.63
%29.17
%31.20

CMYK Percentages of Color #febbc8

%0
%26
%21
%0

Triadic Colors of #febbc8

#febbc8 #c8febb #bbc8fe

Analogous Colors of #febbc8

#febbc8 #fed0bb #febbea

Monochromatic Colors of #febbc8

#febbc8

Complementary Color

#febbc8 #bbfef1

#febbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbc8 Color CSS Codes

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

#febbc8 Text Font Color

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

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


#febbc8 Background Color

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

This div background color is #febbc8


#febbc8 Border Color

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

This div border color is #febbc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbc8


Comments

No comments written yet.

Please login to write comment.