#FBF6BE

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

Shades of Corn Field #FBF6BE

Tints of Corn Field #FBF6BE

Color information

#FBF6BE (or 0xFBF6BE) is unknown color: approx Corn Field. HEX triplet: FB, F6 and BE. RGB value is (251,246,190). Sum of RGB (Red+Green+Blue) = 251+246+190=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 190 (74.61% from 255 or 27.66% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF6BE is #040941. Grayscale: #F1F1F1. Windows color (decimal): -264514 or 12515067. OLE color: 12515067.

HSL color Cylindrical-coordinate representation of color #FBF6BE: hue angle of 55.08º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBF6BE is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251246190-
CMYK00.020.240.02
HSL55.08º88.41%86.47%-
HSV(B)55.08º24.3%98.43%-
XYZ82.0390.1461.79-
YUV241.1199.16135.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.54%
GREEN value IS 246 (96.48% from 255) = 35.81%
BLUE value IS 190 (74.61% from 255) = 27.66%
R=36.54%
G=35.81%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124619000.020.240.0255.0888.4186.47
HexFBF6BE02182375856
Octal3733662760230267130126
Binary111110111111011010111110010110001011011110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF6BE; }

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

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

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

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

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

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

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

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