#FDF5C2

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

Shades of Corn Field #FDF5C2

Tints of Corn Field #FDF5C2

Color information

#FDF5C2 (or 0xFDF5C2) is unknown color: approx Corn Field. HEX triplet: FD, F5 and C2. RGB value is (253,245,194). Sum of RGB (Red+Green+Blue) = 253+245+194=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 245 (96.09% from 255 or 35.40% from 692); Blue value is 194 (76.17% from 255 or 28.03% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5C2 is #020A3D. Grayscale: #F1F1F1. Windows color (decimal): -133694 or 12776957. OLE color: 12776957.

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

Color convert

RGB253245194-
CMYK00.030.230.01
HSL51.86º93.65%87.65%-
HSV(B)51.86º23.32%99.22%-
XYZ82.990.0864.06-
YUV241.58101.15136.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.56%
GREEN value IS 245 (96.09% from 255) = 35.40%
BLUE value IS 194 (76.17% from 255) = 28.03%
R=36.56%
G=35.40%
B=28.03%

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
Decimal25324519400.030.230.0151.8693.6587.65
HexFDF5C203171345e58
Octal3753653020327164136130
Binary11111101111101011100001001110111111010010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5C2; }

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

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

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

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

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

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

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

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