#FBF7BE

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

Shades of Corn Field #FBF7BE

Tints of Corn Field #FBF7BE

Color information

#FBF7BE (or 0xFBF7BE) is unknown color: approx Corn Field. HEX triplet: FB, F7 and BE. RGB value is (251,247,190). Sum of RGB (Red+Green+Blue) = 251+247+190=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 190 (74.61% from 255 or 27.62% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF7BE is #040841. Grayscale: #F1F1F1. Windows color (decimal): -264258 or 12515323. OLE color: 12515323.

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

Color convert

RGB251247190-
CMYK00.020.240.02
HSL56.07º88.41%86.47%-
HSV(B)56.07º24.3%98.43%-
XYZ82.3490.7561.89-
YUV241.798.83134.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.48%
GREEN value IS 247 (96.88% from 255) = 35.90%
BLUE value IS 190 (74.61% from 255) = 27.62%
R=36.48%
G=35.90%
B=27.62%

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
Decimal25124719000.020.240.0256.0788.4186.47
HexFBF7BE02182385856
Octal3733672760230270130126
Binary111110111111011110111110010110001011100010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF7BE; }

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

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

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

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

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

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

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

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