#FDF2BF

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

Shades of Corn Field #FDF2BF

Tints of Corn Field #FDF2BF

Color information

#FDF2BF (or 0xFDF2BF) is unknown color: approx Corn Field. HEX triplet: FD, F2 and BF. RGB value is (253,242,191). Sum of RGB (Red+Green+Blue) = 253+242+191=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 191 (75% from 255 or 27.84% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2BF is #020D40. Grayscale: #EFEFEF. Windows color (decimal): -134465 or 12579581. OLE color: 12579581.

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

Color convert

RGB253242191-
CMYK00.040.250.01
HSL49.35º93.94%87.06%-
HSV(B)49.35º24.51%99.22%-
XYZ81.6688.1562-
YUV239.48100.64137.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.88%
GREEN value IS 242 (94.92% from 255) = 35.28%
BLUE value IS 191 (75% from 255) = 27.84%
R=36.88%
G=35.28%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324219100.040.250.0149.3593.9487.06
HexFDF2BF04191315e57
Octal3753622770431161136127
Binary111111011111001010111111010011001111000110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF2BF; }

 p { color: rgb(253,242,191); }

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

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

 a { background-color: rgb(253,242,191); }

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

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

 span { border-color: rgb(253,242,191); }

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