Color Hex Logo

#febedd Color Hex

#FEBEDD
(254,190,221)
0 Favorites   0 Comments

Color spaces of #febedd

RGB 254190221
HSL0.920.970.87
HSV331°25°100°
CMYK 0.000.250.13   0.00
XYZ72.337763.118276.7770
Yxy63.11820.34080.2974
Hunter Lab79.447023.4948-1.6846
CIE-Lab83.504527.6060-6.4543

#febedd color RGB value is (254,190,221).

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

The process color (four color CMYK) of #febedd color hex is 0.00, 0.25, 0.13, 0.00. Web safe color of #febedd is #ffcccc. Color #febedd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 11011101
Octal 376 276 335
Decimal 254 190 221
Hex FE BE DD

RGB Percentages of Color #febedd

%38.20
%28.57
%33.23

CMYK Percentages of Color #febedd

%0
%25
%13
%0

Triadic Colors of #febedd

#febedd #ddfebe #beddfe

Analogous Colors of #febedd

#febedd #febfbe #febefd

Monochromatic Colors of #febedd

#febedd

Complementary Color

#febedd #befedf

#febedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#febedd Color CSS Codes

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

#febedd Text Font Color

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

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


#febedd Background Color

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

This div background color is #febedd


#febedd Border Color

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

This div border color is #febedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febedd

Related Colors


Comments

No comments written yet.

Please login to write comment.