#FFF6B7

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

Shades of Corn Field #FFF6B7

Tints of Corn Field #FFF6B7

Color information

#FFF6B7 (or 0xFFF6B7) is unknown color: approx Corn Field. HEX triplet: FF, F6 and B7. RGB value is (255,246,183). Sum of RGB (Red+Green+Blue) = 255+246+183=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 246 (96.48% from 255 or 35.96% from 684); Blue value is 183 (71.88% from 255 or 26.75% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6B7 is #000948. Grayscale: #F1F1F1. Windows color (decimal): -2377 or 12056319. OLE color: 12056319.

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

Color convert

RGB255246183-
CMYK00.040.280
HSL52.5º100%85.88%-
HSV(B)52.5º28.24%100%-
XYZ82.7490.5957.92-
YUV241.5194.98137.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 246 (96.48% from 255) = 35.96%
BLUE value IS 183 (71.88% from 255) = 26.75%
R=37.28%
G=35.96%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524618300.040.28052.510085.88
HexFFF6B7041C0346456
Octal3773662670434064144126
Binary111111111111011010110111010011100011010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF6B7; }

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

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

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

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

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

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

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

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