Color Hex Logo

#febcdf Color Hex

#FEBCDF
(254,188,223)
0 Favorites   0 Comments

Color spaces of #febcdf

RGB 254188223
HSL0.910.970.87
HSV328°26°100°
CMYK 0.000.260.12   0.00
XYZ72.175662.365078.0456
Yxy62.36500.33950.2934
Hunter Lab78.971524.9390-3.3148
CIE-Lab83.107128.9777-8.1145

#febcdf color RGB value is (254,188,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 11011111
Octal 376 274 337
Decimal 254 188 223
Hex FE BC DF

RGB Percentages of Color #febcdf

%38.20
%28.27
%33.53

CMYK Percentages of Color #febcdf

%0
%26
%12
%0

Triadic Colors of #febcdf

#febcdf #dffebc #bcdffe

Analogous Colors of #febcdf

#febcdf #febcbe #fcbcfe

Monochromatic Colors of #febcdf

#febcdf

Complementary Color

#febcdf #bcfedb

#febcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcdf Color CSS Codes

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

#febcdf Text Font Color

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

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


#febcdf Background Color

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

This div background color is #febcdf


#febcdf Border Color

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

This div border color is #febcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcdf

Related Colors


Comments

No comments written yet.

Please login to write comment.