#FDF4C9

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

Shades of Corn Field #FDF4C9

Tints of Corn Field #FDF4C9

Color information

#FDF4C9 (or 0xFDF4C9) is unknown color: approx Corn Field. HEX triplet: FD, F4 and C9. RGB value is (253,244,201). Sum of RGB (Red+Green+Blue) = 253+244+201=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 244 (95.70% from 255 or 34.96% from 698); Blue value is 201 (78.91% from 255 or 28.80% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4C9 is #020B36. Grayscale: #F1F1F1. Windows color (decimal): -133943 or 13235453. OLE color: 13235453.

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

Color convert

RGB253244201-
CMYK00.040.210.01
HSL49.62º92.86%89.02%-
HSV(B)49.62º20.55%99.22%-
XYZ83.489.868.2-
YUV241.79104.98136-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.25%
GREEN value IS 244 (95.70% from 255) = 34.96%
BLUE value IS 201 (78.91% from 255) = 28.80%
R=36.25%
G=34.96%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324420100.040.210.0149.6292.8689.02
HexFDF4C904151325d59
Octal3753643110425162135131
Binary111111011111010011001001010010101111001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4C9; }

 p { color: rgb(253,244,201); }

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

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

 a { background-color: rgb(253,244,201); }

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

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

 span { border-color: rgb(253,244,201); }

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