#FDF6C3

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

Shades of Corn Field #FDF6C3

Tints of Corn Field #FDF6C3

Color information

#FDF6C3 (or 0xFDF6C3) is unknown color: approx Corn Field. HEX triplet: FD, F6 and C3. RGB value is (253,246,195). Sum of RGB (Red+Green+Blue) = 253+246+195=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 246 (96.48% from 255 or 35.45% from 694); Blue value is 195 (76.56% from 255 or 28.10% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6C3 is #02093C. Grayscale: #F2F2F2. Windows color (decimal): -133437 or 12842749. OLE color: 12842749.

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

Color convert

RGB253246195-
CMYK00.030.230.01
HSL52.76º93.55%87.84%-
HSV(B)52.76º22.92%99.22%-
XYZ83.3190.7364.75-
YUV242.28101.32135.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.46%
GREEN value IS 246 (96.48% from 255) = 35.45%
BLUE value IS 195 (76.56% from 255) = 28.10%
R=36.46%
G=35.45%
B=28.10%

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
Decimal25324619500.030.230.0152.7693.5587.84
HexFDF6C303171355e58
Octal3753663030327165136130
Binary11111101111101101100001101110111111010110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF6C3; }

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

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

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

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

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

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

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

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