#FDF7C2

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

Shades of Corn Field #FDF7C2

Tints of Corn Field #FDF7C2

Color information

#FDF7C2 (or 0xFDF7C2) is unknown color: approx Corn Field. HEX triplet: FD, F7 and C2. RGB value is (253,247,194). Sum of RGB (Red+Green+Blue) = 253+247+194=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 247 (96.88% from 255 or 35.59% from 694); Blue value is 194 (76.17% from 255 or 27.95% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF7C2 is #02083D. Grayscale: #F2F2F2. Windows color (decimal): -133182 or 12777469. OLE color: 12777469.

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

Color convert

RGB253247194-
CMYK00.020.230.01
HSL53.9º93.65%87.65%-
HSV(B)53.9º23.32%99.22%-
XYZ83.5191.364.26-
YUV242.75100.49135.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.46%
GREEN value IS 247 (96.88% from 255) = 35.59%
BLUE value IS 194 (76.17% from 255) = 27.95%
R=36.46%
G=35.59%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324719400.020.230.0153.993.6587.65
HexFDF7C202171365e58
Octal3753673020227166136130
Binary11111101111101111100001001010111111011010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF7C2; }

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

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

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

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

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

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

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

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