#FDF6C4

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

Shades of Corn Field #FDF6C4

Tints of Corn Field #FDF6C4

Color information

#FDF6C4 (or 0xFDF6C4) is unknown color: approx Corn Field. HEX triplet: FD, F6 and C4. RGB value is (253,246,196). Sum of RGB (Red+Green+Blue) = 253+246+196=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 246 (96.48% from 255 or 35.40% from 695); Blue value is 196 (76.95% from 255 or 28.20% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6C4 is #02093B. Grayscale: #F2F2F2. Windows color (decimal): -133436 or 12908285. OLE color: 12908285.

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

Color convert

RGB253246196-
CMYK00.030.230.01
HSL52.63º93.44%88.04%-
HSV(B)52.63º22.53%99.22%-
XYZ83.4390.7865.35-
YUV242.39101.82135.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.40%
GREEN value IS 246 (96.48% from 255) = 35.40%
BLUE value IS 196 (76.95% from 255) = 28.20%
R=36.40%
G=35.40%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324619600.030.230.0152.6393.4488.04
HexFDF6C403171355d58
Octal3753663040327165135130
Binary11111101111101101100010001110111111010110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF6C4; }

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

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

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

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

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

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

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

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