#fff6be

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

Shades of Corn Field #FFF6BE

Tints of Corn Field #FFF6BE

Color information

#FFF6BE (or 0xFFF6BE) is unknown color: approx Corn Field. HEX triplet: FF, F6 and BE. RGB value is (255,246,190). Sum of RGB (Red+Green+Blue) = 255+246+190=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 246 (96.48% from 255 or 35.60% from 691); Blue value is 190 (74.61% from 255 or 27.50% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6BE is #000941. Grayscale: #F2F2F2. Windows color (decimal): -2370 or 12515071. OLE color: 12515071.

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

Color convert

RGB255246190-
CMYK00.040.250
HSL51.69º100%87.25%-
HSV(B)51.69º25.49%100%-
XYZ83.4990.8961.86-
YUV242.3198.48137.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.90%
GREEN value IS 246 (96.48% from 255) = 35.60%
BLUE value IS 190 (74.61% from 255) = 27.50%
R=36.90%
G=35.60%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524619000.040.25051.6910087.25
HexFFF6BE04190346457
Octal3773662760431064144127
Binary111111111111011010111110010011001011010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fff6be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fff6be; }

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

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

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

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

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

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

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

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