#FDF1B9

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

Shades of Corn Field #FDF1B9

Tints of Corn Field #FDF1B9

Color information

#FDF1B9 (or 0xFDF1B9) is unknown color: approx Corn Field. HEX triplet: FD, F1 and B9. RGB value is (253,241,185). Sum of RGB (Red+Green+Blue) = 253+241+185=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 185 (72.66% from 255 or 27.25% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1B9 is #020E46. Grayscale: #EEEEEE. Windows color (decimal): -134727 or 12186109. OLE color: 12186109.

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

Color convert

RGB253241185-
CMYK00.050.270.01
HSL49.41º94.44%85.88%-
HSV(B)49.41º26.88%99.22%-
XYZ80.7287.358.49-
YUV238.297.98138.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.26%
GREEN value IS 241 (94.53% from 255) = 35.49%
BLUE value IS 185 (72.66% from 255) = 27.25%
R=37.26%
G=35.49%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324118500.050.270.0149.4194.4485.88
HexFDF1B9051B1315e56
Octal3753612710533161136126
Binary111111011111000110111001010111011111000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1B9; }

 p { color: rgb(253,241,185); }

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

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

 a { background-color: rgb(253,241,185); }

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

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

 span { border-color: rgb(253,241,185); }

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