#FFF2B9

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

Shades of Corn Field #FFF2B9

Tints of Corn Field #FFF2B9

Color information

#FFF2B9 (or 0xFFF2B9) is unknown color: approx Corn Field. HEX triplet: FF, F2 and B9. RGB value is (255,242,185). Sum of RGB (Red+Green+Blue) = 255+242+185=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 185 (72.66% from 255 or 27.13% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2B9 is #000D46. Grayscale: #EFEFEF. Windows color (decimal): -3399 or 12186367. OLE color: 12186367.

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

Color convert

RGB255242185-
CMYK00.050.270
HSL48.86º100%86.27%-
HSV(B)48.86º27.45%100%-
XYZ81.7588.2758.63-
YUV239.3997.31139.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 242 (94.92% from 255) = 35.48%
BLUE value IS 185 (72.66% from 255) = 27.13%
R=37.39%
G=35.48%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524218500.050.27048.8610086.27
HexFFF2B9051B0316456
Octal3773622710533061144126
Binary111111111111001010111001010111011011000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2B9; }

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

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

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

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

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

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

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

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