#FFF4B6

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

Shades of Corn Field #FFF4B6

Tints of Corn Field #FFF4B6

Color information

#FFF4B6 (or 0xFFF4B6) is unknown color: approx Corn Field. HEX triplet: FF, F4 and B6. RGB value is (255,244,182). Sum of RGB (Red+Green+Blue) = 255+244+182=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 244 (95.70% from 255 or 35.83% from 681); Blue value is 182 (71.48% from 255 or 26.73% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4B6 is #000B49. Grayscale: #F0F0F0. Windows color (decimal): -2890 or 11990271. OLE color: 11990271.

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

Color convert

RGB255244182-
CMYK00.040.290
HSL50.96º100%85.69%-
HSV(B)50.96º28.63%100%-
XYZ82.0389.3457.18-
YUV240.2295.14138.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 244 (95.70% from 255) = 35.83%
BLUE value IS 182 (71.48% from 255) = 26.73%
R=37.44%
G=35.83%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524418200.040.29050.9610085.69
HexFFF4B6041D0336456
Octal3773642660435063144126
Binary111111111111010010110110010011101011001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF4B6; }

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

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

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

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

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

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

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

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