Color Hex Logo

#febcd1 Color Hex

#FEBCD1
(254,188,209)
0 Favorites   0 Comments

Color spaces of #febcd1

RGB 254188209
HSL0.950.970.87
HSV341°26°100°
CMYK 0.000.260.18   0.00
XYZ70.364961.640768.5108
Yxy61.64070.35090.3074
Hunter Lab78.511622.58283.2205
CIE-Lab82.722026.7909-1.1708

#febcd1 color RGB value is (254,188,209).

#febcd1 hex color red value is 254, green value is 188 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #febcd1 hue: 0.95 , saturation: 0.97 and the lightness value of febcd1 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 11010001
Octal 376 274 321
Decimal 254 188 209
Hex FE BC D1

RGB Percentages of Color #febcd1

%39.02
%28.88
%32.10

CMYK Percentages of Color #febcd1

%0
%26
%18
%0

Triadic Colors of #febcd1

#febcd1 #d1febc #bcd1fe

Analogous Colors of #febcd1

#febcd1 #fec8bc #febcf2

Monochromatic Colors of #febcd1

#febcd1

Complementary Color

#febcd1 #bcfee9

#febcd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcd1 Color CSS Codes

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

#febcd1 Text Font Color

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

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


#febcd1 Background Color

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

This div background color is #febcd1


#febcd1 Border Color

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

This div border color is #febcd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcd1

Related Colors


Comments

No comments written yet.

Please login to write comment.