#fed1bf

#fed1bf color hex

#fed1bf hex color information.
RGB value of #fed1bf is (254,209,191)
Change page background color to #fed1bf | Reset

#fed1bf rgb color chart

Color spaces of #fed1bf

RGB 254209191
HSL0.050.970.87
HSV17°25°100°
CMYK 0.000.180.25   0.00
XYZ73.077570.433359.0336
Yxy70.43330.36080.3477
Hunter Lab83.92458.561317.0418
CIE-Lab87.208913.189714.8631

Shades of #fed1bf

Tints of #fed1bf

RGB Percentages of Color #fed1bf

%38.84
%31.96
%29.20

CMYK Percentages of Color #fed1bf

%0
%18
%25
%0

#fed1bf Color Info

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

The process color (four color CMYK) of #fed1bf hex color is 0.00, 0.18, 0.25, 0.00. Web safe color of #fed1bf is #ffcccc

Color #fed1bf contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 10111111
Octal 376 321 277
Decimal 254 209 191
Hexadecimal FE D1 BF

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #fed1bf

Triadic Colors of #fed1bf

#fed1bf #bffed1 #d0bffe

Analogous Colors of #fed1bf

#fed1bf #fef0bf #febfcc

Complementary Color of #fed1bf

#fed1bf #bfecfe

#fed1bf HSL Color Chart
#fed1bf hsl color chart
#fed1bf RGB Color Chart

#fed1bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed1bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed1bf Color CSS Codes

.mybgcolor {background-color:#fed1bf; } 
.myforecolor {color:#fed1bf; }
.mybordercolor {border:3px solid #fed1bf; }
Sample text font color #fed1bf

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

html code
<p style="color:#fed1bf">Text here</p>
#fed1bf background color

This div background color is #fed1bf

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

This div border color is #fed1bf

<div style="border:3px solid #fed1bf">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #fed1bf Color Sample
#fed1bfborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(254,209,191, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #fed1bf; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #fed1bf;
  -webkit-box-shadow: 1px 1px 3px 2px #fed1bf;
  box-shadow:         1px 1px 3px 2px #fed1bf; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,209,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fed1bf">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #fed1bf

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top