#FDF1BA

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

Shades of Corn Field #FDF1BA

Tints of Corn Field #FDF1BA

Color information

#FDF1BA (or 0xFDF1BA) is unknown color: approx Corn Field. HEX triplet: FD, F1 and BA. RGB value is (253,241,186). Sum of RGB (Red+Green+Blue) = 253+241+186=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 186 (73.05% from 255 or 27.35% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1BA is #020E45. Grayscale: #EEEEEE. Windows color (decimal): -134726 or 12251645. OLE color: 12251645.

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

Color convert

RGB253241186-
CMYK00.050.260.01
HSL49.25º94.37%86.08%-
HSV(B)49.25º26.48%99.22%-
XYZ80.8387.3459.05-
YUV238.3298.48138.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.21%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 186 (73.05% from 255) = 27.35%
R=37.21%
G=35.44%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324118600.050.260.0149.2594.3786.08
HexFDF1BA051A1315e56
Octal3753612720532161136126
Binary111111011111000110111010010111010111000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1BA; }

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

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

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

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

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

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

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

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