#FBF0BE

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

Shades of Corn Field #FBF0BE

Tints of Corn Field #FBF0BE

Color information

#FBF0BE (or 0xFBF0BE) is unknown color: approx Corn Field. HEX triplet: FB, F0 and BE. RGB value is (251,240,190). Sum of RGB (Red+Green+Blue) = 251+240+190=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 190 (74.61% from 255 or 27.90% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0BE is #040F41. Grayscale: #EDEDED. Windows color (decimal): -266050 or 12513531. OLE color: 12513531.

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

Color convert

RGB251240190-
CMYK00.040.240.02
HSL49.18º88.41%86.47%-
HSV(B)49.18º24.3%98.43%-
XYZ80.2486.5561.19-
YUV237.59101.14137.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 240 (94.14% from 255) = 35.24%
BLUE value IS 190 (74.61% from 255) = 27.90%
R=36.86%
G=35.24%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124019000.040.240.0249.1888.4186.47
HexFBF0BE04182315856
Octal3733602760430261130126
Binary1111101111110000101111100100110001011000110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0BE; }

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

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

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

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

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

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

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

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