#FDF1BB

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

Shades of Corn Field #FDF1BB

Tints of Corn Field #FDF1BB

Color information

#FDF1BB (or 0xFDF1BB) is unknown color: approx Corn Field. HEX triplet: FD, F1 and BB. RGB value is (253,241,187). Sum of RGB (Red+Green+Blue) = 253+241+187=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 187 (73.44% from 255 or 27.46% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1BB is #020E44. Grayscale: #EEEEEE. Windows color (decimal): -134725 or 12317181. OLE color: 12317181.

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

Color convert

RGB253241187-
CMYK00.050.260.01
HSL49.09º94.29%86.27%-
HSV(B)49.09º26.09%99.22%-
XYZ80.9387.3859.61-
YUV238.4398.98138.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.15%
GREEN value IS 241 (94.53% from 255) = 35.39%
BLUE value IS 187 (73.44% from 255) = 27.46%
R=37.15%
G=35.39%
B=27.46%

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
Decimal25324118700.050.260.0149.0994.2986.27
HexFDF1BB051A1315e56
Octal3753612730532161136126
Binary111111011111000110111011010111010111000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1BB; }

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

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

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

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

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

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

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

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