Color Hex Logo

#fedcfb Color Hex

#FEDCFB
(254,220,251)
0 Favorites   0 Comments

Color spaces of #fedcfb

RGB 254220251
HSL0.850.940.93
HSV305°13°100°
CMYK 0.000.130.01   0.00
XYZ83.878879.2223102.1373
Yxy79.22230.31620.2987
Hunter Lab89.006912.4537-5.7317
CIE-Lab91.334816.9450-10.7214

#fedcfb color RGB value is (254,220,251).

#fedcfb hex color red value is 254, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fedcfb hue: 0.85 , saturation: 0.94 and the lightness value of fedcfb is 0.93.

The process color (four color CMYK) of #fedcfb color hex is 0.00, 0.13, 0.01, 0.00. Web safe color of #fedcfb is #ffccff. Color #fedcfb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 11111011
Octal 376 334 373
Decimal 254 220 251
Hex FE DC FB

RGB Percentages of Color #fedcfb

%35.03
%30.34
%34.62

CMYK Percentages of Color #fedcfb

%0
%13
%1
%0

Triadic Colors of #fedcfb

#fedcfb #fbfedc #dcfbfe

Analogous Colors of #fedcfb

#fedcfb #fedcea #f0dcfe

Monochromatic Colors of #fedcfb

#fedcfb

Complementary Color

#fedcfb #dcfedf

#fedcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedcfb Color CSS Codes

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

#fedcfb Text Font Color

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

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


#fedcfb Background Color

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

This div background color is #fedcfb


#fedcfb Border Color

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

This div border color is #fedcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.