Color Hex Logo

#fedfbb Color Hex

#FEDFBB
(254,223,187)
0 Favorites   0 Comments

Color spaces of #fedfbb

RGB 254223187
HSL0.090.970.86
HSV32°26°100°
CMYK 0.000.120.26   0.00
XYZ76.230477.434057.9422
Yxy77.43400.36020.3659
Hunter Lab87.99660.638422.5575
CIE-Lab90.52105.408621.5848

#fedfbb color RGB value is (254,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 10111011
Octal 376 337 273
Decimal 254 223 187
Hex FE DF BB

RGB Percentages of Color #fedfbb

%38.25
%33.58
%28.16

CMYK Percentages of Color #fedfbb

%0
%12
%26
%0

Triadic Colors of #fedfbb

#fedfbb #bbfedf #dfbbfe

Analogous Colors of #fedfbb

#fedfbb #fcfebb #febebb

Monochromatic Colors of #fedfbb

#fedfbb

Complementary Color

#fedfbb #bbdafe

#fedfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfbb Color CSS Codes

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

#fedfbb Text Font Color

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

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


#fedfbb Background Color

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

This div background color is #fedfbb


#fedfbb Border Color

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

This div border color is #fedfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfbb


Comments

No comments written yet.

Please login to write comment.