#FDF4C1

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

Shades of Corn Field #FDF4C1

Tints of Corn Field #FDF4C1

Color information

#FDF4C1 (or 0xFDF4C1) is unknown color: approx Corn Field. HEX triplet: FD, F4 and C1. RGB value is (253,244,193). Sum of RGB (Red+Green+Blue) = 253+244+193=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 244 (95.70% from 255 or 35.36% from 690); Blue value is 193 (75.78% from 255 or 27.97% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4C1 is #020B3E. Grayscale: #F1F1F1. Windows color (decimal): -133951 or 12711165. OLE color: 12711165.

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

Color convert

RGB253244193-
CMYK00.040.240.01
HSL51º93.75%87.45%-
HSV(B)51º23.72%99.22%-
XYZ82.4889.4363.37-
YUV240.88100.98136.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.67%
GREEN value IS 244 (95.70% from 255) = 35.36%
BLUE value IS 193 (75.78% from 255) = 27.97%
R=36.67%
G=35.36%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324419300.040.240.015193.7587.45
HexFDF4C104181335e57
Octal3753643010430163136127
Binary111111011111010011000001010011000111001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4C1; }

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

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

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

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

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

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

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

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