#FDF4B7

Color #FDF4B7 Corn Field (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Field #FDF4B7

Tints of Corn Field #FDF4B7

Color information

#FDF4B7 (or 0xFDF4B7) is unknown color: approx Corn Field. HEX triplet: FD, F4 and B7. RGB value is (253,244,183). Sum of RGB (Red+Green+Blue) = 253+244+183=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 244 (95.70% from 255 or 35.88% from 680); Blue value is 183 (71.88% from 255 or 26.91% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4B7 is #020B48. Grayscale: #EFEFEF. Windows color (decimal): -133961 or 12055805. OLE color: 12055805.

HSL color Cylindrical-coordinate representation of color #FDF4B7: hue angle of 52.29º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDF4B7 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB253244183-
CMYK00.040.280.01
HSL52.29º94.59%85.49%-
HSV(B)52.29º27.67%99.22%-
XYZ81.418957.69-
YUV239.7495.98137.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.21%
GREEN value IS 244 (95.70% from 255) = 35.88%
BLUE value IS 183 (71.88% from 255) = 26.91%
R=37.21%
G=35.88%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324418300.040.280.0152.2994.5985.49
HexFDF4B7041C1345f55
Octal3753642670434164137125
Binary111111011111010010110111010011100111010010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4B7; }

 p { color: rgb(253,244,183); }

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

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

 a { background-color: rgb(253,244,183); }

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

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

 span { border-color: rgb(253,244,183); }

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