#FFF4BE

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

Shades of Corn Field #FFF4BE

Tints of Corn Field #FFF4BE

Color information

#FFF4BE (or 0xFFF4BE) is unknown color: approx Corn Field. HEX triplet: FF, F4 and BE. RGB value is (255,244,190). Sum of RGB (Red+Green+Blue) = 255+244+190=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 244 (95.70% from 255 or 35.41% from 689); Blue value is 190 (74.61% from 255 or 27.58% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4BE is #000B41. Grayscale: #F1F1F1. Windows color (decimal): -2882 or 12514559. OLE color: 12514559.

HSL color Cylindrical-coordinate representation of color #FFF4BE: hue angle of 49.85º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFF4BE is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255244190-
CMYK00.040.250
HSL49.85º100%87.25%-
HSV(B)49.85º25.49%100%-
XYZ82.8889.6861.66-
YUV241.1399.14137.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 244 (95.70% from 255) = 35.41%
BLUE value IS 190 (74.61% from 255) = 27.58%
R=37.01%
G=35.41%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524419000.040.25049.8510087.25
HexFFF4BE04190326457
Octal3773642760431062144127
Binary111111111111010010111110010011001011001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF4BE; }

 p { color: rgb(255,244,190); }

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

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

 a { background-color: rgb(255,244,190); }

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

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

 span { border-color: rgb(255,244,190); }

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