#FDF7C4

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

Shades of Corn Field #FDF7C4

Tints of Corn Field #FDF7C4

Color information

#FDF7C4 (or 0xFDF7C4) is unknown color: approx Corn Field. HEX triplet: FD, F7 and C4. RGB value is (253,247,196). Sum of RGB (Red+Green+Blue) = 253+247+196=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 247 (96.88% from 255 or 35.49% from 696); Blue value is 196 (76.95% from 255 or 28.16% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF7C4 is #02083B. Grayscale: #F3F3F3. Windows color (decimal): -133180 or 12908541. OLE color: 12908541.

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

Color convert

RGB253247196-
CMYK00.020.230.01
HSL53.68º93.44%88.04%-
HSV(B)53.68º22.53%99.22%-
XYZ83.7391.3965.45-
YUV242.98101.49135.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.35%
GREEN value IS 247 (96.88% from 255) = 35.49%
BLUE value IS 196 (76.95% from 255) = 28.16%
R=36.35%
G=35.49%
B=28.16%

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
Decimal25324719600.020.230.0153.6893.4488.04
HexFDF7C402171365d58
Octal3753673040227166135130
Binary11111101111101111100010001010111111011010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF7C4; }

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

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

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

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

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

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

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

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