#FDE7C0

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

Shades of Egg Sour #FDE7C0

Tints of Egg Sour #FDE7C0

Color information

#FDE7C0 (or 0xFDE7C0) is unknown color: approx Egg Sour. HEX triplet: FD, E7 and C0. RGB value is (253,231,192). Sum of RGB (Red+Green+Blue) = 253+231+192=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 231 (90.62% from 255 or 34.17% from 676); Blue value is 192 (75.39% from 255 or 28.40% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE7C0 is #02183F. Grayscale: #E9E9E9. Windows color (decimal): -137280 or 12642301. OLE color: 12642301.

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

Color convert

RGB253231192-
CMYK00.090.240.01
HSL38.36º93.85%87.25%-
HSV(B)38.36º24.11%99.22%-
XYZ78.681.8461.52-
YUV233.13104.79142.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.43%
GREEN value IS 231 (90.62% from 255) = 34.17%
BLUE value IS 192 (75.39% from 255) = 28.40%
R=37.43%
G=34.17%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323119200.090.240.0138.3693.8587.25
HexFDE7C009181265e57
Octal37534730001130146136127
Binary1111110111100111110000000100111000110011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE7C0; }

 p { color: rgb(253,231,192); }

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

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

 a { background-color: rgb(253,231,192); }

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

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

 span { border-color: rgb(253,231,192); }

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