#FFF6B9

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

Shades of Corn Field #FFF6B9

Tints of Corn Field #FFF6B9

Color information

#FFF6B9 (or 0xFFF6B9) is unknown color: approx Corn Field. HEX triplet: FF, F6 and B9. RGB value is (255,246,185). Sum of RGB (Red+Green+Blue) = 255+246+185=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 185 (72.66% from 255 or 26.97% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6B9 is #000946. Grayscale: #F1F1F1. Windows color (decimal): -2375 or 12187391. OLE color: 12187391.

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

Color convert

RGB255246185-
CMYK00.040.270
HSL52.29º100%86.27%-
HSV(B)52.29º27.45%100%-
XYZ82.9590.6759.03-
YUV241.7495.98137.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 246 (96.48% from 255) = 35.86%
BLUE value IS 185 (72.66% from 255) = 26.97%
R=37.17%
G=35.86%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524618500.040.27052.2910086.27
HexFFF6B9041B0346456
Octal3773662710433064144126
Binary111111111111011010111001010011011011010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF6B9; }

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

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

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

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

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

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

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

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