#FDE5BF

Color #FDE5BF Egg Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egg Sour #FDE5BF

Tints of Egg Sour #FDE5BF

Color information

#FDE5BF (or 0xFDE5BF) is unknown color: approx Egg Sour. HEX triplet: FD, E5 and BF. RGB value is (253,229,191). Sum of RGB (Red+Green+Blue) = 253+229+191=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 191 (75% from 255 or 28.38% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5BF is #021A40. Grayscale: #E8E8E8. Windows color (decimal): -137793 or 12576253. OLE color: 12576253.

HSL color Cylindrical-coordinate representation of color #FDE5BF: hue angle of 36.77º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDE5BF is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB253229191-
CMYK00.090.250.01
HSL36.77º93.94%87.06%-
HSV(B)36.77º24.51%99.22%-
XYZ77.9380.6860.76-
YUV231.84104.95143.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 229 (89.84% from 255) = 34.03%
BLUE value IS 191 (75% from 255) = 28.38%
R=37.59%
G=34.03%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322919100.090.250.0136.7793.9487.06
HexFDE5BF09191255e57
Octal37534527701131145136127
Binary1111110111100101101111110100111001110010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE5BF; }

 p { color: rgb(253,229,191); }

 H1.HeaderClassName
 {
   color: #FDE5BF;
 }
 .AnyTagClassName
 {
   color: #FDE5BF;
 }
</style>
background-color css

<style>
 a { background-color: #FDE5BF; }

 a { background-color: rgb(253,229,191); }

 div.DivClassName
 {
   background-color: #FDE5BF;
 }
 .BgClassName
 {
   background-color: #FDE5BF;
 }
</style>
border-color css

<style>
 span { border-color: #FDE5BF; }

 span { border-color: rgb(253,229,191); }

 td.TdClassName
 {
   border-color: #FDE5BF;
 }
 .TagClassName
 {
   border-color: #FDE5BF;
 }
</style>