Color Hex Logo

#febcdd Color Hex

#FEBCDD
(254,188,221)
0 Favorites   0 Comments

Color spaces of #febcdd

RGB 254188221
HSL0.920.970.87
HSV330°26°100°
CMYK 0.000.260.13   0.00
XYZ71.907462.257776.6336
Yxy62.25770.34110.2953
Hunter Lab78.903524.5917-2.3518
CIE-Lab83.050328.6571-7.1266

#febcdd color RGB value is (254,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 11011101
Octal 376 274 335
Decimal 254 188 221
Hex FE BC DD

RGB Percentages of Color #febcdd

%38.31
%28.36
%33.33

CMYK Percentages of Color #febcdd

%0
%26
%13
%0

Triadic Colors of #febcdd

#febcdd #ddfebc #bcddfe

Analogous Colors of #febcdd

#febcdd #febcbc #febcfe

Monochromatic Colors of #febcdd

#febcdd

Complementary Color

#febcdd #bcfedd

#febcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcdd Color CSS Codes

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

#febcdd Text Font Color

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

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


#febcdd Background Color

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

This div background color is #febcdd


#febcdd Border Color

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

This div border color is #febcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcdd

Related Colors


Comments

No comments written yet.

Please login to write comment.