#FDF4B5

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

Shades of Corn Field #FDF4B5

Tints of Corn Field #FDF4B5

Color information

#FDF4B5 (or 0xFDF4B5) is unknown color: approx Corn Field. HEX triplet: FD, F4 and B5. RGB value is (253,244,181). Sum of RGB (Red+Green+Blue) = 253+244+181=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 244 (95.70% from 255 or 35.99% from 678); Blue value is 181 (71.09% from 255 or 26.70% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4B5 is #020B4A. Grayscale: #EFEFEF. Windows color (decimal): -133963 or 11924733. OLE color: 11924733.

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

Color convert

RGB253244181-
CMYK00.040.280.01
HSL52.5º94.74%85.1%-
HSV(B)52.5º28.46%99.22%-
XYZ81.288.9256.6-
YUV239.5194.98137.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.32%
GREEN value IS 244 (95.70% from 255) = 35.99%
BLUE value IS 181 (71.09% from 255) = 26.70%
R=37.32%
G=35.99%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324418100.040.280.0152.594.7485.1
HexFDF4B5041C1345f55
Octal3753642650434164137125
Binary111111011111010010110101010011100111010010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4B5; }

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

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

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

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

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

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

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

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