Color Hex Logo

#febbdc Color Hex

#FEBBDC
(254,187,220)
0 Favorites   0 Comments

Color spaces of #febbdc

RGB 254187220
HSL0.920.970.86
HSV330°26°100°
CMYK 0.000.260.13   0.00
XYZ71.561661.778875.8629
Yxy61.77880.34210.2953
Hunter Lab78.599524.9678-2.2061
CIE-Lab82.795629.0231-6.9672

#febbdc color RGB value is (254,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 11011100
Octal 376 273 334
Decimal 254 187 220
Hex FE BB DC

RGB Percentages of Color #febbdc

%38.43
%28.29
%33.28

CMYK Percentages of Color #febbdc

%0
%26
%13
%0

Triadic Colors of #febbdc

#febbdc #dcfebb #bbdcfe

Analogous Colors of #febbdc

#febbdc #febcbb #febbfe

Monochromatic Colors of #febbdc

#febbdc

Complementary Color

#febbdc #bbfedd

#febbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbdc Color CSS Codes

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

#febbdc Text Font Color

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

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


#febbdc Background Color

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

This div background color is #febbdc


#febbdc Border Color

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

This div border color is #febbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbdc

#febbdc Color Palettes


Comments

No comments written yet.

Please login to write comment.