#FDF6C6

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

Shades of Corn Field #FDF6C6

Tints of Corn Field #FDF6C6

Color information

#FDF6C6 (or 0xFDF6C6) is unknown color: approx Corn Field. HEX triplet: FD, F6 and C6. RGB value is (253,246,198). Sum of RGB (Red+Green+Blue) = 253+246+198=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 246 (96.48% from 255 or 35.29% from 697); Blue value is 198 (77.73% from 255 or 28.41% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6C6 is #020939. Grayscale: #F2F2F2. Windows color (decimal): -133434 or 13039357. OLE color: 13039357.

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

Color convert

RGB253246198-
CMYK00.030.220.01
HSL52.36º93.22%88.43%-
HSV(B)52.36º21.74%99.22%-
XYZ83.6690.8766.56-
YUV242.62102.82135.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.30%
GREEN value IS 246 (96.48% from 255) = 35.29%
BLUE value IS 198 (77.73% from 255) = 28.41%
R=36.30%
G=35.29%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324619800.030.220.0152.3693.2288.43
HexFDF6C603161345d58
Octal3753663060326164135130
Binary11111101111101101100011001110110111010010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF6C6; }

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

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

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

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

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

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

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

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