#FDF7B9

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

Shades of Corn Field #FDF7B9

Tints of Corn Field #FDF7B9

Color information

#FDF7B9 (or 0xFDF7B9) is unknown color: approx Corn Field. HEX triplet: FD, F7 and B9. RGB value is (253,247,185). Sum of RGB (Red+Green+Blue) = 253+247+185=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 247 (96.88% from 255 or 36.06% from 685); Blue value is 185 (72.66% from 255 or 27.01% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF7B9 is #020846. Grayscale: #F1F1F1. Windows color (decimal): -133191 or 12187645. OLE color: 12187645.

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

Color convert

RGB253247185-
CMYK00.020.270.01
HSL54.71º94.44%85.88%-
HSV(B)54.71º26.88%99.22%-
XYZ82.5390.9159.1-
YUV241.7395.99136.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.93%
GREEN value IS 247 (96.88% from 255) = 36.06%
BLUE value IS 185 (72.66% from 255) = 27.01%
R=36.93%
G=36.06%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324718500.020.270.0154.7194.4485.88
HexFDF7B9021B1375e56
Octal3753672710233167136126
Binary11111101111101111011100101011011111011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF7B9; }

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

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

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

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

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

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

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

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