Color Hex Logo

#febdd1 Color Hex

#FEBDD1
(254,189,209)
0 Favorites   0 Comments

Color spaces of #febdd1

RGB 254189209
HSL0.950.970.87
HSV342°26°100°
CMYK 0.000.260.18   0.00
XYZ70.579362.069568.5823
Yxy62.06950.35070.3084
Hunter Lab78.784222.03803.5365
CIE-Lab82.950426.2654-0.8366

#febdd1 color RGB value is (254,189,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 11010001
Octal 376 275 321
Decimal 254 189 209
Hex FE BD D1

RGB Percentages of Color #febdd1

%38.96
%28.99
%32.06

CMYK Percentages of Color #febdd1

%0
%26
%18
%0

Triadic Colors of #febdd1

#febdd1 #d1febd #bdd1fe

Analogous Colors of #febdd1

#febdd1 #fecabd #febdf2

Monochromatic Colors of #febdd1

#febdd1

Complementary Color

#febdd1 #bdfeea

#febdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febdd1 Color CSS Codes

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

#febdd1 Text Font Color

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

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


#febdd1 Background Color

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

This div background color is #febdd1


#febdd1 Border Color

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

This div border color is #febdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febdd1

#febdd1 Color Palettes


Comments

No comments written yet.

Please login to write comment.