#FDE4BE

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

Shades of Egg Sour #FDE4BE

Tints of Egg Sour #FDE4BE

Color information

#FDE4BE (or 0xFDE4BE) is unknown color: approx Egg Sour. HEX triplet: FD, E4 and BE. RGB value is (253,228,190). Sum of RGB (Red+Green+Blue) = 253+228+190=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 190 (74.61% from 255 or 28.32% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4BE is #021B41. Grayscale: #E7E7E7. Windows color (decimal): -138050 or 12510461. OLE color: 12510461.

HSL color Cylindrical-coordinate representation of color #FDE4BE: hue angle of 36.19º 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 #FDE4BE is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB253228190-
CMYK00.100.250.01
HSL36.19º94.03%86.86%-
HSV(B)36.19º24.9%99.22%-
XYZ77.5580.0960.09-
YUV231.14104.78143.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 228 (89.45% from 255) = 33.98%
BLUE value IS 190 (74.61% from 255) = 28.32%
R=37.70%
G=33.98%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322819000.100.250.0136.1994.0386.86
HexFDE4BE0A191245e57
Octal37534427601231144136127
Binary1111110111100100101111100101011001110010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4BE; }

 p { color: rgb(253,228,190); }

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

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

 a { background-color: rgb(253,228,190); }

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

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

 span { border-color: rgb(253,228,190); }

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