#FFF6BF

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

Shades of Corn Field #FFF6BF

Tints of Corn Field #FFF6BF

Color information

#FFF6BF (or 0xFFF6BF) is unknown color: approx Corn Field. HEX triplet: FF, F6 and BF. RGB value is (255,246,191). Sum of RGB (Red+Green+Blue) = 255+246+191=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 246 (96.48% from 255 or 35.55% from 692); Blue value is 191 (75% from 255 or 27.60% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6BF is #000940. Grayscale: #F2F2F2. Windows color (decimal): -2369 or 12580607. OLE color: 12580607.

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

Color convert

RGB255246191-
CMYK00.040.250
HSL51.56º100%87.45%-
HSV(B)51.56º25.1%100%-
XYZ83.690.9362.44-
YUV242.4298.98136.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.85%
GREEN value IS 246 (96.48% from 255) = 35.55%
BLUE value IS 191 (75% from 255) = 27.60%
R=36.85%
G=35.55%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524619100.040.25051.5610087.45
HexFFF6BF04190346457
Octal3773662770431064144127
Binary111111111111011010111111010011001011010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF6BF; }

 p { color: rgb(255,246,191); }

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

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

 a { background-color: rgb(255,246,191); }

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

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

 span { border-color: rgb(255,246,191); }

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