#FDF5C0

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

Shades of Corn Field #FDF5C0

Tints of Corn Field #FDF5C0

Color information

#FDF5C0 (or 0xFDF5C0) is unknown color: approx Corn Field. HEX triplet: FD, F5 and C0. RGB value is (253,245,192). Sum of RGB (Red+Green+Blue) = 253+245+192=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 245 (96.09% from 255 or 35.51% from 690); Blue value is 192 (75.39% from 255 or 27.83% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5C0 is #020A3F. Grayscale: #F1F1F1. Windows color (decimal): -133696 or 12645885. OLE color: 12645885.

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

Color convert

RGB253245192-
CMYK00.030.240.01
HSL52.13º93.85%87.25%-
HSV(B)52.13º24.11%99.22%-
XYZ82.6789.9962.88-
YUV241.35100.15136.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.67%
GREEN value IS 245 (96.09% from 255) = 35.51%
BLUE value IS 192 (75.39% from 255) = 27.83%
R=36.67%
G=35.51%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324519200.030.240.0152.1393.8587.25
HexFDF5C003181345e57
Octal3753653000330164136127
Binary11111101111101011100000001111000111010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5C0; }

 p { color: rgb(253,245,192); }

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

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

 a { background-color: rgb(253,245,192); }

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

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

 span { border-color: rgb(253,245,192); }

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